Re: Pulse Audio
Posted: 5. Nov 2011, 15:03
The slackbuild that sourcery pulls builds with these users and group settings.pwatk wrote:Oh and you don't need a pulse user and group to build the pulseaudio package, you can set these up after.
Also, prior to the configuring and make, the scrip checks to see if the pulse user and group is exist and exits if they don't./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
--disable-tcpwrap \
--enable-orc=${ORC:-"no"} \
--disable-static \
--disable-hal --disable-hal-compat \
--disable-solaris \
--disable-waveout \
--with-system-user=pulse \
--with-system-group=pulse \
--with-access-group=audio \
--build=$ARCH-slackware-linux