[Lunar-commits] <moonbase-other> libofa: Readding to moonbase.
Dennis Veatch
stumbles at lunar-linux.org
Sun Jul 15 10:51:44 CEST 2012
commit 58eeadea4fb2340994ef397d0206533342782a5f
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Sun, 15 Jul 2012 01:51:44 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/58eeadea4fb2340994ef397d0206533342782a5f
libofa: Readding to moonbase.
---
libs/libofa/BUILD +6/-0
libs/libofa/DEPENDS +4/-0
libs/libofa/DETAILS +20/-0
3 files changed, 30 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