summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-10-11 13:49:33 +0200
committerBor Kraljič2011-10-11 13:49:33 +0200
commit2c3b1d8155970837615575d8b61516e51d7e7f96 (patch)
tree9701e1a36bb62a57fa8744c84031be66cb58793a
parentee5ce1feb0ec6a67c00ff8ad4bd86c0b8afdfaa9 (diff)
audio-creation/ams: removed (we no longer support qt3 (qt-x11))
-rw-r--r--ChangeLog1
-rwxr-xr-xaudio-creation/ams/BUILD10
-rwxr-xr-xaudio-creation/ams/CONFIGURE1
-rwxr-xr-xaudio-creation/ams/DEPENDS15
-rwxr-xr-xaudio-creation/ams/DETAILS21
-rw-r--r--audio-creation/ams/HISTORY11
-rwxr-xr-xaudio-creation/ams/INSTALL9
-rwxr-xr-xaudio-creation/ams/PRE_BUILD9
8 files changed, 1 insertions, 76 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a02089d30..ef9ece788f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -211,6 +211,7 @@
* collab/luma: removed, mandatory dependency (pyqt) was removed
* doc/mnemosyne: removed, mandatory dependency (pyqt) was removed
* libs/pykde: removed, mandatory dependency (pyqt) was removed
+ * audio-creation/ams: 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-creation/ams/BUILD b/audio-creation/ams/BUILD
deleted file mode 100755
index b97bc5f1a4..0000000000
--- a/audio-creation/ams/BUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-local DIRS &&
-
-DIRS="QT_BASE_DIR=${TRACK_ROOT}/usr \
-QT_LIB_DIR=${TRACK_ROOT}/usr/lib/qt \
-QT_BIN_DIR=${TRACK_ROOT}/usr/bin \
-QT_INCLUDE_DIR=${TRACK_ROOT}/usr/include/qt" &&
-
-DIRS="X11_LIB_DIR=${TRACK_ROOT}/usr/lib $DIRS" &&
-
-make $DIRS
diff --git a/audio-creation/ams/CONFIGURE b/audio-creation/ams/CONFIGURE
deleted file mode 100755
index c36dbb67b1..0000000000
--- a/audio-creation/ams/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-config_query AMS_EXAMPLES "Install example sound patches?" y
diff --git a/audio-creation/ams/DEPENDS b/audio-creation/ams/DEPENDS
deleted file mode 100755
index 0d2130d12d..0000000000
--- a/audio-creation/ams/DEPENDS
+++ /dev/null
@@ -1,15 +0,0 @@
-depends -sub CXX gcc &&
-depends fftw2 &&
-depends qt-x11 &&
-depends ladspa &&
-depends alsa-lib &&
-depends clalsadrv &&
-depends JACK-DRIVER &&
-
-if [[ "$AMS_EXAMPLES" == y ]]; then
- depends mcp-plugins &&
- depends vco-plugins &&
- depends rev-plugins &&
- depends swh-plugins &&
- depends cmt
-fi
diff --git a/audio-creation/ams/DETAILS b/audio-creation/ams/DETAILS
deleted file mode 100755
index 3433d57589..0000000000
--- a/audio-creation/ams/DETAILS
+++ /dev/null
@@ -1,21 +0,0 @@
- SPELL=ams
- VERSION=1.8.7
- SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=$SOURCEFORGE_URL/alsamodular/$SOURCE
- SOURCE_HASH=sha512:477921de80e4a52c8eab8a6e2f95609ed6483efa0d06476b1edbed83cb13fe6cfdcc2b49c891ddc7568ed75a40950949d498326c92b0794705ce67ec8b7d0ad1
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://alsamodular.sourceforge.net/
- LICENSE[0]=GPL
- ENTERED=20060818
- KEYWORDS="editors audio"
- SHORT="A realtime modular synthesizer and effect processor."
-cat << EOF
-AlsaModularSynth is a realtime modular synthesizer and effect processor.
-It features:
-
- * MIDI controlled modular software synthesis.
- * Realtime effect processing with capture from e.g. "Line In" or "Mic In".
- * Full control of all synthesis and effect parameters via MIDI.
- * Integrated LADSPA Browser with search capability.
- * JACK Support.
-EOF
diff --git a/audio-creation/ams/HISTORY b/audio-creation/ams/HISTORY
deleted file mode 100644
index 1188cf5717..0000000000
--- a/audio-creation/ams/HISTORY
+++ /dev/null
@@ -1,11 +0,0 @@
-2011-07-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
- * DEPENDS: changed dependency on g++ to dependency on gcc with
- sub-depends on CXX (scripted)
-
-2008-03-18 Eric Sandall <sandalle@sourcemage.org>
- * BUILD: We're all one big happy xorg-modular, no need to check anymore
-
-2006-08-18 Juuso Alasuutari <iuso@sourcemage.org>
- * DETAILS, CONFIGURE, DEPENDS, PRE_BUILD, BUILD, INSTALL,
- HISTORY: created spell
-
diff --git a/audio-creation/ams/INSTALL b/audio-creation/ams/INSTALL
deleted file mode 100755
index 3c091ac435..0000000000
--- a/audio-creation/ams/INSTALL
+++ /dev/null
@@ -1,9 +0,0 @@
-cp ams ${INSTALL_ROOT}/usr/bin/ &&
-
-mkdir -p ${INSTALL_ROOT}/usr/share/doc/$SPELL/ &&
-cp -r tutorial/ ${INSTALL_ROOT}/usr/share/doc/$SPELL/ &&
-
-if [[ "$AMS_EXAMPLES" == y ]]; then
- cp -r instruments/ ${INSTALL_ROOT}/usr/share/doc/$SPELL/ &&
- cp -r demos/ ${INSTALL_ROOT}/usr/share/doc/$SPELL/
-fi
diff --git a/audio-creation/ams/PRE_BUILD b/audio-creation/ams/PRE_BUILD
deleted file mode 100755
index 7056059eec..0000000000
--- a/audio-creation/ams/PRE_BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-
-# Make dir variables changeable
-sedit "s/_DIR=/_DIR:=/" Makefile &&
-
-# Fix to include type-prefixed fftw header file
-sedit "s/rfftw\.h/srfftw.h/" spectrumscreen.cpp &&
-sedit "s/rfftw\.h/srfftw.h/" spectrumscreen.h