[Lunar-commits] r24918 - moonbase/trunk/video/vlc

Dennis Veatch stumbles at lunar-linux.org
Tue Jun 19 15:05:50 CEST 2007


Author: stumbles
Date: 2007-06-19 15:05:50 +0200 (Tue, 19 Jun 2007)
New Revision: 24918

Modified:
   moonbase/trunk/video/vlc/BUILD
   moonbase/trunk/video/vlc/DEPENDS
   moonbase/trunk/video/vlc/DETAILS
Log:

Primarily a security release with a few other bugs 
squashed in the process. Notably, the elimination of
the flac patch.



Modified: moonbase/trunk/video/vlc/BUILD
===================================================================
--- moonbase/trunk/video/vlc/BUILD	2007-06-19 09:04:37 UTC (rev 24917)
+++ moonbase/trunk/video/vlc/BUILD	2007-06-19 13:05:50 UTC (rev 24918)
@@ -1,11 +1,5 @@
 (
 
-  # Using a borrowed patch from gentoo to fix the flac (>=1.1.3) compile problem in libsndfile
-  # Remember to remove this patch and the autoreconf line at some point in the future!
-  patch_it $SOURCE_CACHE/$SOURCE2 1 &&
-
-  autoreconf &&
-
   ./configure  --prefix=/usr         \
                --sysconfdir=/etc     \
                --localstatedir=/var  \

Modified: moonbase/trunk/video/vlc/DEPENDS
===================================================================
--- moonbase/trunk/video/vlc/DEPENDS	2007-06-19 09:04:37 UTC (rev 24917)
+++ moonbase/trunk/video/vlc/DEPENDS	2007-06-19 13:05:50 UTC (rev 24918)
@@ -1,90 +1,90 @@
-depends  mpeg2dec   &&
+depends  mpeg2dec
 
-optional_depends  "hal"          ""  ""  "for HAL support"        &&
-optional_depends  "alsa-utils"   ""  ""  "for ALSA support"       &&
-optional_depends  "libogg" 	 ""  ""  "for OGG support"        &&
-optional_depends  "libvorbis" 	 ""  ""  "for Vorbis support"     &&
-optional_depends  "libmad"	 ""  ""  "for MP3 support"        &&
-optional_depends  "libmodplug"	 ""  ""  "for MOD support"        &&
-optional_depends  "speex" 	 ""  ""  "for Speex support"      &&
-optional_depends  "SDL"          ""  ""  "for SDL support"        &&
-optional_depends  "libcdio"      ""  ""  "for CD-ROM control"     &&
-optional_depends  "libcddb"      ""  ""  "for CDDB support"       &&
-optional_depends  "a52dec"       ""  ""  "for a52dec support"     &&
-optional_depends  "freetype2"    ""  ""  "for TrueType support"   &&
-optional_depends  "fribidi"      ""  ""  "for Fribidi support"    &&
-optional_depends  "libmatroska"  ""  ""  "for Matroska support"   &&
-optional_depends  "libmpcdec" 	 ""  ""  "for Musepack support"   &&
-optional_depends  "libxml2"      ""  ""  "for XML support"        &&
-optional_depends  "libpng"       ""  ""  "for PNG support"        &&
-optional_depends  "gnutls"       ""  ""  "for TLS/SSL support"    &&
-optional_depends  "libdvdnav"	 ""  ""	 "for DVD navigation"     &&
-optional_depends  "gnome-vfs2"	 ""  ""	 "for GNOME Vfs support"  &&
+optional_depends  "hal"          ""  ""  "for HAL support"
+optional_depends  "alsa-utils"   ""  ""  "for ALSA support"
+optional_depends  "libogg"       ""  ""  "for OGG support"
+optional_depends  "libvorbis"    ""  ""  "for Vorbis support"
+optional_depends  "libmad"       ""  ""  "for MP3 support"
+optional_depends  "libmodplug"   ""  ""  "for MOD support"
+optional_depends  "speex"        ""  ""  "for Speex support"
+optional_depends  "SDL"          ""  ""  "for SDL support"
+optional_depends  "libcdio"      ""  ""  "for CD-ROM control"
+optional_depends  "libcddb"      ""  ""  "for CDDB support"
+optional_depends  "a52dec"       ""  ""  "for a52dec support"
+optional_depends  "freetype2"    ""  ""  "for TrueType support"
+optional_depends  "fribidi"      ""  ""  "for Fribidi support"
+optional_depends  "libmatroska"  ""  ""  "for Matroska support"
+optional_depends  "libmpcdec"    ""  ""  "for Musepack support"
+optional_depends  "libxml2"      ""  ""  "for XML support"
+optional_depends  "libpng"       ""  ""  "for PNG support"
+optional_depends  "gnutls"       ""  ""  "for TLS/SSL support"
+optional_depends  "libdvdnav"    ""  ""  "for DVD navigation"
+optional_depends  "gnome-vfs2"   ""  ""  "for GNOME Vfs support"
 
 optional_depends  "ncurses"               \
                   "--enable-ncurses"      \
                   ""                      \
-                  "for ncurses support"  &&
+                  "for ncurses support"
 
 optional_depends  "librsvg"           \
                   "--enable-svg"      \
                   ""                  \
-                  "for svg support"  &&
+                  "for svg support"
 
 optional_depends  "dirac"               \
                   "--enable-dirac"      \
                   ""                    \
-                  "for dirac support"  &&
+                  "for dirac support"
 
 optional_depends  "libtheora"            \
                   "--enable-theora"      \
                   ""                     \
-                  "for theora support"  &&
+                  "for theora support"
 
 optional_depends  "libquicktime"            \
                   "--enable-quicktime"      \
                   ""                        \
-                  "for QuickTime support"  &&
+                  "for QuickTime support"
 
 optional_depends  "jack"                \
                    "--enable-jack"      \
                    ""                   \
-                   "for jack support"  &&
+                   "for jack support"
 
 optional_depends  "faad"                \
                    "--enable-faad"      \
                    ""                   \
-                   "for faad support"  &&
+                   "for faad support"
 
-optional_depends  "libdvdread"		   \
-		  "--enable-dvdread"	   \
-		  ""	                   \
-		  "for dvd read support"  &&
+optional_depends  "libdvdread"             \
+                  "--enable-dvdread"       \
+                  ""                       \
+                  "for dvd read support"
 
-optional_depends  "flac" 	       \
-		  "--enable-flac"      \
-      		  ""                   \
-		  "for flac support"  &&
+optional_depends  "flac"               \
+                  "--enable-flac"      \
+                  ""                   \
+                  "for flac support"
 
 optional_depends  "libdv"            \
-		  "--enable-dv"      \
-      		  "--disable-dv"     \
-		  "for dv support"  &&
+                  "--enable-dv"      \
+                  "--disable-dv"     \
+                  "for dv support"
 
 optional_depends  "lirc"               \
                   "--enable-lirc"      \
                   ""                   \
-                  "for lirc support"  &&
+                  "for lirc support"
 
 optional_depends  "esound"               \
                   "--enable-esound"      \
                   ""                     \
-                  "for esound support"  &&
+                  "for esound support"
 
 optional_depends  "wxGTK"                \
                   "--enable-wxwidgets"   \
                   "--disable-wxwidgets"  \
-                  "for wxWindows support" &&
+                  "for wxWindows support"
 
 optional_depends  "twolame"               \
                   "--enable-twolame"      \

Modified: moonbase/trunk/video/vlc/DETAILS
===================================================================
--- moonbase/trunk/video/vlc/DETAILS	2007-06-19 09:04:37 UTC (rev 24917)
+++ moonbase/trunk/video/vlc/DETAILS	2007-06-19 13:05:50 UTC (rev 24918)
@@ -1,14 +1,11 @@
           MODULE=vlc
-         VERSION=0.8.6b
+         VERSION=0.8.6c
           SOURCE=$MODULE-$VERSION.tar.gz
-         SOURCE2=240_all_flac-1.1.3.patch
-      SOURCE_VFY=sha1:6485f22a0cfa67620fd96e2ab4a2ce7e2b1ad2a4
-     SOURCE2_VFY=sha1:2f39a595e645aed94d98c30bb3a20a41f5c455cf
+      SOURCE_VFY=sha1:a5b7e59881cf757890267ee44c12e64c072a0918
       SOURCE_URL=http://www.videolan.org/pub/videolan/$MODULE/$VERSION/
-     SOURCE2_URL=$PATCH_URL
         WEB_SITE=http://www.videolan.org
          ENTERED=20011113
-         UPDATED=20070604
+         UPDATED=20070619
            SHORT="Videolan client multimedia player"
 
 cat << EOF



More information about the Lunar-commits mailing list