Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lunar-linux/moonbase-other
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Jul 15, 2012
2 parents 5cb8627 + 58eeade commit bdc7b61
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libs/libofa/BUILD
@@ -0,0 +1,6 @@
(

patch_it $SOURCE_CACHE/$SOURCE2 0 &&
default_build

) > $C_FIFO 2>&1
4 changes: 4 additions & 0 deletions libs/libofa/DEPENDS
@@ -0,0 +1,4 @@
depends fftw3
depends expat
depends curl
depends pkgconfig
20 changes: 20 additions & 0 deletions 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

0 comments on commit bdc7b61

Please sign in to comment.