diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2016-01-06 15:35:34 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 8b1655bd9718450afc1094255e56a43471349c10 (patch) | |
tree | 1eb5f76404b297e56e87426a645c85928e61a32b /audio/pulseaudio/README | |
parent | fefbc567a7015b6a27a54fffd559954cfd2a3f43 (diff) |
audio/pulseaudio: Removed (Included in Slackware 14.2)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/pulseaudio/README')
-rw-r--r-- | audio/pulseaudio/README | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/audio/pulseaudio/README b/audio/pulseaudio/README deleted file mode 100644 index 7e45020fa2..0000000000 --- a/audio/pulseaudio/README +++ /dev/null @@ -1,27 +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). - -Optional deps: sbc, jack-audio-connection-kit, avahi, lirc, libasyncns, orc - -Bluetooth support requires the optional sbc package (in addition to the -standard bluez package). - -USAGE: -In almost all cases, pulseaudio should be run as a normal user daemon -i.e. NOT a system wide daemon. It will be usually started by the desktop -environment (KDE, XFCE, MATE) when the user logs in. In general, there is -nothing more the user needs to do (configuration for particular devices or -circumstances notwithstanding). - -If necessary, pulseaudio may be started manually with: - /usr/bin/start-pulseaudio-x11 - -In the EXTREMELY RARE case that pulseaudio needs to run as a system wide -daemon, the /etc/rc.d/rc.pulseaudio script is provided. It is not used at all -in the usual case, as above, in which pulseaudio runs as a normal user daemon. -Additionally, in the system wide daemon mode only, pulseaudio will need a -pulse group/user to run as. This may be done with: - groupadd -g 216 pulse - useradd -u 216 -g pulse -d /var/run/pulse -m pulse -See http://slackbuilds.org/uid_gid.txt for details on the uid/gid assignments. |