Changeset 433daace


Ignore:
Timestamp:
11/17/2007 05:29:43 PM (16 years ago)
Author:
Ag Hatzimanikas <ag@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
99045c13
Parents:
bce7640
Message:

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rbce7640 r433daace  
    44-->
    55
    6 <!ENTITY day          "05">                   <!-- Always 2 digits -->
     6<!ENTITY day          "17">                   <!-- Always 2 digits -->
    77<!ENTITY month        "11">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
  • introduction/welcome/changelog.xml

    rbce7640 r433daace  
    4141
    4242-->
     43   
     44    <listitem>
     45      <para>November 17th, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ag] - Added a switch in the 'Command Explanations' section
     49          of the Vorbis Tools page, that allows ogg123 to be built without
     50          cURL. Reported by laxy. Fixes #2413.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
    4354
    4455    <listitem>
  • multimedia/audioutils/vorbistools.xml

    rbce7640 r433daace  
    7373    <para role="required"><xref linkend="libvorbis"/></para>
    7474
    75     <bridgehead renderas="sect4">Recommended (Required to Build the
    76     'ogg123' Program)</bridgehead>
     75    <bridgehead renderas="sect4">Recommended (to Build <command>ogg123</command>)
     76    </bridgehead>
    7777    <para role="recommended"><xref linkend="curl"/> and
    78     <xref linkend="libao"/></para>
     78    <xref linkend="libao"/> (Required)</para>
    7979
    8080    <bridgehead renderas="sect4">Optional</bridgehead>
     
    139139    ensures that the man pages are installed under
    140140    <filename class="directory">/usr/share/man</filename>.</para>
    141  
     141   
     142    <para><parameter>--without-curl</parameter>: This parameter disables http
     143     streaming in <command>ogg123</command>.</para>
     144
    142145 </sect2>
    143146
Note: See TracChangeset for help on using the changeset viewer.