Author: ag
Date: 2007-11-17 10:29:43 -0700 (Sat, 17 Nov 2007)
New Revision: 7134

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/audioutils/vorbistools.xml
Log:
Added a switch in the 'Command Explanations' of the 'Vorbis Tools' page, that 
allows to ogg123 to be built without cURL - Thanks to laxy for the report

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2007-11-05 17:21:35 UTC (rev 7133)
+++ trunk/BOOK/general.ent      2007-11-17 17:29:43 UTC (rev 7134)
@@ -3,7 +3,7 @@
 $Date$
 -->
 
-<!ENTITY day          "05">                   <!-- Always 2 digits -->
+<!ENTITY day          "17">                   <!-- Always 2 digits -->
 <!ENTITY month        "11">                   <!-- Always 2 digits -->
 <!ENTITY year         "2007">
 <!ENTITY version      "svn-&year;&month;&day;">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2007-11-05 17:21:35 UTC 
(rev 7133)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2007-11-17 17:29:43 UTC 
(rev 7134)
@@ -40,6 +40,17 @@
     </listitem>
 
 -->
+    
+    <listitem>
+      <para>November 17th, 2007</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ag] - Added a switch in the 'Command Explanations' section
+          of the Vorbis Tools page, that allows ogg123 to be built without 
+          cURL. Reported by laxy. Fixes #2413.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>November 5th, 2007</para>

Modified: trunk/BOOK/multimedia/audioutils/vorbistools.xml
===================================================================
--- trunk/BOOK/multimedia/audioutils/vorbistools.xml    2007-11-05 17:21:35 UTC 
(rev 7133)
+++ trunk/BOOK/multimedia/audioutils/vorbistools.xml    2007-11-17 17:29:43 UTC 
(rev 7134)
@@ -72,10 +72,10 @@
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required"><xref linkend="libvorbis"/></para>
 
-    <bridgehead renderas="sect4">Recommended (Required to Build the
-    'ogg123' Program)</bridgehead>
+    <bridgehead renderas="sect4">Recommended (to Build 
<command>ogg123</command>)
+    </bridgehead>
     <para role="recommended"><xref linkend="curl"/> and
-    <xref linkend="libao"/></para>
+    <xref linkend="libao"/> (Required)</para>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional"><xref linkend="flac"/> and
@@ -138,7 +138,10 @@
     <para><parameter>--mandir=/usr/share/man</parameter>: This parameter
     ensures that the man pages are installed under
     <filename class="directory">/usr/share/man</filename>.</para>
- 
+    
+    <para><parameter>--without-curl</parameter>: This parameter disables http
+     streaming in <command>ogg123</command>.</para>
+
  </sect2>
 
   <sect2 role="configuration">

-- 
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