[Lunar-commits] <moonbase> xine-lib: added some optional depends.

Florin Braescu florin at lunar-linux.org
Tue Oct 13 20:48:47 CEST 2009


commit d2cbcbbeb139c19272cb2cf707c315ae4d7df3f0
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Oct 13 21:48:47 2009 +0300

    xine-lib: added some optional depends.
---
 video/xine-lib/DEPENDS |   55 +++++++++++++++++++++++++++++++++++++----------
 1 files changed, 43 insertions(+), 12 deletions(-)

diff --git a/video/xine-lib/DEPENDS b/video/xine-lib/DEPENDS
index 661a503..df25ca3 100644
--- a/video/xine-lib/DEPENDS
+++ b/video/xine-lib/DEPENDS
@@ -1,21 +1,52 @@
 depends  %X
 
-optional_depends  "alsa-utils" \
-                  "" \
-                  "--disable-alsa" \
+optional_depends  "alsa-utils"  \
+                  ""            \
+                  "--without-alsa"  \
                   "for ALSA sound support"
 
-optional_depends  "aalib" \
-                  "" \
-                  "--disable-aalib" \
+optional_depends  "speex"  \
+                  ""       \
+                  "--without-speex"  \
+                  "for Speex audio decoder"
+
+optional_depends  "vorbis"  \
+                  ""       \
+                  "--without-vorbis"  \
+                  "for Vorbis audio decoder"
+
+optional_depends  "aalib"  \
+                  ""       \
+                  "--disable-aalib"  \
                   "for ascii art library support"
 
-optional_depends  "libXvMC" \
-                  "" \
-                  "" \
+optional_depends  "libmng"  \
+                  ""       \
+                  "--disable-mng"  \
+                  "for mng library support"
+
+optional_depends  "libXvMC"  \
+                  ""         \
+                  ""         \
                   "for hw accelerated playback on supported cards"
 
-optional_depends  "libcaca" \
-                  "" \
-                  "--disable-caca" \
+optional_depends  "libcaca"  \
+                  ""         \
+                  "--without-caca"  \
                   "for text support"
+
+optional_depends  "ImageMagick"  \
+                  ""             \
+                  "--without-imagemagick"  \
+                  "for ImageMagick image decoder"
+
+
+optional_depends  "libtheora"  \
+                  ""           \
+                  "--without-theora"  \
+                  "for Theora video decoder"
+
+optional_depends  "SDL"  \
+                  ""     \
+                  "--without-sdl"  \
+                  "for SDL video output"


More information about the Lunar-commits mailing list