jack: udev rules file to make audio group access rtc/hpet devices.
This commit is contained in:
2
srcpkgs/jack/files/40-hpet-permissions.rules
Normal file
2
srcpkgs/jack/files/40-hpet-permissions.rules
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
KERNEL=="rtc0", GROUP="audio"
|
||||||
|
KERNEL=="hpet", GROUP="audio"
|
||||||
@@ -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=4
|
revision=5
|
||||||
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
|
||||||
@@ -68,5 +68,8 @@ do_install()
|
|||||||
# pam_limits(8) support
|
# pam_limits(8) support
|
||||||
vinstall ${FILESDIR}/jack-limitsd.conf \
|
vinstall ${FILESDIR}/jack-limitsd.conf \
|
||||||
644 etc/security/limits.d jack.conf
|
644 etc/security/limits.d jack.conf
|
||||||
|
# audio group permissions for realtime
|
||||||
|
vinstall ${FILESDIR}/40-hpet-permissions.rules \
|
||||||
|
644 lib/udev/rules.d
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user