mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
audio/pulseaudio: Updated for version 6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
24b7f72269
commit
a97f470173
3 changed files with 5 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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 .
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue