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