[Lunar-commits] r24683 - moonbase/trunk/audio/audacity

Terry Chan tchan at lunar-linux.org
Mon Jun 4 19:33:10 CEST 2007


Author: tchan
Date: 2007-06-04 19:33:09 +0200 (Mon, 04 Jun 2007)
New Revision: 24683

Modified:
   moonbase/trunk/audio/audacity/BUILD
   moonbase/trunk/audio/audacity/DETAILS
Log:
Added a gentoo patch to fix audacity to correctly use flac >= 1.1.3. Version
bumped audacity to 1.3.3 at the same time.


Modified: moonbase/trunk/audio/audacity/BUILD
===================================================================
--- moonbase/trunk/audio/audacity/BUILD	2007-06-04 12:21:02 UTC (rev 24682)
+++ moonbase/trunk/audio/audacity/BUILD	2007-06-04 17:33:09 UTC (rev 24683)
@@ -2,6 +2,10 @@
 
   unset CPP CXX CC CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
   OPTS="$OPTS --with-libsndfile=system --with-libresample=no --with-libsamplerate=system"
+  # Using a borrowed patch from gentoo to fix the flac (>=1.1.3) configure problem in audacity
+  # Remember to remove this patch and the autoreconf line at some point in the future!
+  patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+  autoreconf &&
   default_build
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/audio/audacity/DETAILS
===================================================================
--- moonbase/trunk/audio/audacity/DETAILS	2007-06-04 12:21:02 UTC (rev 24682)
+++ moonbase/trunk/audio/audacity/DETAILS	2007-06-04 17:33:09 UTC (rev 24683)
@@ -1,12 +1,15 @@
           MODULE=audacity
-         VERSION=1.3.2
+         VERSION=1.3.3
           SOURCE=$MODULE-src-$VERSION.tar.gz
+         SOURCE2=audacity-1.3.3+flac-1.1.3.patch
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-src-$VERSION-beta
       SOURCE_URL=$SFORGE_URL/$MODULE/
+     SOURCE2_URL=$PATCH_URL
         WEB_SITE=http://audacity.sourceforge.net/
-      SOURCE_VFY=sha1:87690806763b7de26a8e2df1f0d4c3a7e6d1a404
+      SOURCE_VFY=sha1:1b52f0de736cb5903df3e4776530839bee26f567
+     SOURCE2_VFY=sha1:f845c8337e8287da8df608df42cdbfaf4862980c
          ENTERED=20011217
-         UPDATED=20070217
+         UPDATED=20070604
            SHORT="simple soundfile editor"
         
 cat << EOF



More information about the Lunar-commits mailing list