[Lunar-commits] r21569 - in moonbase/trunk/libs: . libofa
Chad Kittel
v3rt1g0 at lunar-linux.org
Sun Sep 24 18:36:13 UTC 2006
Author: v3rt1g0
Date: 2006-09-24 18:36:13 +0000 (Sun, 24 Sep 2006)
New Revision: 21569
Added:
moonbase/trunk/libs/libofa/
moonbase/trunk/libs/libofa/DEPENDS
moonbase/trunk/libs/libofa/DETAILS
Log:
Inital import of a music fingerprinting library that can be used
by applications to better identify your music based on the audio
data itself rather than filename comparisions.
Added: moonbase/trunk/libs/libofa/DEPENDS
===================================================================
--- moonbase/trunk/libs/libofa/DEPENDS (rev 0)
+++ moonbase/trunk/libs/libofa/DEPENDS 2006-09-24 18:36:13 UTC (rev 21569)
@@ -0,0 +1,4 @@
+depends fftw3 &&
+depends expat &&
+depends curl &&
+depends pkgconfig
Added: moonbase/trunk/libs/libofa/DETAILS
===================================================================
--- moonbase/trunk/libs/libofa/DETAILS (rev 0)
+++ moonbase/trunk/libs/libofa/DETAILS 2006-09-24 18:36:13 UTC (rev 21569)
@@ -0,0 +1,16 @@
+ MODULE=libofa
+ VERSION=0.9.3
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.musicdns.org/themes/musicdns_org/downloads/
+ SOURCE_VFY=sha1:3dec8e1dcea937f74b4165e9ffd4d4f355e4594a
+ WEB_SITE=http://www.musicdns.org/
+ ENTERED=20060924
+ UPDATED=20060924
+ 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