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

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7134 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ag Hatzimanikas 2007-11-17 17:29:43 +00:00
parent bce764075f
commit 433daace36
3 changed files with 19 additions and 5 deletions

View File

@ -3,7 +3,7 @@ $LastChangedBy$
$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;">

View File

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

View File

@ -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 @@ make</userinput></screen>
<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">