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>
This commit is contained in:
ponce 2012-08-11 12:14:33 +02:00 committed by Robby Workman
parent 4fbeaedd0c
commit da3feaef8c
3 changed files with 9 additions and 9 deletions

View file

@ -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.

View file

@ -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 \

View file

@ -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"