diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-05-18 00:59:21 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-19 09:06:59 -0500 |
commit | 3ab99860a1fc9c009d4ca471acc3315c5a7093c1 (patch) | |
tree | e9dae48fbe504109697746d37b1f40d113b91e86 /audio/pulseaudio/README | |
parent | 0135099f0769edd5d525fb4c0a2877c7fb56c76d (diff) | |
download | slackbuilds-3ab99860a1fc9c009d4ca471acc3315c5a7093c1.tar.gz |
audio/pulseaudio: Removed (no maintainer)
Diffstat (limited to 'audio/pulseaudio/README')
-rw-r--r-- | audio/pulseaudio/README | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/pulseaudio/README b/audio/pulseaudio/README deleted file mode 100644 index f18d59f7f5..0000000000 --- a/audio/pulseaudio/README +++ /dev/null @@ -1,12 +0,0 @@ -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 - -Pulseaudio requires libatomic_ops, libsamplerate, and libsndfile. -It will also make use of jack-audio-connection-kit. All of these -dependencies are available at SlackBuilds.org. |