diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-11-15 16:38:24 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-11-15 16:38:24 +0000 |
commit | b911e5438c4c7dd709abbc9ee0f3dfa3f94cf105 (patch) | |
tree | 2b221398db8458f9e7a6849f49596b968b6658b7 /multimedia | |
parent | 0940ed2b683137732b36952bbfe53a63cab406c3 (diff) | |
download | ports-b911e5438c4c7dd709abbc9ee0f3dfa3f94cf105.tar.gz ports-b911e5438c4c7dd709abbc9ee0f3dfa3f94cf105.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index f88c87120b77..ecfd4896d417 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -308,6 +308,12 @@ gst_gio_PLIST_FILES= ${GST_LIB_DIR}/libgstgio.la \ ${GST_LIB_DIR}/libgstgio.so gst_gio_DIST= base +# gme +gst_gme_LIB_DEPENDS+= gme.0:${PORTSDIR}/audio/libgme +gst_gme_PLIST_FILES= ${GST_LIB_DIR}/libgstgme.la \ + ${GST_LIB_DIR}/libgstgme.so +gst_gme_DIST= bad + # gnomevfs gst_gnomevfs_USE_GNOME+= gnomevfs2 gst_gnomevfs_CONFIGURE_ARGS+=--enable-gnome_vfs @@ -470,7 +476,7 @@ gst_soundtouch_LIB_DEPENDS+= SoundTouch.0:${PORTSDIR}/audio/soundtouch gst_soundtouch_PLIST_FILES= ${GST_LIB_DIR}/libgstsoundtouch.la \ ${GST_LIB_DIR}/libgstsoundtouch.so gst_soundtouch_DIST= bad - + # souphttpsrc gst_soup_LIB_DEPENDS+= soup-2.4.1:${PORTSDIR}/devel/libsoup gst_soup_GST_PLUGIN_DIR=ext/soup |