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

Dennis Veatch stumbles at lunar-linux.org
Mon Jun 4 20:53:28 CEST 2007


Author: stumbles
Date: 2007-06-04 20:53:28 +0200 (Mon, 04 Jun 2007)
New Revision: 24688

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

Another flac fix borrowed from gentoo.


Modified: moonbase/trunk/video/vlc/BUILD
===================================================================
--- moonbase/trunk/video/vlc/BUILD	2007-06-04 18:08:33 UTC (rev 24687)
+++ moonbase/trunk/video/vlc/BUILD	2007-06-04 18:53:28 UTC (rev 24688)
@@ -1,5 +1,11 @@
 (
 
+  # 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  \
@@ -15,3 +21,4 @@
   default_make
 
 ) > $C_FIFO 2>&1
+

Modified: moonbase/trunk/video/vlc/DETAILS
===================================================================
--- moonbase/trunk/video/vlc/DETAILS	2007-06-04 18:08:33 UTC (rev 24687)
+++ moonbase/trunk/video/vlc/DETAILS	2007-06-04 18:53:28 UTC (rev 24688)
@@ -1,11 +1,14 @@
           MODULE=vlc
          VERSION=0.8.6b
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=240_all_flac-1.1.3.patch
       SOURCE_VFY=sha1:6485f22a0cfa67620fd96e2ab4a2ce7e2b1ad2a4
+     SOURCE2_VFY=sha1:2f39a595e645aed94d98c30bb3a20a41f5c455cf
       SOURCE_URL=http://www.videolan.org/pub/videolan/$MODULE/$VERSION/
+     SOURCE2_URL=$PATCH_URL
         WEB_SITE=http://www.videolan.org
          ENTERED=20011113
-         UPDATED=20070420
+         UPDATED=20070604
            SHORT="Videolan client multimedia player"
 
 cat << EOF



More information about the Lunar-commits mailing list