mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-10 13:34:50 +08:00
mixxx: bump to 1.9
This commit is contained in:
parent
fd608b6aea
commit
a317a4c7cb
@ -5,24 +5,28 @@
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=mixxx
|
||||
pkgver=1.8.1
|
||||
pkgver=1.9.0
|
||||
_rel=release-1.9.x~bzr2720
|
||||
pkgrel=1
|
||||
pkgdesc="Digital DJ mixing software with cpu optimization enabled"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.mixxx.org/"
|
||||
license=('GPL2')
|
||||
depends=('libsndfile' 'libogg' 'libid3tag' 'libmad' 'libvorbis' 'portaudio' 'portmidi' 'qt>=4.4.0')
|
||||
depends=('libsndfile' 'libogg' 'libid3tag' 'libmad' 'libvorbis' 'portaudio' 'portmidi' 'qt>=4.7.0' 'libshout')
|
||||
makedepends=('bzr' 'scons>=0.98' 'pkgconfig>=0.15.0')
|
||||
#optdepends=('lib32-faad2' 'mp4v2')
|
||||
provides=(mixxx)
|
||||
source=(http://downloads.mixxx.org/mixxx-1.8.1/mixxx-1.8.1-src.tar.gz)
|
||||
md5sums=(03c54e02ad18d631c9ffa234e38aa7c6)
|
||||
source=(http://downloads.mixxx.org/mixxx-${pkgver}/mixxx-${pkgver}-src.tar.gz)
|
||||
md5sums=(ea78fc81922e6c7d85d6afffd2e526b1)
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
cd "${srcdir}/${pkgname}-${pkgver}~${_rel}"
|
||||
|
||||
scons qtdir=/usr/lib/qt prefix=/usr install_root=$pkgdir/usr tuned=1 || return 1
|
||||
scons qtdir=/usr/lib/qt prefix=/usr install_root=$pkgdir/usr tuned=1 || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}~${_rel}"
|
||||
scons qtdir=/usr/lib/qt prefix=/usr install_root=$pkgdir/usr install || return 1
|
||||
sed -i -e "s~Exec=pasuspender mixxx~Exec=mixxx~g" "$pkgdir/usr/share/applications/mixxx.desktop"
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user