summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2012-08-26 10:07:22 -0500
committer Robby Workman <rworkman@slackbuilds.org>2012-08-26 22:13:24 -0500
commit0afa14cb8ee30b1af77922a75837b1f1abe3e221 (patch)
treee51fea4b2777039f24cfddf184d97238a37853ed /audio
parent691d34e2f77eae826778fcf628b562480b3a6927 (diff)
downloadslackbuilds-0afa14cb8ee30b1af77922a75837b1f1abe3e221.tar.gz
slackbuilds-0afa14cb8ee30b1af77922a75837b1f1abe3e221.tar.xz
audio/pulseaudio: Fixed dep information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/pulseaudio/README6
-rw-r--r--audio/pulseaudio/pulseaudio.info2
2 files changed, 3 insertions, 5 deletions
diff --git a/audio/pulseaudio/README b/audio/pulseaudio/README
index ccee048922..7c0de995fc 100644
--- a/audio/pulseaudio/README
+++ b/audio/pulseaudio/README
@@ -5,8 +5,6 @@ for the Enlightened Sound Daemon (ESOUND).
Pulseaudio will need a pulse group/user to run. You can add one with
# groupadd -g 216 pulse
# useradd -u 216 -g pulse -d /var/lib/pulse pulse
-or something similar. See http://slackbuilds.org/uid_gid.txt for details
-on the gid and uid assignments.
+See http://slackbuilds.org/uid_gid.txt for details on the uid/gid assignments.
-Requires: speex, json-c
-Optional: jack-audio-connection-kit, avahi, lirc, libasyncns, orc
+Optional deps: jack-audio-connection-kit, avahi, lirc, libasyncns, orc
diff --git a/audio/pulseaudio/pulseaudio.info b/audio/pulseaudio/pulseaudio.info
index a353cb2e24..bcd465dc6d 100644
--- a/audio/pulseaudio/pulseaudio.info
+++ b/audio/pulseaudio/pulseaudio.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://freedesktop.org/software/pulseaudio/releases/pulseaudio-2.0.tar
MD5SUM="9bbde657c353fe675c3b693054175a8e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="avahi jack-audio-connection-kit json-c libasyncns lirc orc speex"
+REQUIRES="json-c speex"
MAINTAINER="drhouse"
EMAIL="housegregory299@gmail.com"