adding more build options to jack2

This commit is contained in:
abveritas 2013-03-21 19:06:28 +00:00
parent d8e6dada3a
commit e7a1cde7ce

View File

@ -2,7 +2,7 @@
pkgname=jack2
pkgver=1.9.9.5
pkgrel=1
pkgrel=2
pkgdesc="The next-generation JACK with SMP support"
arch=('x86_64')
url="http://jackaudio.org/"
@ -11,8 +11,7 @@ license=('GPL')
depends=('libsamplerate' 'celt' 'libffado' 'dbus-core')
makedepends=('python2' 'doxygen' 'libsamplerate' 'celt')
optdepends=('libffado: FireWire support'
'dbus-core: jackdbus'
'python2: jack_control')
'python2: jack_control')
conflicts=('jack' 'jack2-dbus')
provides=('jack' 'jackmp' 'jackdmp' 'jackdbus' 'jack-audio-connection-kit' 'jack2-dbus')
# Build for doxygen fix, commit 95a1162d6aecc91882e4d8b01ba7fb12f6d29d1c Dec 11 2012, remove with 1.9.9.10 or above
@ -29,7 +28,10 @@ build() {
LDFLAGS="$LDFLAGS,--no-as-needed -lm" python2 ./waf configure \
--prefix=/usr \
--alsa
--alsa \
--classic \
--dbus \
--firewire
python2 ./waf build