Author: randy
Date: 2005-04-26 19:33:31 -0600 (Tue, 26 Apr 2005)
New Revision: 3805

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/libao.xml
Log:
Updated to libao-0.8.6

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2005-04-27 00:35:26 UTC (rev 3804)
+++ trunk/BOOK/general.ent      2005-04-27 01:33:31 UTC (rev 3805)
@@ -428,7 +428,7 @@
 <!ENTITY audiofile-version            "0.2.6">
 <!ENTITY esound-version               "0.2.35">
 <!ENTITY sdl-version                  "1.2.8">
-<!ENTITY libao-version                "0.8.5">
+<!ENTITY libao-version                "0.8.6">
 <!ENTITY libogg-version               "1.1.2">
 <!ENTITY libvorbis-version            "1.1.0">
 <!ENTITY nas-version                  "1.7">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2005-04-27 00:35:26 UTC 
(rev 3804)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2005-04-27 01:33:31 UTC 
(rev 3805)
@@ -22,9 +22,9 @@
 
 <itemizedlist>
 
-<listitem><para>April 26th, 2005 [randy]: Updated to GStreamer-0.8.9; added 
-a download URL to the PassiveTeX dependency in the libvorbis instructions; 
-added installation of HTML documentation to the SDL 
+<listitem><para>April 26th, 2005 [randy]: Updated to GStreamer-0.8.9 and 
+libao-0.8.6; added a download URL to the PassiveTeX dependency in the 
+libvorbis instructions; added installation of HTML documentation to the SDL 
 instructions.</para></listitem>
 
 <listitem><para>April 24th, 2005 [dj]: Updated to JDK-1.5.0, added gcc-3.4.2+

Modified: trunk/BOOK/multimedia/libdriv/libao.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/libao.xml     2005-04-27 00:35:26 UTC (rev 
3804)
+++ trunk/BOOK/multimedia/libdriv/libao.xml     2005-04-27 01:33:31 UTC (rev 
3805)
@@ -3,12 +3,12 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY libao-download-http 
"http://www.xiph.org/ao/src/libao-&libao-version;.tar.gz";>
+  <!ENTITY libao-download-http 
"http://downloads.xiph.org/releases/ao/libao-&libao-version;.tar.gz";>
   <!ENTITY libao-download-ftp  
"ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libao-&libao-version;.tar.gz";>
-  <!ENTITY libao-md5sum        "dd72b66f5f29361411bda465470b65e2">
-  <!ENTITY libao-size          "262 KB">
-  <!ENTITY libao-buildsize     "3.0 MB">
-  <!ENTITY libao-time          "0.10 SBU">
+  <!ENTITY libao-md5sum        "12e136a4c0995068ff134997c84421ed">
+  <!ENTITY libao-size          "387 KB">
+  <!ENTITY libao-buildsize     "3.8 MB">
+  <!ENTITY libao-time          "less than 0.1 SBU">
 ]>
 
 <sect1 id="libao" xreflabel="libao-&libao-version;">
@@ -25,8 +25,10 @@
 <para>The <application>libao</application> package contains a cross-platform 
 audio library. This is useful to output audio on a wide variety of platforms. 
 It currently supports <acronym>WAV</acronym> files, <acronym>OSS</acronym> 
-(Open Sound System), <acronym>ESD</acronym> (Enlighten Sound Daemon) and 
-<acronym>ALSA</acronym> (Advanced Linux Sound Architecture).</para>
+(Open Sound System), <acronym>ESD</acronym> (Enlighten Sound Daemon), 
+<acronym>ALSA</acronym> (Advanced Linux Sound Architecture), NAS (Network 
+Audio system) and Polypaudio (next generation 
+<application><acronym>GNOME</acronym></application> sound architecture).</para>
 
 <sect3><title>Package information</title>
 <itemizedlist spacing='compact'>
@@ -47,8 +49,10 @@
 <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>), 
 <xref linkend="esound"/>, 
 <xref linkend="alsa"/>, 
-<xref linkend="arts"/> and 
-<xref linkend="nas"/></para>
+<xref linkend="arts"/>, 
+<xref linkend="nas"/> and 
+<ulink url="http://0pointer.de/lennart/projects/polypaudio/";>Polypaudio</ulink>
+</para>
 </sect4>
 </sect3>
 
@@ -61,9 +65,12 @@
 commands:</para>
 
 <screen><userinput><command>./configure --prefix=/usr &amp;&amp;
-make &amp;&amp;
-make install</command></userinput></screen>
+make</command></userinput></screen>
 
+<para>Now, as the root user:</para>
+
+<screen><userinput role='root'><command>make 
install</command></userinput></screen>
+
 </sect2>
 
 <sect2>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to