1 # Maintainer: Gimmeapill <gimmeapill at gmail dot com>
6 pkgdesc="Digital DJ mixing software. Branch 1.9 (stable) from bzr with cpu optimization enabled"
8 url="http://www.mixxx.org/"
10 depends=('libid3tag' 'libmad' 'portaudio' 'qt>=4.7.0' 'libogg' 'libvorbis' 'libsndfile' 'taglib' 'portmidi')
11 makedepends=('bzr' 'scons>=0.98' 'pkgconfig>=0.15.0')
12 optdepends=('faad2: M4A support'
14 'libshout: Shoutcast support')
16 conflicts=(mixxx-bzr mixxx1.8-bzr)
19 _bzrtrunk=lp:${_bzrmod}/1.9
24 msg "Connecting to the server...."
26 if [ ! -d ./${_bzrmod} ]; then
27 bzr co ${_bzrtrunk} ${_bzrmod}
33 msg "BZR checkout done or server timeout"
34 msg "Starting make..."
36 cd "${srcdir}/${_bzrmod}/${_bzrmod}"
38 scons qtdir=/usr/lib/qt prefix=/usr install_root=$pkgdir/usr tuned=1 || return 1
39 scons qtdir=/usr/lib/qt prefix=/usr install_root=$pkgdir/usr install || return 1