[Lunar-commits] r24776 - moonbase/trunk/audio/hydrogen
Dennis Veatch
stumbles at lunar-linux.org
Sun Jun 10 18:02:09 CEST 2007
Author: stumbles
Date: 2007-06-10 18:02:09 +0200 (Sun, 10 Jun 2007)
New Revision: 24776
Added:
moonbase/trunk/audio/hydrogen/BUILD
Modified:
moonbase/trunk/audio/hydrogen/DETAILS
Log:
Two things here. A patch for flac, though it is for 1.1.3 it
applies cleanly for 1.1.4. Also a one liner sedit which is
available from them as a gcc4 patch, this method is simpler.
Added: moonbase/trunk/audio/hydrogen/BUILD
===================================================================
--- moonbase/trunk/audio/hydrogen/BUILD (rev 0)
+++ moonbase/trunk/audio/hydrogen/BUILD 2007-06-10 16:02:09 UTC (rev 24776)
@@ -0,0 +1,13 @@
+(
+
+# This sedit is actually a gcc-4.1 patch from them but since it is a one liner
+# it is a simpler thing to do. It should be reevaluated on the next bump.
+ sedit "s|TiXmlDeclaration::TiXmlDeclaration|TiXmlDeclaration|" src/lib/xml/tinyxml.h
+
+ patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+
+ . /etc/profile.d/qt3.rc
+
+ default_build
+
+) > $C_FIFO 2>&1
Modified: moonbase/trunk/audio/hydrogen/DETAILS
===================================================================
--- moonbase/trunk/audio/hydrogen/DETAILS 2007-06-10 15:53:00 UTC (rev 24775)
+++ moonbase/trunk/audio/hydrogen/DETAILS 2007-06-10 16:02:09 UTC (rev 24776)
@@ -1,8 +1,11 @@
MODULE=hydrogen
VERSION=0.9.3
SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=$MODULE-$VERSION-flac113.patch
SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:4c07d3d250922421182f0dd527965628588bcb4a
+ SOURCE2_VFY=sha1:a4a034bab94b71f9d9dc9a546b05d9509a2411a0
WEB_SITE=http://www.hydrogen-music.org/
ENTERED=20060604
UPDATED=20060604
More information about the Lunar-commits
mailing list