mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
4fbeaedd0c
commit
da3feaef8c
3 changed files with 9 additions and 9 deletions
|
@ -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.
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue