summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-10-11 13:50:40 +0200
committerBor Kraljič2011-10-11 13:50:40 +0200
commit4ccc6cf04d483984cba0bdf23a938a9a625cf7d3 (patch)
tree9ca366fd273b72908119b4f1f0ca4af5f1e6d514
parent44a9e31a00af999516df5b71725a9ee312c76bc6 (diff)
audio-libs/clam: removed (we no longer support qt3 (qt-x11))
-rw-r--r--ChangeLog1
-rwxr-xr-xaudio-libs/clam/BUILD9
-rwxr-xr-xaudio-libs/clam/DEPENDS17
-rwxr-xr-xaudio-libs/clam/DETAILS15
-rwxr-xr-xaudio-libs/clam/FINAL8
-rw-r--r--audio-libs/clam/HISTORY6
-rwxr-xr-xaudio-libs/clam/INSTALL1
-rw-r--r--audio-libs/clam/assert64.patch12
8 files changed, 1 insertions, 68 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a7407d938..f002625872 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -214,6 +214,7 @@
* audio-creation/ams: removed (we no longer support qt3 (qt-x11))
* audio-creation/cheesetracker: removed (we no longer support qt3 (qt-x11))
* audio-creation/ecamegapedal: removed (we no longer support qt3 (qt-x11))
+ * audio-libs/clam: removed (we no longer support qt3 (qt-x11))
2011-10-05 Vlad Glagolev <stealth@sourcemage.org>
* python-pypi/fabric: new spell, simple, Pythonic tool for remote
diff --git a/audio-libs/clam/BUILD b/audio-libs/clam/BUILD
deleted file mode 100755
index 1e67ffd258..0000000000
--- a/audio-libs/clam/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-# fix amd64 warnings
-patch -p1 < $SCRIPT_DIRECTORY/assert64.patch
-
-export OLDQTDIR=$QTDIR &&
-unset QTDIR &&
-cd scons/libs &&
-sed -e s/qt3/qt/ -i SConstruct &&
-scons $OPTS prefix=$INSTALL_ROOT/usr configure &&
-scons $OPTS prefix=$INSTALL_ROOT/usr
diff --git a/audio-libs/clam/DEPENDS b/audio-libs/clam/DEPENDS
deleted file mode 100755
index 1cda5a50b8..0000000000
--- a/audio-libs/clam/DEPENDS
+++ /dev/null
@@ -1,17 +0,0 @@
-depends scons &&
-depends xerces-c &&
-depends fltk &&
-depends libvorbis &&
-depends libogg &&
-depends qt-x11 &&
-depends libxml++ &&
-
-optional_depends fftw2 "with_fftw=yes" "with_fftw=no" "for fftw support" &&
-optional_depends alsa-lib "with_alsa=yes" "with_alsa=no" "for alsa support" &&
-optional_depends JACK-DRIVER "with_jack_support=yes" "with_jack_support=no" "for jack support" &&
-optional_depends libsndfile "with_sndfile=yes" "with_sndfile=no" "for libsndfile support" &&
-optional_depends ladspa "with_ladspa_support=yes" "with_ladspa_support=no" "for ladspa support" &&
-optional_depends id3lib "with_id3=yes" "with_id3=no" "for id3 support" &&
-optional_depends libmad "with_mad=yes" "with_mad=no" "for libmad support" &&
-optional_depends oscpack "with_osc_support=yes" "with_osc_support=no" "for OSC support"
-
diff --git a/audio-libs/clam/DETAILS b/audio-libs/clam/DETAILS
deleted file mode 100755
index df6f566926..0000000000
--- a/audio-libs/clam/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- SPELL=clam
- VERSION=0.91.0
- SOURCE=CLAM-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/CLAM-$VERSION
- SOURCE_URL[0]=http://clam.iua.upf.edu/download/src/$SOURCE
- SOURCE_HASH=sha512:3bf8c3c6680453f1fd5fd65cf23eef14cb83b6cf7176df067faf37c1fd63206b5e9a71f16b06e43a52b9b8093d7ef8bb9b3a4623cf9576c0d3b7891bf9871884
- WEB_SITE=http://clam.iua.upf.edu
- ENTERED=20060727
- LICENSE[0]=GPL
- KEYWORDS="audio libs"
- SHORT="CLAM stands for C++ Library for Audio and Music"
-cat << EOF
-CLAM is a full-fledged software framework for research and application development in the Audio and Music Domain. It offers a conceptual model as well as tools
-for the analysis, synthesis and transformation of audio signals.
-EOF
diff --git a/audio-libs/clam/FINAL b/audio-libs/clam/FINAL
deleted file mode 100755
index d9eed6bef8..0000000000
--- a/audio-libs/clam/FINAL
+++ /dev/null
@@ -1,8 +0,0 @@
-ln -s $TRACK_ROOT/usr/lib/libclam_audioio.so.${VERSION} $INSTALL_ROOT/usr/lib/libclam_audioio.so
-ln -s $TRACK_ROOT/usr/lib/libclam_core.so.${VERSION} $INSTALL_ROOT/usr/lib/libclam_core.so
-ln -s $TRACK_ROOT/usr/lib/libclam_processing.so.${VERSION} $INSTALL_ROOT/usr/lib/libclam_processing.so
-ln -s $TRACK_ROOT/usr/lib/libclam_vmfl.so.${VERSION} $INSTALL_ROOT/usr/lib/libclam_vmfl.so
-ln -s $TRACK_ROOT/usr/lib/libclam_vmqt.so.${VERSION} $INSTALL_ROOT/usr/lib/libclam_vmqt.so
-export QTDIR=$OLDQTDIR &&
-unset OLDQTDIR
-
diff --git a/audio-libs/clam/HISTORY b/audio-libs/clam/HISTORY
deleted file mode 100644
index 745ba15a6d..0000000000
--- a/audio-libs/clam/HISTORY
+++ /dev/null
@@ -1,6 +0,0 @@
-2006-10-26 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- * FINAL: use TRACK_ROOT not INSTALL_ROOT when linking #9163
-
-2006-07-27 Unet <unet@sourcemage.org>
- * ALL: Created
-
diff --git a/audio-libs/clam/INSTALL b/audio-libs/clam/INSTALL
deleted file mode 100755
index a252db96b1..0000000000
--- a/audio-libs/clam/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-scons clam_prefix=$INSTALL_ROOT/usr install
diff --git a/audio-libs/clam/assert64.patch b/audio-libs/clam/assert64.patch
deleted file mode 100644
index 78ac0abded..0000000000
--- a/audio-libs/clam/assert64.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- CLAM-0.91.0/src/Defines/Assert.hxx.old 2006-07-25 17:36:12.210981280 +0200
-+++ CLAM-0.91.0/src/Defines/Assert.hxx 2006-07-25 17:36:35.945373104 +0200
-@@ -50,6 +50,9 @@ namespace CLAM
- #elif defined (__GNUC__) && defined (__i386__)
- #define CLAM_BREAKPOINT {__asm__ (" int $3 "); }
-
-+#elif defined (__GNUC__) && defined (__amd64__)
-+#define CLAM_BREAKPOINT {__asm__ (" int $3 "); }
-+
- /* g++ on powerpc linux */
- #elif defined (__GNUC__) && defined (__powerpc__)
- #define CLAM_BREAKPOINT {__asm__ (" .long 0x7d821008 "); }