audio/pulseaudio: Fixed dep information

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2012-08-26 10:07:22 -05:00
parent 691d34e2f7
commit 0afa14cb8e
2 changed files with 3 additions and 5 deletions

View file

@ -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

View file

@ -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"