[Lunar-commits] <moonbase> gst-plugins-bad: add new optional depends libmms
Zachary McGrew
zmcgrew at lunar-linux.org
Mon Jan 5 08:36:42 CET 2009
commit b190ec3e6a85701f78f9a039e21d85c3dcba3df3
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date: Sun Jan 4 23:36:42 2009 -0800
gst-plugins-bad: add new optional depends libmms
---
audio/gst-plugins-bad/DEPENDS | 22 ++++++++++++----------
1 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/audio/gst-plugins-bad/DEPENDS b/audio/gst-plugins-bad/DEPENDS
index abec52c..c13ef6a 100644
--- a/audio/gst-plugins-bad/DEPENDS
+++ b/audio/gst-plugins-bad/DEPENDS
@@ -1,24 +1,26 @@
depends gst-plugins-base
optional_depends "faac" "" "--disable-faac" \
- "for the AAC encoder plugin" &&
+ "for the AAC encoder plugin"
optional_depends "faad" "" "--disable-faad" \
- "for the AAC decoder plugin" &&
+ "for the AAC decoder plugin"
optional_depends "DirectFB" "" "--disable-directfb" \
- "for the DirectFB video sink" &&
+ "for the DirectFB video sink"
optional_depends "divx4linux" "" "--disable-divx" \
- "for the DivX video plugin" &&
+ "for the DivX video plugin"
optional_depends "neon" "" "--disable-neon" \
- "for the neon HTTP client plugin" &&
+ "for the neon HTTP client plugin"
optional_depends "xvidcore" "" "--disable-xvid" \
- "for the XviD video plugin" &&
+ "for the XviD video plugin"
optional_depends "swfdec" "" "--disable-swfdec" \
- "for the SWF plugin" &&
+ "for the SWF plugin"
optional_depends "jack" "" "--disable-jack" \
- "for the jack audio server plugin" &&
+ "for the jack audio server plugin"
optional_depends "libmusicbrainz" "" "--disable-musicbrainz" \
- "for MusicBrainz tag generation support" &&
+ "for MusicBrainz tag generation support"
optional_depends "soundtouch" "" "--disable-soundtouch" \
- "for the SoundTouch plugin" &&
+ "for the SoundTouch plugin"
optional_depends "SDL" "" "--disable-sdl --disable-sdltest" \
"for the SDL video and audio sink"
+optional_depends "libmms" "" "--disable-libmms" \
+ "for mms streaming plugin"
More information about the Lunar-commits
mailing list