diff options
author | Koop Mast <kwm@FreeBSD.org> | 2009-04-06 10:46:56 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2009-04-06 10:46:56 +0000 |
commit | dff43f90d7460be148e7c60ca405d08c829cf907 (patch) | |
tree | 2e5e56d4fc9ae7e3607d438400013c7e31b774df /multimedia/gstreamer-plugins | |
parent | 6d1d131b2b635eee02a4b9af5f74b85bc3b7631c (diff) |
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins')
-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 1a5c2eb1c06d..9393338d0083 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 \ |