diff options
author | kwm <kwm@FreeBSD.org> | 2009-04-06 18:46:56 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2009-04-06 18:46:56 +0800 |
commit | f7937f5d6d8f5be531c1eb88f89ab27d7c783ca7 (patch) | |
tree | db762953313d6ba68d318dcc082d9eb93d497a68 /multimedia | |
parent | b6effc55174ed0ba2b89fde3a1f3de31219fe7a9 (diff) | |
download | freebsd-ports-graphics-f7937f5d6d8f5be531c1eb88f89ab27d7c783ca7.tar.gz freebsd-ports-graphics-f7937f5d6d8f5be531c1eb88f89ab27d7c783ca7.tar.zst freebsd-ports-graphics-f7937f5d6d8f5be531c1eb88f89ab27d7c783ca7.zip |
The gstreamer pulse plugins was imported in the good gstreamer tarball release.
Adapt this port to use the plugin from the good tarball release.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 1a5c2eb1c06..9393338d008 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -73,6 +73,7 @@ GOOD_GST_ALL_PLUGINS+= \ ladspa \ libcaca \ libpng \ + pulse \ raw1394 \ shout2 \ soup \ @@ -391,6 +392,12 @@ gst_pango_PLIST_FILES= ${GST_LIB_DIR}/libgstpango.la \ ${GST_LIB_DIR}/libgstpango.so gst_pango_DIST= base +# pulse +gst_pulse_LIB_DEPENDS= pulse.0:${PORTSDIR}/audio/pulseaudio +gst_pulse_PLIST_FILES= ${GST_LIB_DIR}/libgstpulse.la \ + ${GST_LIB_DIR}/libgstpulse.so +gst_pulse_DIST= good + # sdl gst_sdl_USE_SDL+= sdl gst_sdl_PLIST_FILES= ${GST_LIB_DIR}/libgstsdl.la \ |