jack: added a pam_limit(8) file as suggested by davehome.
This commit is contained in:
parent
e28f402aa3
commit
9d198e47ac
2 changed files with 6 additions and 1 deletions
2
srcpkgs/jack/files/jack-limitsd.conf
Normal file
2
srcpkgs/jack/files/jack-limitsd.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
@audio - rtprio 99
|
||||||
|
@audio - memlock unlimited
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'jack'
|
# Template file for 'jack'
|
||||||
pkgname=jack
|
pkgname=jack
|
||||||
version=1.9.7
|
version=1.9.7
|
||||||
revision=1
|
revision=2
|
||||||
homepage="http://jackaudio.org/"
|
homepage="http://jackaudio.org/"
|
||||||
distfiles="http://www.grame.fr/~letz/${pkgname}-${version}.tar.bz2"
|
distfiles="http://www.grame.fr/~letz/${pkgname}-${version}.tar.bz2"
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
|
@ -65,5 +65,8 @@ do_build()
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
./waf install --destdir=${DESTDIR}
|
./waf install --destdir=${DESTDIR}
|
||||||
|
# pam_limits(8) support
|
||||||
|
vinstall ${FILESDIR}/jack-limitsd.conf \
|
||||||
|
644 etc/security/limits.d jack.conf
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue