Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Kevin Dahan (e537a6f43e4b1d5c1dba4eefa2a7b799c232341e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Kevin Dahan <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Kevin Dahan (e537a6f43e4b1d5c1dba4eefa2a7b799c232341e)
  • Date: Thu, 27 Jul 2006 09:06:50 -0500

GIT changes to master grimoire by Kevin Dahan <unet AT sourcemage.org>:

audio-libs/clam/BUILD | 2 +-
audio-libs/clam/FINAL | 3 ++-
audio-soft/annotator/BUILD | 9 +++++++++
audio-soft/annotator/DEPENDS | 2 ++
audio-soft/annotator/DETAILS | 18 ++++++++++++++++++
audio-soft/annotator/FINAL | 6 ++++++
audio-soft/annotator/HISTORY | 3 +++
audio-soft/annotator/INSTALL | 1 +
8 files changed, 42 insertions(+), 2 deletions(-)

New commits:
commit ea3dbf65c5cd0f802e4d9f0327f57b7d6e995be4
Author: Kevin Dahan <unet AT sourcemage.org>
Commit: Kevin Dahan <unet AT sourcemage.org>

annotator new spell audio and music analysis

diff --git a/audio-libs/clam/BUILD b/audio-libs/clam/BUILD
index 5512029..afcf3c3 100755
--- a/audio-libs/clam/BUILD
+++ b/audio-libs/clam/BUILD
@@ -1,6 +1,6 @@
+export OLDQTDIR=$QTDIR &&
unset QTDIR &&
cd scons/libs &&
sed -e s/qt3/qt/ -i SConstruct &&
-echo $OPTS
scons $OPTS prefix=$INSTALL_ROOT/usr configure &&
scons $OPTS prefix=$INSTALL_ROOT/usr
diff --git a/audio-libs/clam/FINAL b/audio-libs/clam/FINAL
index 02aaa44..1d5e866 100755
--- a/audio-libs/clam/FINAL
+++ b/audio-libs/clam/FINAL
@@ -3,5 +3,6 @@ ln -s $INSTALL_ROOT/usr/lib/libclam_core
ln -s $INSTALL_ROOT/usr/lib/libclam_processing.so.${VERSION}
$INSTALL_ROOT/usr/lib/libclam_processing.so
ln -s $INSTALL_ROOT/usr/lib/libclam_vmfl.so.${VERSION}
$INSTALL_ROOT/usr/lib/libclam_vmfl.so
ln -s $INSTALL_ROOT/usr/lib/libclam_vmqt.so.${VERSION}
$INSTALL_ROOT/usr/lib/libclam_vmqt.so
-
+export QTDIR=$OLDQTDIR &&
+unset OLDQTDIR

diff --git a/audio-soft/annotator/BUILD b/audio-soft/annotator/BUILD
new file mode 100755
index 0000000..1d9522c
--- /dev/null
+++ b/audio-soft/annotator/BUILD
@@ -0,0 +1,9 @@
+# add link to /usr/bin/qt4 so annotator can find it
+ln -s /usr/bin/qt4 /usr/lib/qt4/bin
+export OLDQTDIR=$QTDIR &&
+unset QTDIR &&
+export QTDIR=/usr/lib/qt4 &&
+cd vmqt &&
+scons clam_prefix=$INSTALL_ROOT/usr prefix=$INSTALL_ROOT/usr &&
+cd $SOURCE_DIRECTORY &&
+scons clam_prefix=$INSTALL_ROOT/usr install_prefix=$INSTALL_ROOT/usr
diff --git a/audio-soft/annotator/DEPENDS b/audio-soft/annotator/DEPENDS
new file mode 100755
index 0000000..61f0c37
--- /dev/null
+++ b/audio-soft/annotator/DEPENDS
@@ -0,0 +1,2 @@
+depends clam &&
+depends qt4
diff --git a/audio-soft/annotator/DETAILS b/audio-soft/annotator/DETAILS
new file mode 100755
index 0000000..0874dab
--- /dev/null
+++ b/audio-soft/annotator/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=annotator
+ VERSION=0.3.2
+ SOURCE=CLAM-Annotator-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/CLAM-Annotator-$VERSION
+ SOURCE_URL[0]=http://clam.iua.upf.edu/download/src/$SOURCE
+
SOURCE_HASH=sha512:2fac092c77de4ae371c69c6512bb73776394aedd9b2ffb7501965fc4b6686f89ddf66a1a3b1b49bae4d5c47926f25efb1658b548688c4e998b84692cbd0c19b4
+ WEB_SITE=http://clam.iua.upf.edu
+ ENTERED=20060727
+ LICENSE[0]=GPL
+ KEYWORDS="audio analysis"
+ SHORT="The CLAM Music Annotator is a GPL tool that can be used to
visualize, check and modify music information extracted from audio"
+cat << EOF
+The CLAM Music Annotator is a GPL tool that can be used to visualize, check
and modify music information extracted from audio: low level features, note
+segmentation, chords, structure... The tool is intended to be useful for the
music information retrieval research whenever you need to:
+
+ * Supervise and correct the results of automated audio feature
extraction algorithms.
+ * Generate manually edited annotations of audio as training examples or
ground truth for those algorithms.
+EOF
diff --git a/audio-soft/annotator/FINAL b/audio-soft/annotator/FINAL
new file mode 100755
index 0000000..abd0b11
--- /dev/null
+++ b/audio-soft/annotator/FINAL
@@ -0,0 +1,6 @@
+# cleanup
+rm /usr/lib/qt4/bin &&
+unset QTDIR &&
+export QTDIR=$OLDQTDIR &&
+unset OLDQTDIR &&
+message "${MESSAGE_COLOR}Remember to set your QTDIR to qt4 before starting
annotator.${DEFAULT_COLOR}"
diff --git a/audio-soft/annotator/HISTORY b/audio-soft/annotator/HISTORY
new file mode 100644
index 0000000..59d75de
--- /dev/null
+++ b/audio-soft/annotator/HISTORY
@@ -0,0 +1,3 @@
+2006-07-27 Unet <unet AT sourcemage.org>
+ * ALL: Created
+
diff --git a/audio-soft/annotator/INSTALL b/audio-soft/annotator/INSTALL
new file mode 100755
index 0000000..93a180a
--- /dev/null
+++ b/audio-soft/annotator/INSTALL
@@ -0,0 +1 @@
+scons clam_prefix=$INSTALL_ROOT/usr install_prefix=$INSTALL_ROOT/usr install



  • [SM-Commit] GIT changes to master grimoire by Kevin Dahan (e537a6f43e4b1d5c1dba4eefa2a7b799c232341e), Kevin Dahan, 07/27/2006

Archive powered by MHonArc 2.6.24.

Top of Page