#3042: PulseAudio-0.9.22
-------------------------------------+--------------------------------------
Reporter: d...@… | Owner: d...@…
Type: enhancement | Status: assigned
Priority: normal | Milestone: 6.7
Component: BOOK | Version: SVN
Severity: normal | Keywords:
-------------------------------------+--------------------------------------
Comment(by ra...@…):
Please disregard the above comments as they are incomplete and erroneous.
Following is what I hope are solid instructions:
First, if Linux-PAM is installed, add these two lines to
/etc/security/limits.conf:
{{{
@audio - rtprio 99
@audio - memlock unlimited
}}}
Next run a sed so that stuff ends up in /usr/share/pulse, instead of
/usr/share/pulseaudio:
{{{
sed -i 's|pulseaudio/alsa-mixer|pulse/alsa-mixer|' src/Makefile.in
}}}
Now here is what should be a correct ./configure command:
{{{
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/pulse \
--with-module-dir=/usr/lib/pulse/modules \
--localstatedir=/var \
--with-udev-rules-dir=/etc/udev/rules.d
}}}
This ends up with the following directories and files created and used:
{{{
/etc/pulse
/etc/udev/rules.d/90-pulseaudio.rules
/etc/xdg/autostart/pulseaudio.desktop
/etc/xdg/autostart/pulseaudio-kde.desktop
/etc/dbus-1/system.d/pulseaudio-system.conf
/usr/include/pulse
/usr/lib/pulse
/usr/share/pulse
/usr/share/vala/vapi/libpulse.vapi (not sure what it is for)
/var/lib/pulse
/var/run/pulse
}}}
Doxygen docs can be created via a Makefile, I'm not sure if the Makefile
will install them.
Lastly, view http://www.pulseaudio.org/wiki/PerfectSetup for hints how to
create a setup that will work with the users hardware and existing
packages.
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/3042#comment:5>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page