aboutsummaryrefslogtreecommitdiff
path: root/audio/pulseaudio/README
diff options
context:
space:
mode:
authorHeinz Wiesinger <HMWiesinger@gmx.at>2010-05-11 22:53:14 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-11 22:53:14 +0200
commite5ed38612fc7827ac27066118ff52e4d75b79ea9 (patch)
treea0e4ad0cfafe9472e4dcb9992c0b1c36812ed073 /audio/pulseaudio/README
parenta7d7b8d43498205f82064722efb151fb72504f13 (diff)
audio/pulseaudio: Added to 12.1 repository
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 000000000000..a7e36ca57afa
--- /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 214 pulse
+ # useradd -u 214 -g pulse -d /var/lib/pulse pulse
+or something similar. See http://slackbuilds.org/uid_gid.txt
+
+Pulseaudio requires liboil, libatomic_ops, libsamplerate and libsndfile,
+and libcap. It will also make use of jack-audio-connection-kit. All of
+these dependencies are available at SlackBuilds.org.