[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:lunar-linux/moonbase-other
Florin Braescu
florin at lunar-linux.org
Sun Jul 15 07:59:16 CEST 2012
commit bdc7b6127c8028498200293d09787581b964b208
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat, 14 Jul 2012 22:59:16 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/bdc7b6127c8028498200293d09787581b964b208
Merge branch 'master' of github.com:lunar-linux/moonbase-other
---
libs/libofa/BUILD +6/-0
libs/libofa/DEPENDS +4/-0
libs/libofa/DETAILS +20/-0
3 files changed, 0 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/libs/libofa/BUILD
@@ -0,0 +1,6 @@
+(
+
+ patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/libs/libofa/DEPENDS
@@ -0,0 +1,4 @@
+depends fftw3
+depends expat
+depends curl
+depends pkgconfig
--- /dev/null
+++ b/libs/libofa/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=libofa
+ VERSION=0.9.3
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=$MODULE-$VERSION-gcc44.patch.bz2
+ SOURCE_URL=http://musicip-libofa.googlecode.com/files/
+ SOURCE2_URL=$PATCH_URL
+ SOURCE_VFY=sha1:3dec8e1dcea937f74b4165e9ffd4d4f355e4594a
+ SOURCE2_VFY=sha1:cbf06ea972a146c22180c459d29cb99bc6e059bb
+ WEB_SITE=http://code.google.com/p/musicip-libofa/
+ ENTERED=20060924
+ UPDATED=20090805
+ 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.
+EOF
+
More information about the Lunar-commits
mailing list