[Lunar-commits] <moonbase> gst-plugins: remove the arts and avifile optional depends.

Florin Braescu florin at lunar-linux.org
Tue Jan 5 19:49:50 CET 2010


commit b7a1774d52a62d18746bdc7d29fcd73620f9174c
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Jan 5 20:49:50 2010 +0200

    gst-plugins: remove the arts and avifile optional depends.
---
 audio/gst-plugins/BUILD   |   39 ++++++++++++++++++++-------------------
 audio/gst-plugins/DEPENDS |    7 +------
 audio/gst-plugins/DETAILS |    2 +-
 3 files changed, 22 insertions(+), 26 deletions(-)

diff --git a/audio/gst-plugins/BUILD b/audio/gst-plugins/BUILD
index 0b78d0c..36d0d34 100644
--- a/audio/gst-plugins/BUILD
+++ b/audio/gst-plugins/BUILD
@@ -1,22 +1,23 @@
 (
+
   export LD_LIBRARY_PATH &&
-  ./configure   --build=$BUILD                                   \
-                --sysconfdir=/etc                                \
-                --prefix=/usr                                    \
-                --localstatedir=/var                             \
-                --infodir=/usr/share/info                        \
-                --mandir=/usr/man                                \
-                --enable-gconftool                               \
-                --enable-gconf                                   \
-                --enable-gnome_vfs                               \
-                --enable-oss                                     \
-                --enable-vcd                                     \
-                --enable-libmmx                                  \
-                --enable-jpeg                                    \
-                --enable-png                                     \
-                --with-x                                         \
-                $OPTS                                           &&
- 
- default_make 
+  ./configure   --build=$BUILD             \
+                --sysconfdir=/etc          \
+                --prefix=/usr              \
+                --localstatedir=/var       \
+                --infodir=/usr/share/info  \
+                --mandir=/usr/man          \
+                --enable-gconftool         \
+                --enable-gconf             \
+                --enable-gnome_vfs         \
+                --enable-oss               \
+                --enable-vcd               \
+                --enable-libmmx            \
+                --enable-jpeg              \
+                --enable-png               \
+                --with-x                   \
+                $OPTS                     &&
+
+ default_make
 
-) > $C_FIFO 2>&1 
+) > $C_FIFO 2>&1
diff --git a/audio/gst-plugins/DEPENDS b/audio/gst-plugins/DEPENDS
index 11ced37..ef841ee 100644
--- a/audio/gst-plugins/DEPENDS
+++ b/audio/gst-plugins/DEPENDS
@@ -4,9 +4,6 @@ depends cdparanoia
 depends ffmpeg
 depends gstreamer
 
-optional_depends "arts"          "--enable-arts --enable-artsc"               \
-                                 "--disable-arts --disable-artsc"             \
-                                 "for arts support"                           
 optional_depends "libfame"       "--enable-libfame --enable-libfametest"      \
                                  "--disable-libfame --disable-libfametest"    \
                                  "for Fame encoding support"                  
@@ -28,8 +25,6 @@ optional_depends "a52dec"        "--enable-a52dec"     "--disable-a52dec"     \
                                  "for A/52 input stream support"              
 optional_depends "alsa-lib"      "--enable-alsa"       "--disable-alsa"       \
                                  "for ALSA output support"                    
-optional_depends "avifile"       "--enable-avifile"    "--disable-avifile"    \
-                                 "for avi video support"                      
 optional_depends "gnome-vfs"    "--enable-gnome_vfs"  "--disable-gnome_vfs"   \
                                  "for gnome-vfs support"                     
 optional_depends "libdv"         "--enable-libdv"      "--disable-libdv"      \
@@ -55,4 +50,4 @@ optional_depends "swfdec"        "--enable-swfdec"     "--disable-swfdec"     \
 optional_depends "libshout"      ""                    ""                     \
                                  "for shoutcast and icecast support"
 
-#optional_depends "aalib"         "--enable-aalib"     "--disable-aalib"      "for aalib support"            &&
+optional_depends "aalib"         "--enable-aalib"     "--disable-aalib"      "for aalib support"            &&
diff --git a/audio/gst-plugins/DETAILS b/audio/gst-plugins/DETAILS
index 2924670..cd68b94 100644
--- a/audio/gst-plugins/DETAILS
+++ b/audio/gst-plugins/DETAILS
@@ -1,7 +1,7 @@
           MODULE=gst-plugins
          VERSION=0.8.12
           SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=http://gstreamer.freedesktop.org/src/$MODULE/
+      SOURCE_URL=http://gstreamer.freedesktop.org/src/$MODULE
       SOURCE_VFY=sha1:3b65fe96aa849c463f5f968830ad76143c4b9952
         WEB_SITE=http://gstreamer.freedesktop.org
          ENTERED=20020730


More information about the Lunar-commits mailing list