mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
add mixxx 1.8.1
This commit is contained in:
parent
382874cbcb
commit
f9688be755
26
mixxx/PKGBUILD
Normal file
26
mixxx/PKGBUILD
Normal file
@ -0,0 +1,26 @@
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=mixxx
|
||||
pkgver=1.8.1
|
||||
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')
|
||||
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)
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
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 install || return 1
|
||||
}
|
Loading…
Reference in New Issue
Block a user