[Lunar-commits] r25177 - moonbase/trunk/libs/libofa
Dennis Veatch
stumbles at lunar-linux.org
Thu Jul 19 15:30:18 CEST 2007
Author: stumbles
Date: 2007-07-19 15:30:18 +0200 (Thu, 19 Jul 2007)
New Revision: 25177
Added:
moonbase/trunk/libs/libofa/BUILD
Modified:
moonbase/trunk/libs/libofa/DETAILS
Log:
A gcc4 patch
Added: moonbase/trunk/libs/libofa/BUILD
===================================================================
--- moonbase/trunk/libs/libofa/BUILD (rev 0)
+++ moonbase/trunk/libs/libofa/BUILD 2007-07-19 13:30:18 UTC (rev 25177)
@@ -0,0 +1,7 @@
+(
+
+ patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+
+ default_build
+
+) > $C_FIFO 2>&1
Modified: moonbase/trunk/libs/libofa/DETAILS
===================================================================
--- moonbase/trunk/libs/libofa/DETAILS 2007-07-19 05:26:33 UTC (rev 25176)
+++ moonbase/trunk/libs/libofa/DETAILS 2007-07-19 13:30:18 UTC (rev 25177)
@@ -1,16 +1,18 @@
MODULE=libofa
VERSION=0.9.3
SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=$MODULE-$VERSION-gcc4.patch
SOURCE_URL=http://www.musicdns.org/files/
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:3dec8e1dcea937f74b4165e9ffd4d4f355e4594a
+ SOURCE2_VFY=sha1:cb19377d0634c03d2a49cfc61915cec918c341f7
WEB_SITE=http://www.musicdns.org/
ENTERED=20060924
- UPDATED=20060924
+ UPDATED=20070719
SHORT="the Open Fingerprint Architechture"
-
cat << EOF
libofa (Open Fingerprint Architecture) normalizes, extracts frequencies,
and creates an array representing the frequency data in an audio file.
This data-chunk (so called acoustic fingerprint) was designed for use
-with the MusicDNS service.
+with the MusicDNS service.
EOF
More information about the Lunar-commits
mailing list