audio/pulseaudio: Updated for version 6.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Christoph Willing 2015-05-12 16:34:07 +07:00 committed by Willy Sudiarto Raharjo
parent 24b7f72269
commit a97f470173
3 changed files with 5 additions and 8 deletions

View file

@ -13,8 +13,6 @@ circumstances notwithstanding).
If necessary, pulseaudio may be started manually with:
/usr/bin/start-pulseaudio-x11
or
/usr/bin/start-pulseaudio-kde
In the EXTREMELY RARE case that pulseaudio needs to run as a system wide
daemon, the /etc/rc.d/rc.pulseaudio script is provided. It is not used at all

View file

@ -6,8 +6,8 @@
# Maintained by Christoph Willing <chris.willing@iinet.net.au>
PRGNAM=pulseaudio
VERSION=${VERSION:-5.0}
BUILD=${BUILD:-4}
VERSION=${VERSION:-6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -47,7 +47,6 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
patch -p0 < $CWD/020_no-parallel-make.diff
sed -i -e '/@PA_BINARY@/ imkdir -p \$HOME/.config/pulse' src/daemon/start-pulseaudio-x11.in
sed -i -e '/@PA_BINARY@/ imkdir -p \$HOME/.config/pulse' src/daemon/start-pulseaudio-kde.in
echo "X-MATE-Autostart-Phase=Initialization" >>src/daemon/pulseaudio.desktop.in
chown -R root:root .

View file

@ -1,8 +1,8 @@
PRGNAM="pulseaudio"
VERSION="5.0"
VERSION="6.0"
HOMEPAGE="http://www.pulseaudio.org"
DOWNLOAD="http://freedesktop.org/software/pulseaudio/releases/pulseaudio-5.0.tar.xz"
MD5SUM="c43749838612f4860465e83ed62ca38e"
DOWNLOAD="http://freedesktop.org/software/pulseaudio/releases/pulseaudio-6.0.tar.xz"
MD5SUM="b691e83b7434c678dffacfa3a027750e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="json-c speex"