summaryrefslogtreecommitdiffstats
path: root/audio/pulseaudio/README
diff options
context:
space:
mode:
author crocket <crockabiscuit@gmail.com>2011-07-19 02:17:51 -0500
committer Robby Workman <rworkman@slackbuilds.org>2011-07-21 22:52:46 -0500
commitdf3d230047a608ca757c3cf2b07e5239fd22cbae (patch)
tree83679349d9fd4cd6dccd518f0c51fcae6ae12ff7 /audio/pulseaudio/README
parent847dc4d53874fefa4e0861a11d1ec0c9a9d7244f (diff)
downloadslackbuilds-df3d230047a608ca757c3cf2b07e5239fd22cbae.tar.gz
slackbuilds-df3d230047a608ca757c3cf2b07e5239fd22cbae.tar.xz
audio/pulseaudio: Added (Pulse Audio Sound Server)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'audio/pulseaudio/README')
-rw-r--r--audio/pulseaudio/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/pulseaudio/README b/audio/pulseaudio/README
new file mode 100644
index 0000000000..a5471047a6
--- /dev/null
+++ b/audio/pulseaudio/README
@@ -0,0 +1,12 @@
+pulseaudio is a networked sound server for Unix-like operating systems
+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 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.
+
+Requires: speex
+Optional: jack-audio-connection-kit, avahi, lirc, libasyncns, GConf