Author: krejzi Date: 2012-05-11 10:26:37 -0600 (Fri, 11 May 2012) New Revision: 10174
Modified: trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/multimedia/libdriv/pulseaudio.xml Log: PulseAudio 2.0 Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-05-11 15:17:19 UTC (rev 10173) +++ trunk/BOOK/general.ent 2012-05-11 16:26:37 UTC (rev 10174) @@ -1001,7 +1001,7 @@ <!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"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-05-11 15:17:19 UTC (rev 10173) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-05-11 16:26:37 UTC (rev 10174) @@ -57,6 +57,9 @@ <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> <listitem> Modified: trunk/BOOK/multimedia/libdriv/pulseaudio.xml =================================================================== --- trunk/BOOK/multimedia/libdriv/pulseaudio.xml 2012-05-11 15:17:19 UTC (rev 10173) +++ trunk/BOOK/multimedia/libdriv/pulseaudio.xml 2012-05-11 16:26:37 UTC (rev 10174) @@ -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|" && +./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libexecdir=/usr/lib \ @@ -157,7 +158,7 @@ </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 @@ 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> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page