summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-10-11 13:51:22 +0200
committerBor Kraljič2011-10-11 13:51:22 +0200
commit859fbdaf8d4e987f9f401264f1e727f97c5ec0ca (patch)
tree3245585701284a9ec26152dc0d49b683b56014da
parentf3344afd62d9a3f181b4609cb1813a9d3b4d73dd (diff)
audio-players/mixxx: removed (we no longer support qt3 (qt-x11))
-rw-r--r--ChangeLog1
-rwxr-xr-xaudio-players/mixxx/BUILD3
-rwxr-xr-xaudio-players/mixxx/DEPENDS25
-rwxr-xr-xaudio-players/mixxx/DETAILS16
-rw-r--r--audio-players/mixxx/HISTORY32
-rwxr-xr-xaudio-players/mixxx/PRE_BUILD3
6 files changed, 1 insertions, 79 deletions
diff --git a/ChangeLog b/ChangeLog
index 281e9b31b9..4c79a3a18d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -216,6 +216,7 @@
* audio-creation/ecamegapedal: removed (we no longer support qt3 (qt-x11))
* audio-libs/clam: removed (we no longer support qt3 (qt-x11))
* audio-players/madman: removed (we no longer support qt3 (qt-x11))
+ * audio-players/mixxx: 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-players/mixxx/BUILD b/audio-players/mixxx/BUILD
deleted file mode 100755
index afce726319..0000000000
--- a/audio-players/mixxx/BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-cd $SOURCE_DIRECTORY/src &&
-./configure --prefix=${INSTALL_ROOT}/usr $OPTS &&
-make
diff --git a/audio-players/mixxx/DEPENDS b/audio-players/mixxx/DEPENDS
deleted file mode 100755
index dc07a1ec32..0000000000
--- a/audio-players/mixxx/DEPENDS
+++ /dev/null
@@ -1,25 +0,0 @@
-depends qt-x11 &&
-depends libmad &&
-depends libid3tag &&
-depends audiofile &&
-depends pkgconfig &&
-depends libvorbis &&
-depends libogg &&
-depends portaudio19 &&
-depends JACK-DRIVER &&
-
-optional_depends alsa-lib \
- "--enable-alsa" \
- "--disable-alsa" \
- "to enable ALSA support" &&
-
-optional_depends lua \
- --enable-lua \
- --disable-lua \
- "for lua scripting support" &&
-
-optional_depends python \
- --enable-python \
- --disable-python \
- "for python scripting support"
-
diff --git a/audio-players/mixxx/DETAILS b/audio-players/mixxx/DETAILS
deleted file mode 100755
index 83c763d77c..0000000000
--- a/audio-players/mixxx/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- SPELL=mixxx
- VERSION=1.5.0.1
- SOURCE=${SPELL}-${VERSION}-src.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION%.1}
-SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- SOURCE_HASH=sha512:74c7885d829675e1df346a378011bf1e3038975e03f1bd054b1ed028d83e5f6f196b601eef739d09dc17130d186fe13c34e61936b95dbb924ff7edf41111e189
- WEB_SITE=http://mixxx.sf.net
- ENTERED=20040121
- LICENSE[0]=GPL
- KEYWORDS="players audio"
- SHORT="Digital DJ software."
-cat << EOF
-Mixxx is a digital DJ system, where wave, Ogg, and MP3 files can be mixed
-on a computer for use in live performances. Filters, a crossfader, and
-speed controls are provided. It is controlled by mouse and/or MIDI events.
-EOF
diff --git a/audio-players/mixxx/HISTORY b/audio-players/mixxx/HISTORY
deleted file mode 100644
index 78691a2af6..0000000000
--- a/audio-players/mixxx/HISTORY
+++ /dev/null
@@ -1,32 +0,0 @@
-2007-03-11 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- * DEPENDS: refreshed
- * PRE_BUILD: added to sanitize that bs of qbs
- * DETAILS: Changed SOURCE extension
- updated spell to 1.5.0.1
-
-2006-10-06 Juuso Alasuutari <iuso@sourcemage.org>
- * DEPENDS: Changed jack to JACK-DRIVER, tidied formatting.
-
-2006-09-21 Juuso Alasuutari <iuso@sourcemage.org>
- * DETAILS: [automated] Removed MAINTAINER.
-
-2006-08-27 Armando Vega <synan@rilinux.hr>
- * DETAILS: spell updated to version 1.4.2, removed BUILD_API and UPDATED, changed the description
- * DEPENDS: moved jack to opt depends; added alsa opt depend, removed fftw2
- * BUILD: changed the build procedure
-
-2006-06-12 Arwed v. Merkatz <v.merkatz@gmx.net>
- * DETAILS: inserted BUILD_API=1 line
-
-2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-11-29 Seth Woolley <seth@tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2004-03-22 Unet <audio@sourcemage.org>
- * DEPENDS: added libvorbis
-
-2004-01-21 Unet <audio@sourcemage.org>
- * DEPENDS, DETAILS, HISTORY: Created
-
diff --git a/audio-players/mixxx/PRE_BUILD b/audio-players/mixxx/PRE_BUILD
deleted file mode 100755
index 34d7de6f81..0000000000
--- a/audio-players/mixxx/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY/src &&
-sed -i "s,ED_VERSION_STR ........ .*$,&\nRES=yes," configure