1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

Only enable the plugins that are actually going to be built.

Tweak for artsd and gnomevfs, since their plugin knobs are different to
the name specified by the ports.

PR:		ports/79386
Submitted by:	NIIMI Satoshi <sa2c@sa2c.net>
Approved by:	kwm (maintainer, timeout 2 months)
Tested by:	successful tinderbox run on */gstreamer-plugins*
This commit is contained in:
Sam Lawrance 2005-12-19 10:47:01 +00:00
parent 8e09579173
commit 7c83b53f50
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151549
2 changed files with 6 additions and 2 deletions

View File

@ -123,7 +123,7 @@ COMMENT= Gstreamer ${GST_PLUGIN} plugin
# Enable the right plugin
CONFIGURE_ARGS:=${CONFIGURE_ARGS:S|--disable-${p}|--enable-${p}|}
CONFIGURE_ARGS:=${CONFIGURE_ARGS:S|--disable-${GST_PLUGIN}|--enable-${GST_PLUGIN}|}
# Build/Install directory. defaults to ext/${GST_PLUGIN}
# few plugins are in sys/
@ -146,6 +146,7 @@ PLIST_FILES= ${GST_LIB_DIR}/libgstaasink.so
.if ${GST_PLUGIN}=="artsd"
LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts
GST_PLIST_SUFFIX= sink
CONFIGURE_ARGS+=--enable-artsc
.endif
# cairo
@ -218,6 +219,7 @@ GST_PLUGIN_DIR= ext/gdk_pixbuf
# gnomevfs
.if ${GST_PLUGIN}=="gnomevfs"
USE_GNOME+= gnomevfs2
CONFIGURE_ARGS+=--enable-gnome_vfs
.endif
# gsm

View File

@ -123,7 +123,7 @@ COMMENT= Gstreamer ${GST_PLUGIN} plugin
# Enable the right plugin
CONFIGURE_ARGS:=${CONFIGURE_ARGS:S|--disable-${p}|--enable-${p}|}
CONFIGURE_ARGS:=${CONFIGURE_ARGS:S|--disable-${GST_PLUGIN}|--enable-${GST_PLUGIN}|}
# Build/Install directory. defaults to ext/${GST_PLUGIN}
# few plugins are in sys/
@ -146,6 +146,7 @@ PLIST_FILES= ${GST_LIB_DIR}/libgstaasink.so
.if ${GST_PLUGIN}=="artsd"
LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts
GST_PLIST_SUFFIX= sink
CONFIGURE_ARGS+=--enable-artsc
.endif
# cairo
@ -218,6 +219,7 @@ GST_PLUGIN_DIR= ext/gdk_pixbuf
# gnomevfs
.if ${GST_PLUGIN}=="gnomevfs"
USE_GNOME+= gnomevfs2
CONFIGURE_ARGS+=--enable-gnome_vfs
.endif
# gsm