summaryrefslogtreecommitdiffstats
path: root/audio/pulseaudio
diff options
context:
space:
mode:
author nobody <nobody>2010-05-13 00:21:59 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-13 00:21:59 +0200
commit30eff2f17604032f6e48361925be0efa66bcb8b3 (patch)
tree1f59c4df6c18e3f63006fac6e6e07fdc043e97ee /audio/pulseaudio
parentf036827d34a7ef984754ae5dd62242e3bd103fc2 (diff)
downloadslackbuilds-30eff2f17604032f6e48361925be0efa66bcb8b3.tar.gz
slackbuilds-30eff2f17604032f6e48361925be0efa66bcb8b3.tar.xz
audio/pulseaudio: Updated for version 0.9.10
Diffstat (limited to 'audio/pulseaudio')
-rw-r--r--audio/pulseaudio/README4
-rw-r--r--audio/pulseaudio/pulseaudio.SlackBuild2
-rw-r--r--audio/pulseaudio/pulseaudio.info6
3 files changed, 7 insertions, 5 deletions
diff --git a/audio/pulseaudio/README b/audio/pulseaudio/README
index ee9416b5ff..f18d59f7f5 100644
--- a/audio/pulseaudio/README
+++ b/audio/pulseaudio/README
@@ -3,8 +3,8 @@ and Microsoft Windows. It is intended to be an improved drop-in replacement
for the Enlightened Sound Daemon (ESOUND).
Pulseaudio will need a pulse group/user to run. You can add one with
- # groupadd -g 214 pulse
- # useradd -u 214 -g pulse -d /var/lib/pulse pulse
+ # groupadd -g 216 pulse
+ # useradd -u 216 -g pulse -d /var/lib/pulse pulse
or something similar. See http://slackbuilds.org/uid_gid.txt
Pulseaudio requires libatomic_ops, libsamplerate, and libsndfile.
diff --git a/audio/pulseaudio/pulseaudio.SlackBuild b/audio/pulseaudio/pulseaudio.SlackBuild
index 71ee977245..e7a154a97f 100644
--- a/audio/pulseaudio/pulseaudio.SlackBuild
+++ b/audio/pulseaudio/pulseaudio.SlackBuild
@@ -103,4 +103,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/audio/pulseaudio/pulseaudio.info b/audio/pulseaudio/pulseaudio.info
index 39ce8ba02b..46213b3f05 100644
--- a/audio/pulseaudio/pulseaudio.info
+++ b/audio/pulseaudio/pulseaudio.info
@@ -2,7 +2,9 @@ PRGNAM="pulseaudio"
VERSION="0.9.10"
HOMEPAGE="http://pulseaudio.org"
DOWNLOAD="http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-0.9.10.tar.gz"
+DOWNLOAD_x86_64=""
MD5SUM="9187ac1b302b9ab45f355242f453882e"
-MAINTAINER="ppr:kut"
-EMAIL="HMWiesinger@gmx.at"
+MD5SUM_x86_64=""
+MAINTAINER="nobody"
+EMAIL="nobody"
APPROVED="rworkman"