summaryrefslogtreecommitdiffstats
path: root/audio/mixxx
diff options
context:
space:
mode:
author ponce <matteo.bernardini@gmail.com>2012-08-11 12:14:33 +0200
committer Robby Workman <rworkman@slackbuilds.org>2012-08-21 15:36:49 -0500
commitda3feaef8ced2fa59d0ed10623afbe323b675e68 (patch)
tree30120022253dc9970fbaf081954b04501c1f1be2 /audio/mixxx
parent4fbeaedd0c366b0d27a1a84ed471b1f26d71e110 (diff)
downloadslackbuilds-da3feaef8ced2fa59d0ed10623afbe323b675e68.tar.gz
slackbuilds-da3feaef8ced2fa59d0ed10623afbe323b675e68.tar.xz
audio/mixxx: Updated for version 1.10.1.
This also disables shoutcast as it isn't detected. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/mixxx')
-rw-r--r--audio/mixxx/README4
-rw-r--r--audio/mixxx/mixxx.SlackBuild8
-rw-r--r--audio/mixxx/mixxx.info6
3 files changed, 9 insertions, 9 deletions
diff --git a/audio/mixxx/README b/audio/mixxx/README
index 6bfd120768..e8e1406e74 100644
--- a/audio/mixxx/README
+++ b/audio/mixxx/README
@@ -4,6 +4,4 @@ including parallel waveform summaries and displays, MP3, OGG, WAVE
and FLAC playback, pitch independent time stretch, vinyl emulation,
wave recording, BPM detection, multichannel and multiple soundcard
support, MIDI controllers support and scripting engine, a skinnable
-interface
-
-This requires scons, ladspa-sdk, portaudio, portmidi and libshout.
+interface.
diff --git a/audio/mixxx/mixxx.SlackBuild b/audio/mixxx/mixxx.SlackBuild
index da31ce86d8..5825ab8c4d 100644
--- a/audio/mixxx/mixxx.SlackBuild
+++ b/audio/mixxx/mixxx.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mixxx
-VERSION=${VERSION:-1.9.0}
+VERSION=${VERSION:-1.10.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -59,9 +59,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION~release-1.9.x~bzr2720
+rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION-src.tar.gz
-cd $PRGNAM-$VERSION~release-1.9.x~bzr2720
+cd $PRGNAM-$VERSION
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
@@ -72,9 +72,11 @@ find . \
# Fix the desktop file
patch -p0 < $CWD/desktop.diff
+# it seems libshout isn't detected :(
CFLAGS="$SLKCFLAGS" \
QTDIR=/usr/lib$LIBDIRSUFFIX/qt \
scons \
+ shoutcast=0 \
prefix=/usr
QTDIR=/usr/lib$LIBDIRSUFFIX/qt \
diff --git a/audio/mixxx/mixxx.info b/audio/mixxx/mixxx.info
index 809f25acf5..e60b959071 100644
--- a/audio/mixxx/mixxx.info
+++ b/audio/mixxx/mixxx.info
@@ -1,8 +1,8 @@
PRGNAM="mixxx"
-VERSION="1.9.0"
+VERSION="1.10.1"
HOMEPAGE="http://www.mixxx.org"
-DOWNLOAD="http://downloads.mixxx.org/mixxx-1.9.0/mixxx-1.9.0-src.tar.gz"
-MD5SUM="ea78fc81922e6c7d85d6afffd2e526b1"
+DOWNLOAD="http://downloads.mixxx.org/mixxx-1.10.1/mixxx-1.10.1-src.tar.gz"
+MD5SUM="765bc5216ec8102c2186dd3ea80187a9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libshout portaudio portmidi scons"