mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
audio/mixxx: Updated for version 1.8.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
7d3281715f
commit
28d3550550
5 changed files with 12 additions and 29 deletions
|
@ -6,5 +6,4 @@ wave recording, BPM detection, multichannel and multiple soundcard
|
|||
support, MIDI controllers support and scripting engine, a skinnable
|
||||
interface
|
||||
|
||||
Requires: scons, ladspa-sdk, libsndfile and portaudio all available
|
||||
at SlackBuilds.org.
|
||||
This requires scons, ladspa-sdk, libsndfile, portaudio, and portmidi.
|
||||
|
|
|
@ -1,15 +1,11 @@
|
|||
--- src/mixxx.desktop 2009-10-14 18:29:18.000000000 +0200
|
||||
+++ src/mixxx.desktop.new 2009-12-27 19:19:47.000000000 +0100
|
||||
--- src/mixxx.desktop 2010-12-06 00:07:57.000000000 +0100
|
||||
+++ src/mixxx.desktop.new 2011-01-21 17:51:19.000000000 +0100
|
||||
@@ -3,9 +3,9 @@
|
||||
Encoding=UTF-8
|
||||
Name=Mixxx
|
||||
GenericName=Digital DJ interface
|
||||
Comment=A digital DJ interface
|
||||
-Exec=pasuspender mixxx
|
||||
+Exec=mixxx
|
||||
Terminal=false
|
||||
Icon=mixxx-icon.png
|
||||
Icon=mixxx-icon
|
||||
Type=Application
|
||||
-Categories=AudioVideo;Audio;
|
||||
-GenericName[en_CA]=
|
||||
+Categories=Applications;AudioVideo;Audio;
|
||||
+GenericName=DJ Mixer
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mixxx
|
||||
VERSION=${VERSION:-1.7.2}
|
||||
VERSION=${VERSION:-1.8.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -76,25 +76,14 @@ patch -p0 < $CWD/desktop.diff
|
|||
|
||||
QTDIR=/usr/lib$LIBDIRSUFFIX/qt \
|
||||
scons \
|
||||
prefix=/usr \
|
||||
ipod=1 \
|
||||
script=1 \
|
||||
tonal=1
|
||||
prefix=/usr
|
||||
|
||||
QTDIR=/usr/lib$LIBDIRSUFFIX/qt \
|
||||
scons \
|
||||
install_root=$PKG/usr \
|
||||
prefix=/usr \
|
||||
ipod=1 \
|
||||
script=1 \
|
||||
tonal=1 \
|
||||
install
|
||||
|
||||
# Remove windows' images db
|
||||
( cd $PKG
|
||||
find . -name 'Thumbs.db' -exec rm {} \;
|
||||
)
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
|
@ -106,4 +95,3 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
|
|||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="mixxx"
|
||||
VERSION="1.7.2"
|
||||
VERSION="1.8.2"
|
||||
HOMEPAGE="http://www.mixxx.org"
|
||||
DOWNLOAD="http://downloads.mixxx.org/mixxx-1.7.2/mixxx-1.7.2-src.tar.gz"
|
||||
MD5SUM="a2121eb10f2521a44acd2d17ba6b481d"
|
||||
DOWNLOAD="http://downloads.mixxx.org/mixxx-1.8.2/mixxx-1.8.2-src.tar.gz"
|
||||
MD5SUM="f0297f4493d4d8e6ad59f72970bad7bc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Elvio Basello (HelLViS69)"
|
||||
EMAIL="hellvis69@slackware.it"
|
||||
APPROVED="pprkut"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler-------------------------------------------------------|
|
||||
mixxx: Mixxx, free open source DJ software for performing live mixes.
|
||||
mixxx: Mixxx (open source DJ software for performing live mixes)
|
||||
mixxx:
|
||||
mixxx: Mixxx is been created for DJs, by DJs. It has numerous features
|
||||
mixxx: including parallel waveform summaries and displays, MP3, OGG, WAVE
|
||||
|
|
Loading…
Reference in a new issue