summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-10-11 13:38:48 +0200
committerBor Kraljič2011-10-11 13:38:48 +0200
commit62861d0c66742ab3498c60d4ae2e30733ad19a13 (patch)
treefe185761ba9eef9fb2ecaed5b3d88dfd34d64484
parent83c3ca6d3566665aaeefd1ece005da225acfaf4c (diff)
audio-soft/annotator: removed, mandatory dependency (clam) was removed
-rw-r--r--ChangeLog1
-rwxr-xr-xaudio-soft/annotator/BUILD9
-rwxr-xr-xaudio-soft/annotator/DEPENDS2
-rwxr-xr-xaudio-soft/annotator/DETAILS18
-rwxr-xr-xaudio-soft/annotator/FINAL6
-rw-r--r--audio-soft/annotator/HISTORY6
-rwxr-xr-xaudio-soft/annotator/INSTALL1
7 files changed, 1 insertions, 42 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c31ba435e..550ad56633 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -205,6 +205,7 @@
* antivirus/klamav: removed (we no longer support kde3)
* {kde-look => kde4-look}/qtcurve-gtk2: changed sections
* kde-look/: removed section files
+ * audio-soft/annotator: removed, mandatory dependency (clam) was removed
2011-10-05 Vlad Glagolev <stealth@sourcemage.org>
* python-pypi/fabric: new spell, simple, Pythonic tool for remote
diff --git a/audio-soft/annotator/BUILD b/audio-soft/annotator/BUILD
deleted file mode 100755
index c641e36bfc..0000000000
--- a/audio-soft/annotator/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-# add link to /usr/bin/qt4 so annotator can find it
-ln -s $TRACK_ROOT/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
deleted file mode 100755
index 61f0c371d9..0000000000
--- a/audio-soft/annotator/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends clam &&
-depends qt4
diff --git a/audio-soft/annotator/DETAILS b/audio-soft/annotator/DETAILS
deleted file mode 100755
index 0874daba1b..0000000000
--- a/audio-soft/annotator/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
- 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
deleted file mode 100755
index abd0b11f6b..0000000000
--- a/audio-soft/annotator/FINAL
+++ /dev/null
@@ -1,6 +0,0 @@
-# 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
deleted file mode 100644
index b16a89034e..0000000000
--- a/audio-soft/annotator/HISTORY
+++ /dev/null
@@ -1,6 +0,0 @@
-2006-10-26 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- * BUILD: use TRACK_ROOT when linking #9163
-
-2006-07-27 Unet <unet@sourcemage.org>
- * ALL: Created
-
diff --git a/audio-soft/annotator/INSTALL b/audio-soft/annotator/INSTALL
deleted file mode 100755
index 93a180ae4c..0000000000
--- a/audio-soft/annotator/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-scons clam_prefix=$INSTALL_ROOT/usr install_prefix=$INSTALL_ROOT/usr install