jack: update to 1.9.10.

This commit is contained in:
Juan RP 2014-08-30 18:37:34 +02:00
parent 2e379fd31c
commit 6ca855179a

View File

@ -1,22 +1,21 @@
# Template file for 'jack'
pkgname=jack
version=1.9.9.5
revision=6
wrksrc="jack2-${version}"
version=1.9.10
revision=1
# XXX libffado (firewire)
hostmakedepends="pkg-config python"
makedepends="libsamplerate-devel readline-devel>=6.3 dbus-devel celt-devel"
depends="dbus"
short_desc="JACK Audio Connection Kit low-latency sound server (pro audio)"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2, LGPL-2.1"
homepage="http://jackaudio.org/"
distfiles="https://github.com/jackaudio/jack2/archive/${version}.tar.gz"
checksum=605609f1774696f2f7b85ae211548fad6cbdcfd3b109b77edb364192af61c28d
distfiles="https://dl.dropboxusercontent.com/u/28869550/jack-${version}.tar.bz2"
checksum=5bc6336e6ac9799e3cb241915e2ba5d01b030589bbb2afae39579a59ef0f2f56
do_configure() {
python waf configure --prefix=/usr --alsa --classic --dbus
}
do_build() {
python waf build ${makejobs}
}
@ -25,11 +24,9 @@ do_install() {
python waf install --destdir=${DESTDIR}
# pam_limits(8) support
vinstall ${FILESDIR}/jack-limitsd.conf \
644 etc/security/limits.d jack.conf
vinstall ${FILESDIR}/jack-limitsd.conf 644 etc/security/limits.d jack.conf
# audio group permissions for realtime
vinstall ${FILESDIR}/40-hpet-permissions.rules \
644 usr/lib/udev/rules.d
vinstall ${FILESDIR}/40-hpet-permissions.rules 644 usr/lib/udev/rules.d
}
libjack_package() {
@ -39,7 +36,6 @@ libjack_package() {
vmove usr/lib/jack
}
}
jack-devel_package() {
depends="libjack>=${version}_${revision}"
short_desc+=" - development files"