Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5986522f91c33f6b180265f53f3273a97d14772e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5986522f91c33f6b180265f53f3273a97d14772e)
  • Date: Thu, 10 Jul 2008 11:47:32 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
audio-libs/aubio/DEPENDS | 18 ++++++++++++++++++
audio-libs/aubio/DETAILS | 21 +++++++++++++++++++++
audio-libs/aubio/HISTORY | 2 ++
4 files changed, 44 insertions(+)

New commits:
commit 5986522f91c33f6b180265f53f3273a97d14772e
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

aubio: new spell, library for audio labelling

diff --git a/ChangeLog b/ChangeLog
index 3b2e704..80e5dd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-07-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * audio-libs/aubio: new spell, library for audio labelling
+
2008-07-10 Thomas Orgis <sobukus AT sourcemage.org>
* audio-creation/traverso: new spell, multitrack recorder with
friendly GUI

diff --git a/audio-libs/aubio/DEPENDS b/audio-libs/aubio/DEPENDS
new file mode 100755
index 0000000..26e106f
--- /dev/null
+++ b/audio-libs/aubio/DEPENDS
@@ -0,0 +1,18 @@
+depends libsndfile &&
+depends libsamplerate &&
+depends fftw &&
+
+optional_depends alsa-lib \
+ "--enable-alsa" \
+ "--disable-alsa" \
+ "for ALSA support" &&
+
+optional_depends JACK-DRIVER \
+ "--enable-jack" \
+ "--disable-jack" \
+ "for JACK support" &&
+
+optional_depends lash \
+ "--enable-lash" \
+ "--disable-lash" \
+ "for LASH support (it will force alsa and jack depends)"
diff --git a/audio-libs/aubio/DETAILS b/audio-libs/aubio/DETAILS
new file mode 100755
index 0000000..da796e6
--- /dev/null
+++ b/audio-libs/aubio/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=aubio
+ VERSION=0.3.2
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://aubio.org/pub/$SOURCE
+
SOURCE_HASH=sha512:b3d8445716c0cde02ee1e7b036864598ec7562d8a938a61f644c384d80e95601abcb6e713cdaab7b2613f6f4f27db1cfafa7c23824c61f504e83d11fefdee8fc
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://aubio.org/
+ LICENSE[0]=GPL
+ ENTERED=20080710
+ SHORT="library for audio labelling"
+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
diff --git a/audio-libs/aubio/HISTORY b/audio-libs/aubio/HISTORY
new file mode 100644
index 0000000..6024564
--- /dev/null
+++ b/audio-libs/aubio/HISTORY
@@ -0,0 +1,2 @@
+2008-07-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5986522f91c33f6b180265f53f3273a97d14772e), Vlad Glagolev, 07/10/2008

Archive powered by MHonArc 2.6.24.

Top of Page