Ignore:
Timestamp:
03/13/2008 07:32:27 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
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:
e090737a
Parents:
81fc414
Message:

Updated to Vorbis Tools-1.2.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7269 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/audioutils/vorbistools.xml

    r81fc414 rbed7dac  
    77  <!ENTITY vorbistools-download-http "http://downloads.xiph.org/releases/vorbis/vorbis-tools-&vorbistools-version;.tar.gz">
    88  <!ENTITY vorbistools-download-ftp  " ">
    9   <!ENTITY vorbistools-md5sum        "47845fd76f5f2354a3619c4097575487">
    10   <!ENTITY vorbistools-size          "701 KB">
    11   <!ENTITY vorbistools-buildsize     "6.9 MB">
    12   <!ENTITY vorbistools-time          "0.13 SBU">
     9  <!ENTITY vorbistools-md5sum        "df976d24e51ef3d87cd462edf747bf9a">
     10  <!ENTITY vorbistools-size          "1.0 MB">
     11  <!ENTITY vorbistools-buildsize     "7 MB">
     12  <!ENTITY vorbistools-time          "0.2 SBU">
    1313]>
    1414
     
    5656    </itemizedlist>
    5757
    58     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     58    <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    5959    <itemizedlist spacing='compact'>
    6060      <listitem>
     
    6666        url="&patch-root;/vorbis-tools-&vorbistools-version;-flac-1.patch"/></para>
    6767      </listitem>
    68     </itemizedlist>
     68    </itemizedlist> -->
    6969
    7070    <bridgehead renderas="sect3">Vorbis Tools Dependencies</bridgehead>
     
    7373    <para role="required"><xref linkend="libvorbis"/></para>
    7474
    75     <bridgehead renderas="sect4">Optional (Required to Build the ogg123
    76     Program)</bridgehead>
    77     <para role="optional"><xref linkend="curl"/> and
    78     <xref linkend="libao"/></para>
     75    <bridgehead renderas="sect4">Optional (required to build the
     76    <command>ogg123</command> program)</bridgehead>
     77    <para role="optional"><xref linkend="libao"/></para>
    7978
    8079    <bridgehead renderas="sect4">Optional</bridgehead>
    81     <para role="optional"><xref linkend="flac"/> and
     80    <para role="optional"><xref linkend="curl"/>,
     81    <xref linkend="flac"/>, and
    8282    <xref linkend="speex"/></para>
    8383
     
    9393    following commands:</para>
    9494   
    95 <screen><userinput>sed -i '/MUTE/d' ogg123/http_transport.c &amp;&amp;
    96 
    97 patch -Np1 -i ../vorbis-tools-&vorbistools-version;-utf8-1.patch &amp;&amp;
    98 patch -Np1 -i ../vorbis-tools-&vorbistools-version;-flac-1.patch &amp;&amp;
    99 
    100 autoconf &amp;&amp;
    101 ./configure --prefix=/usr \
     95<screen><userinput>./configure --prefix=/usr \
    10296            --enable-vcut \
    103             --mandir=/usr/share/man \
    10497            --without-curl &amp;&amp;
    10598make</userinput></screen>
     
    116109    <title>Command Explanations</title>
    117110
    118     <para><command>sed -i '/MUTE/d' ogg123/http_transport.c </command>: This
     111    <!-- <para><command>sed -i '/MUTE/d' ogg123/http_transport.c </command>: This
    119112    command fixes a build problem with new versions of
    120113    <application>cURL</application>.</para>
     
    131124    <para><command>autoconf</command>: This command is used to regenerate the
    132125    <command>configure</command> script as the <application>FLAC</application>
    133     patch modifies the <filename>configure.ac</filename> file.</para>
     126    patch modifies the <filename>configure.ac</filename> file.</para> -->
    134127
    135128    <para><parameter>--enable-vcut</parameter>: This parameter is used so that
     
    137130    default.</para>
    138131
    139     <para><parameter>--mandir=/usr/share/man</parameter>: This parameter
     132    <!-- <para><parameter>-mandir=/usr/share/man</parameter>: This parameter
    140133    ensures that the man pages are installed under
    141     <filename class="directory">/usr/share/man</filename>.</para>
     134    <filename class="directory">/usr/share/man</filename>.</para> -->
    142135   
    143136    <para><parameter>--without-curl</parameter>: This parameter disables HTTP
Note: See TracChangeset for help on using the changeset viewer.