[Lunar-commits] <moonbase> aubio: Initial submission. Required for newer versions of ardour and friends.

Auke Kok sofar at foo-projects.org
Tue Dec 30 20:45:04 CET 2008


commit 6d2a5d194a84d91ba3454973c9d55140752a4261
Author: O. Dietsch <odietsch at googlemail.com>
Date:   Tue Dec 30 20:45:04 2008 +0100

    aubio: Initial submission. Required for newer versions of ardour and friends.
---
 zbeta/aubio/DEPENDS |   21 +++++++++++++++++++++
 zbeta/aubio/DETAILS |   21 +++++++++++++++++++++
 2 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/zbeta/aubio/DEPENDS b/zbeta/aubio/DEPENDS
new file mode 100644
index 0000000..b9d11b8
--- /dev/null
+++ b/zbeta/aubio/DEPENDS
@@ -0,0 +1,21 @@
+optional_depends  "fftw3"           \
+                  "--enable-fftw3"  \
+                  "--disable-fftw3" \
+                  "for FFTW support"
+
+optional_depends  "jack"           \
+                  "--enable-jack"  \
+                  "--disable-jack" \
+                  "for JACK support"
+
+optional_depends  "alsa-lib"       \
+                  "--enable-alsa"  \
+                  "--disable-alsa" \
+                  "for ALSA support"
+
+optional_depends  "lash"           \
+                  "--enable-lash"  \
+                  "--disable-lash" \
+                  "for JACK and ALSA session management"
+
+#optional_depends "complex" "" ""
diff --git a/zbeta/aubio/DETAILS b/zbeta/aubio/DETAILS
new file mode 100644
index 0000000..a66d3c1
--- /dev/null
+++ b/zbeta/aubio/DETAILS
@@ -0,0 +1,21 @@
+          MODULE=aubio
+         VERSION=0.3.2
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=http://aubio.org/pub/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:8ef7ccbf18a4fa6db712a9192acafc9c8d080978
+        WEB_SITE="http://aubio.org"
+         ENTERED=20081205
+         UPDATED=20081205
+           SHORT="Audio labelling library"
+cat <<EOF
+aubio is a library for audio labelling. Its features include segmenting a sound
+file before each of its attacks, performing pitch detection, tapping the beat
+and producing midi streams from live audio. The name aubio comes from 'audio'
+with a typo: several transcription errors are likely to be found in the results
+too.
+
+The aim of this project is to provide these automatic labelling features to
+other audio softwares. Functions can be used offline in sound editors and
+software samplers, or online in audio effects and virtual instruments.
+EOF


More information about the Lunar-commits mailing list