PulseAudio 2.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10174 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Krejzi 2012-05-11 16:26:37 +00:00
parent c9ad67018e
commit 4b141a40ab
3 changed files with 23 additions and 16 deletions

View File

@ -1001,7 +1001,7 @@ $Date$
<!ENTITY libvpx-version "1.0.0">
<!-- <!ENTITY nas-version "1.9.1"> -->
<!ENTITY opal-version "3.10.2">
<!ENTITY pulseaudio-version "1.1">
<!ENTITY pulseaudio-version "2.0">
<!ENTITY sdl-version "1.2.15">
<!ENTITY sound-theme-freedesktop-version "0.7">
<!ENTITY speex-version "1.2rc1">

View File

@ -56,6 +56,9 @@
<listitem>
<para>[krejzi] - OpenLDAP 2.4.31.</para>
</listitem>
<listitem>
<para>[krejzi] - PulseAudio 2.0.</para>
</listitem>
<listitem>
<para>[krejzi] - sg3_utils 1.33.</para>
</listitem>

View File

@ -6,8 +6,8 @@
<!ENTITY pulseaudio-download-http "http://freedesktop.org/software/pulseaudio/releases/pulseaudio-&pulseaudio-version;.tar.xz">
<!ENTITY pulseaudio-download-ftp " ">
<!ENTITY pulseaudio-md5sum "17d21df798cee407b769c6355fae397a">
<!ENTITY pulseaudio-size "1.2 MB">
<!ENTITY pulseaudio-md5sum "9bbde657c353fe675c3b693054175a8e">
<!ENTITY pulseaudio-size "1.3 MB">
<!ENTITY pulseaudio-buildsize "75 MB">
<!ENTITY pulseaudio-time "1.0 SBU">
]>
@ -80,21 +80,22 @@
<para role="required">
<xref linkend="intltool"/>,
<xref linkend="json-c"/>,
<xref linkend="libsndfile"/>,
<xref linkend="pkgconfig"/> and
<xref linkend="speex"/>
<xref linkend="libsndfile"/> and
<xref linkend="pkgconfig"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="alsa-lib"/>,
<xref linkend="dbus"/> and
<xref linkend="openssl"/>
<xref linkend="dbus"/>,
<xref linkend="openssl"/> and
<xref linkend="speex"/>
</para>
<bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
<para role="optional">
<xref linkend="GConf"/> and
<xref linkend="GConf"/>,
<xref linkend="gtk2"/> and
<xref linkend="xorg7-lib"/>
</para>
@ -103,7 +104,6 @@
<xref linkend="avahi"/>,
<ulink url="http://www.bluez.org/">BlueZ</ulink>,
<ulink url="http://www.fftw.org/">FFTW</ulink>,
<xref linkend="gtk2"/>,
<ulink url="http://jackit.sourceforge.net/">JACK</ulink>,
<ulink url="http://0pointer.de/lennart/projects/libasyncns/">libasyncns</ulink>,
<xref linkend="libsamplerate"/>,
@ -126,7 +126,8 @@
commands:
</para>
<screen><userinput>./configure --prefix=/usr \
<screen><userinput>find . -name "Makefile.in" | xargs sed -i "s|(libdir)/@PACKAGE@|(libdir)/pulse|" &amp;&amp;
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--libexecdir=/usr/lib \
@ -157,7 +158,7 @@ make</userinput></screen>
</para>
<para>
<parameter>---with-module-dir=/usr/lib/pulse/modules</parameter>:
<parameter>--with-module-dir=/usr/lib/pulse/modules</parameter>:
This parameter ensures that <application>PulseAudio</application>
modules are installed in <filename class="directory">/usr/lib/pulse/modules
</filename> instead of <filename class="directory">
@ -181,12 +182,15 @@ make</userinput></screen>
start-pulseaudio-kde and start-pulseaudio-x11
</seg>
<seg>
libpulsecommon-1.1.so, libpulsecore-1.1.so, libpulsedsp.so,
libpulse-mainloop-glib.so, libpulse-simple.so and libpulse.so
libpulsecore-2.0.so, libpulse-mainloop-glib.so,
libpulse-simple.so and libpulse.so
</seg>
<seg>
/etc/pulse, /usr/include/pulse, /usr/lib/cmake/PulseAudio,
/usr/lib/pulse and /usr/share/pulseaudio
/etc/pulse,
/usr/include/pulse,
/usr/lib/cmake/PulseAudio,
/usr/lib/pulse and
/usr/share/pulseaudio
</seg>
</seglistitem>
</segmentedlist>