audio/jack-audio-connection-kit: Updated for version 0.121.2.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2011-09-01 08:46:29 -03:00 committed by Niels Horn
parent 4847006d6c
commit 6b139e5d36
4 changed files with 14 additions and 16 deletions

View file

@ -7,8 +7,8 @@ server instance (i.e. as a "plugin").
jackd has to run with realtime privileges. One way to do this on Slackware
would be to use set_rlimits. Since 12.2 there's another way - if you have
a filesystem that supports posix capabilities (reiserfs does not), you can
grant jackd the rights to run in realtime mode, even when started as a normal
user, with the following command:
grant jackd the rights to run in realtime mode, even when started as a
normal user, with the following command:
setcap cap_ipc_lock,cap_sys_nice=ep /usr/bin/jackd

View file

@ -26,7 +26,7 @@
# No additional license terms added :)
PRGNAM=jack-audio-connection-kit
VERSION=0.120.1
VERSION=0.121.2
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -92,10 +92,8 @@ make install-strip DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \;
for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
)
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING* README TODO $PKG/usr/doc/$PRGNAM-$VERSION

View file

@ -1,10 +1,10 @@
PRGNAM="jack-audio-connection-kit"
VERSION="0.120.1"
VERSION="0.121.2"
HOMEPAGE="http://jackaudio.org"
DOWNLOAD="http://jackaudio.org/downloads/jack-audio-connection-kit-0.120.1.tar.gz"
MD5SUM="e45bab906be64e4e2752cbd855a8efd5"
DOWNLOAD="http://jackaudio.org/downloads/jack-audio-connection-kit-0.121.2.tar.gz"
MD5SUM="06c080349455afd4d217d6a8f9393e01"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
APPROVED="dsomero"
APPROVED="Niels Horn"

View file

@ -5,15 +5,15 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler-----------------------------------|
|-----handy-ruler------------------------------------------------------|
jack-audio-connection-kit: jack-audio-connection-kit (Jack Sound Server)
jack-audio-connection-kit:
jack-audio-connection-kit: JACK is a low-latency audio server written mainly
jack-audio-connection-kit: for Linux. It can connect a number of different
jack-audio-connection-kit: applications to an audio device as well as allow
jack-audio-connection-kit: them to share audio among themselves.
jack-audio-connection-kit: JACK is a low-latency audio server written mainly for Linux.
jack-audio-connection-kit: It can connect a number of different applications to an audio
jack-audio-connection-kit: device as well as allow them to share audio among themselves.
jack-audio-connection-kit:
jack-audio-connection-kit: Homepage: http://jackaudio.org
jack-audio-connection-kit:
jack-audio-connection-kit:
jack-audio-connection-kit:
jack-audio-connection-kit: