Author: randy
Date: 2007-11-19 11:56:27 -0700 (Mon, 19 Nov 2007)
New Revision: 7136
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/audioutils/vorbistools.xml
Log:
Minor clarification and typo fixes
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2007-11-17 18:27:56 UTC
(rev 7135)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2007-11-19 18:56:27 UTC
(rev 7136)
@@ -47,10 +47,10 @@
<listitem>
<para>[ag] - Fixed a broken link to the Python documentation.
Reported by
Moody.</para>
- </listitem>
+ </listitem>
<listitem>
<para>[ag] - Added a switch in the 'Command Explanations' section
- of the Vorbis Tools page, that allows ogg123 to be built without
+ of the Vorbis Tools page that allows ogg123 to be built without
cURL. Reported by laxy. Fixes #2413.</para>
</listitem>
</itemizedlist>
Modified: trunk/BOOK/multimedia/audioutils/vorbistools.xml
===================================================================
--- trunk/BOOK/multimedia/audioutils/vorbistools.xml 2007-11-17 18:27:56 UTC
(rev 7135)
+++ trunk/BOOK/multimedia/audioutils/vorbistools.xml 2007-11-19 18:56:27 UTC
(rev 7136)
@@ -72,10 +72,10 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="libvorbis"/></para>
- <bridgehead renderas="sect4">Recommended (to Build
<command>ogg123</command>)
- </bridgehead>
- <para role="recommended"><xref linkend="curl"/> and
- <xref linkend="libao"/> (Required)</para>
+ <bridgehead renderas="sect4">Optional (Required to Build the ogg123
+ Program)</bridgehead>
+ <para role="optional"><xref linkend="curl"/> and
+ <xref linkend="libao"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="flac"/> and
@@ -100,7 +100,8 @@
autoconf &&
./configure --prefix=/usr \
--enable-vcut \
- --mandir=/usr/share/man &&
+ --mandir=/usr/share/man \
+ --without-curl &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -129,7 +130,7 @@
<para><command>autoconf</command>: This command is used to regenerate the
<command>configure</command> script as the <application>FLAC</application>
- patch modified the <filename>configure.ac</filename> file.</para>
+ patch modifies the <filename>configure.ac</filename> file.</para>
<para><parameter>--enable-vcut</parameter>: This parameter is used so that
the <command>vcut</command> program is built as it is not by
@@ -139,8 +140,9 @@
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>
+ <para><parameter>--without-curl</parameter>: This parameter disables HTTP
+ streaming in <command>ogg123</command>. Remove this parameter if you have
+ <application>cURL</application> installed.</para>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page