pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins Explicitly disable multiple dri...
details: https://anonhg.NetBSD.org/pkgsrc/rev/392e1a225195
branches: trunk
changeset: 487375:392e1a225195
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Thu Jan 13 12:56:31 2005 +0000
description:
Explicitly disable multiple drivers. This fixes the build under Linux,
where OpenGL was not detected properly but was included in the PLIST.
Also avoids the installation of the v4l plugin, which resulted in extra
files in that system. Bump PKGREVISION to 1.
diffstat:
multimedia/gst-plugins/Makefile | 5 ++++-
multimedia/gst-plugins/Makefile.common | 33 +++++++++++++++++++++------------
multimedia/gst-plugins/PLIST | 3 +--
3 files changed, 26 insertions(+), 15 deletions(-)
diffs (151 lines):
diff -r 02cc781185e6 -r 392e1a225195 multimedia/gst-plugins/Makefile
--- a/multimedia/gst-plugins/Makefile Thu Jan 13 12:55:32 2005 +0000
+++ b/multimedia/gst-plugins/Makefile Thu Jan 13 12:56:31 2005 +0000
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.19 2004/04/15 21:24:28 jmmv Exp $
+# $NetBSD: Makefile,v 1.20 2005/01/13 12:56:31 jmmv Exp $
#
.include "Makefile.common"
+PKGREVISION= 1
+
COMMENT+= base plugins
USE_X11= yes
@@ -19,6 +21,7 @@
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-x/--enable-x/}
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-xshm/--enable-xshm/}
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-xvideo/--enable-xvideo/}
+CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/gst-plugins
GCONF2_SCHEMAS= gstreamer-0.8.schemas
diff -r 02cc781185e6 -r 392e1a225195 multimedia/gst-plugins/Makefile.common
--- a/multimedia/gst-plugins/Makefile.common Thu Jan 13 12:55:32 2005 +0000
+++ b/multimedia/gst-plugins/Makefile.common Thu Jan 13 12:56:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2005/01/06 11:25:10 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.14 2005/01/13 12:56:31 jmmv Exp $
#
DISTNAME= gst-plugins-0.8.7
@@ -23,11 +23,7 @@
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
-CONFIGURE_ARGS+= --disable-gconf
-CONFIGURE_ARGS+= --disable-gconftool
-CONFIGURE_ARGS+= --disable-x
-CONFIGURE_ARGS+= --disable-xshm
-CONFIGURE_ARGS+= --disable-xvideo
+CONFIGURE_ARGS+= --disable-docs-build
CONFIGURE_ARGS+= --disable-examples
CONFIGURE_ARGS+= --disable-tests
@@ -38,7 +34,7 @@
CONFIGURE_ENV+= have_func=no
.endif
-# Disable all drivers by default.
+# Disable all drivers and features by default.
.for driver in a52dec \
aalib \
aalibtest \
@@ -47,11 +43,16 @@
artsc \
artstest \
audiofile \
+ audioresample \
+ cairo \
+ cdaudio \
cdparanoia \
cdrom \
dirac \
+ directfb \
divx \
dts \
+ dv1394 \
dvdnav \
dvdread \
dxr3 \
@@ -61,14 +62,17 @@
faad \
flac \
freetypetest \
+ gconf \
+ gconftool \
gdk_pixbuf \
gnome_vfs \
gsm \
+ gst_v4l \
+ gst_v4l2 \
hermes \
ivorbis \
jack \
jpeg \
- kio \
ladspa \
lame \
lcs \
@@ -77,7 +81,8 @@
libfame \
libfametest \
libmikmodtest \
- libpng \
+ libmms \
+ libmng \
libpng \
librfb \
libvisual \
@@ -86,13 +91,17 @@
mpeg2dec \
mpeg2enc \
mplex \
+ musepack \
musicbrainz \
nas \
ogg \
oggtest \
+ opengl \
oss \
osx_audio \
+ osx_video \
pango \
+ polyp \
qcam \
raw1394 \
sdl \
@@ -108,12 +117,12 @@
swfdec \
tarkin \
theora \
- v4l \
- v4l2 \
vcd \
vorbis \
vorbistest \
- xvid
+ x \
+ xshm \
+ xvideo
CONFIGURE_ARGS+= --disable-${driver}
.endfor
.undef driver
diff -r 02cc781185e6 -r 392e1a225195 multimedia/gst-plugins/PLIST
--- a/multimedia/gst-plugins/PLIST Thu Jan 13 12:55:32 2005 +0000
+++ b/multimedia/gst-plugins/PLIST Thu Jan 13 12:56:31 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2005/01/06 11:25:10 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.12 2005/01/13 12:56:31 jmmv Exp $
bin/gst-launch-ext-0.8
bin/gst-visualise-0.8
include/gstreamer-0.8/gst/audio/audio.h
@@ -63,7 +63,6 @@
lib/gstreamer-0.8/libgstfilter.la
lib/gstreamer-0.8/libgstflxdec.la
lib/gstreamer-0.8/libgstgamma.la
-lib/gstreamer-0.8/libgstglimagesink.la
lib/gstreamer-0.8/libgstgoom.la
lib/gstreamer-0.8/libgstidct.la
lib/gstreamer-0.8/libgstinterleave.la
Home |
Main Index |
Thread Index |
Old Index