2011-10-22 07:13:45 +02:00
|
|
|
# Template file for 'jack'
|
|
|
|
pkgname=jack
|
2011-12-28 06:10:05 +01:00
|
|
|
version=1.9.8
|
2012-02-09 13:39:16 +01:00
|
|
|
build_wrksrc=${pkgname}-${version}
|
2011-10-24 14:32:40 +02:00
|
|
|
build_style=waf
|
2012-07-09 18:23:01 +02:00
|
|
|
revision=2
|
2011-10-24 14:32:40 +02:00
|
|
|
configure_args="--alsa --classic --dbus"
|
2012-07-09 18:23:01 +02:00
|
|
|
# XXX libffado (firewire)
|
|
|
|
subpackages="lib$pkgname $pkgname-devel"
|
|
|
|
makedepends="python pkg-config libsamplerate-devel readline-devel ncurses-devel alsa-lib-devel dbus-devel expat-devel libsndfile-devel celt-devel"
|
2011-10-22 07:13:45 +02:00
|
|
|
short_desc="JACK Audio Connection Kit low-latency sound server (pro audio)"
|
|
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
2011-10-22 07:21:08 +02:00
|
|
|
license="GPL-2, LGPL-2.1"
|
2012-07-09 18:23:01 +02:00
|
|
|
homepage="http://jackaudio.org/"
|
|
|
|
distfiles="http://www.grame.fr/~letz/${pkgname}-${version}.tgz"
|
2011-12-28 06:10:05 +01:00
|
|
|
checksum=4c712eac54bdf5b4c0245f728654459d0437e5cdab84e7ac633be6fe4502081d
|
2011-10-22 07:13:45 +02:00
|
|
|
long_desc="
|
|
|
|
JACK is system for handling real-time, low latency audio (and MIDI). It runs
|
|
|
|
on GNU/Linux, Solaris, FreeBSD, OS X and Windows (and can be ported to other
|
|
|
|
POSIX-conformant platforms). It can connect a number of different
|
|
|
|
applications to an audio device, as well as allowing them to share audio
|
|
|
|
between themselves. Its clients can run in their own processes (ie. as normal
|
|
|
|
applications), or can they can run within the JACK server (ie. as a plugin).
|
|
|
|
JACK also has support for distributing audio processing across a network,
|
|
|
|
both fast and reliable LANs as well as slower, less reliable WANs.
|
|
|
|
|
|
|
|
JACK was designed from the ground up for professional audio work, and its
|
|
|
|
design focuses on two key areas: synchronous execution of all clients, and
|
|
|
|
low latency operation."
|
|
|
|
|
2012-07-09 18:23:01 +02:00
|
|
|
post_install() {
|
2011-10-22 08:10:06 +02:00
|
|
|
# pam_limits(8) support
|
|
|
|
vinstall ${FILESDIR}/jack-limitsd.conf \
|
|
|
|
644 etc/security/limits.d jack.conf
|
2011-10-23 09:48:24 +02:00
|
|
|
# audio group permissions for realtime
|
|
|
|
vinstall ${FILESDIR}/40-hpet-permissions.rules \
|
2012-07-09 18:23:01 +02:00
|
|
|
644 usr/lib/udev/rules.d
|
2011-10-22 07:13:45 +02:00
|
|
|
}
|