Ignore:
Timestamp:
06/16/2013 01:47:40 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
6a056c63
Parents:
685a5ca
Message:

Tidy up xml.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/audioutils/vorbistools.xml

    r685a5ca r755bb92  
    3030    <title>Introduction to Vorbis Tools</title>
    3131
    32     <para>The <application>Vorbis Tools</application> package contains
    33     command-line tools for Ogg audio files.  This is useful for encoding,
    34     playing or editing files using the Ogg CODEC.</para>
     32    <para>
     33      The <application>Vorbis Tools</application> package contains
     34      command-line tools useful for encoding, playing or editing
     35      files using the Ogg CODEC.
     36    </para>
    3537
    3638    &lfs73_checked;
     
    3941    <itemizedlist spacing="compact">
    4042      <listitem>
    41         <para>Download (HTTP): <ulink url="&vorbistools-download-http;"/></para>
    42       </listitem>
    43       <listitem>
    44         <para>Download (FTP): <ulink url="&vorbistools-download-ftp;"/></para>
    45       </listitem>
    46       <listitem>
    47         <para>Download MD5 sum: &vorbistools-md5sum;</para>
    48       </listitem>
    49       <listitem>
    50         <para>Download size: &vorbistools-size;</para>
    51       </listitem>
    52       <listitem>
    53         <para>Estimated disk space required: &vorbistools-buildsize;</para>
    54       </listitem>
    55       <listitem>
    56         <para>Estimated build time: &vorbistools-time;</para>
     43        <para>
     44          Download (HTTP): <ulink url="&vorbistools-download-http;"/>
     45        </para>
     46      </listitem>
     47      <listitem>
     48        <para>
     49          Download (FTP): <ulink url="&vorbistools-download-ftp;"/>
     50        </para>
     51      </listitem>
     52      <listitem>
     53        <para>
     54          Download MD5 sum: &vorbistools-md5sum;
     55        </para>
     56      </listitem>
     57      <listitem>
     58        <para>
     59          Download size: &vorbistools-size;
     60        </para>
     61      </listitem>
     62      <listitem>
     63        <para>
     64          Estimated disk space required: &vorbistools-buildsize;
     65        </para>
     66      </listitem>
     67      <listitem>
     68        <para>
     69          Estimated build time: &vorbistools-time;
     70        </para>
    5771      </listitem>
    5872    </itemizedlist>
     
    6175
    6276    <bridgehead renderas="sect4">Required</bridgehead>
    63     <para role="required"><xref linkend="libvorbis"/></para>
     77    <para role="required">
     78      <xref linkend="libvorbis"/>
     79    </para>
    6480
    6581    <bridgehead renderas="sect4">Optional (required to build the
     
    7894
    7995    <para condition="html" role="usernotes">User Notes:
    80     <ulink url="&blfs-wiki;/vorbistools"/></para>
    81 
     96      <ulink url="&blfs-wiki;/vorbistools"/>
     97    </para>
    8298  </sect2>
    8399
     
    85101    <title>Installation of Vorbis Tools</title>
    86102
    87     <para>Install <application>Vorbis Tools</application> by running the
    88     following commands:</para>
     103    <para>
     104      Install <application>Vorbis Tools</application> by running the
     105      following commands:
     106    </para>
    89107
    90108<screen><userinput>./configure --prefix=/usr \
     
    93111make</userinput></screen>
    94112
    95     <para>This package does not come with a test suite.</para>
    96 
    97     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     113    <para>
     114      This package does not come with a test suite.
     115    </para>
     116
     117    <para>
     118      Now, as the <systemitem class="username">root</systemitem> user:
     119    </para>
    98120
    99121<screen role="root"><userinput>make install</userinput></screen>
     
    104126    <title>Command Explanations</title>
    105127
    106     <!-- <para><command>sed -i '/MUTE/d' ogg123/http_transport.c </command>: This
    107     command fixes a build problem with new versions of
    108     <application>cURL</application>.</para>
    109 
    110     <para><command>patch -Np1 -i
    111     ../vorbis-tools-&vorbistools-version;-utf8-1.patch</command>: This patch
    112     fixes a bug in <command>vorbiscomment</command> in UTF-8 locales.</para>
    113 
    114     <para><command>patch -Np1 -i
    115     ../vorbis-tools-&vorbistools-version;-flac-1.patch</command>: This patch
    116     allows <application>Vorbis-Tools</application> to link against new
    117     versions of <application>FLAC</application>.</para>
    118 
    119     <para><command>autoconf</command>: This command is used to regenerate the
    120     <command>configure</command> script as the <application>FLAC</application>
    121     patch modifies the <filename>configure.ac</filename> file.</para> -->
    122 
    123     <para><parameter>--enable-vcut</parameter>: This parameter is used so that
    124     the <command>vcut</command> program is built as it is not by
    125     default.</para>
    126 
    127     <!-- <para><parameter>-mandir=/usr/share/man</parameter>: This parameter
    128     ensures that the man pages are installed under
    129     <filename class="directory">/usr/share/man</filename>.</para> -->
    130 
    131     <para><parameter>--without-curl</parameter>: This parameter disables HTTP
    132     streaming in <command>ogg123</command>. Remove this parameter if you have
    133     <application>cURL</application> installed.</para>
     128    <para>
     129      <parameter>--enable-vcut</parameter>: This parameter is used so that
     130      the <command>vcut</command> program is built as it is not by default.
     131    </para>
     132
     133    <para>
     134      <parameter>--without-curl</parameter>: This parameter disables HTTP
     135      streaming in <command>ogg123</command>. Remove this parameter if you have
     136      <application>cURL</application> installed.
     137    </para>
    134138
    135139 </sect2>
     
    141145      <title>Config Files</title>
    142146
    143       <para><filename>/etc/libao.conf</filename>,
    144       <filename>~/.libao</filename>, and
    145       <filename>~/.ogg123rc</filename></para>
     147      <para>
     148        <filename>/etc/libao.conf</filename>,
     149        <filename>~/.libao</filename> and
     150        <filename>~/.ogg123rc</filename>
     151      </para>
    146152
    147153      <indexterm zone="vorbistools vorbistools-config">
     
    162168      <title>Configuration Information</title>
    163169
    164       <para>Issue <command>man libao.conf</command> for information
    165       about setting the default output device. Also see
    166       <filename>/usr/share/doc/vorbis-tools-1.1.1/ogg123rc-example</filename>.</para>
     170      <para>
     171        Issue <command>man libao.conf</command> for information
     172        about setting the default output device. Also see
     173        <filename>/usr/share/doc/vorbis-tools-&vorbistools-version;/ogg123rc-example
     174        </filename>.
     175      </para>
    167176
    168177    </sect3>
     
    179188
    180189      <seglistitem>
    181         <seg>ogg123, oggdec, oggenc, ogginfo, vcut, and vorbiscomment</seg>
    182         <seg>None</seg>
    183         <seg>/usr/share/doc/vorbis-tools-&vorbistools-version;</seg>
     190        <seg>
     191          ogg123, oggdec, oggenc, ogginfo, vcut and vorbiscomment
     192        </seg>
     193        <seg>
     194          None
     195        </seg>
     196        <seg>
     197          /usr/share/doc/vorbis-tools-&vorbistools-version;
     198        </seg>
    184199      </seglistitem>
    185200    </segmentedlist>
     
    193208        <term><command>ogg123</command></term>
    194209        <listitem>
    195           <para>is a command-line audio player for Ogg Vorbis streams.</para>
     210          <para>
     211            is a command-line audio player for Ogg Vorbis streams.
     212          </para>
    196213          <indexterm zone="vorbistools ogg123">
    197214            <primary sortas="b-ogg123">ogg123</primary>
     
    203220        <term><command>oggdec</command></term>
    204221        <listitem>
    205           <para>is a simple decoder which converts Ogg Vorbis files into
    206           PCM audio files (WAV or raw).</para>
     222          <para>
     223            is a simple decoder which converts Ogg Vorbis files into
     224            PCM audio files (WAV or raw).
     225          </para>
    207226          <indexterm zone="vorbistools oggdec">
    208227            <primary sortas="b-oggdec">oggdec</primary>
     
    214233        <term><command>oggenc</command></term>
    215234        <listitem>
    216           <para>is an encoder that turns raw, WAV or
    217           AIFF files into an Ogg Vorbis stream.</para>
     235          <para>
     236            is an encoder that turns raw, WAV or
     237            AIFF files into an Ogg Vorbis stream.
     238          </para>
    218239          <indexterm zone="vorbistools oggenc">
    219240            <primary sortas="b-oggenc">oggenc</primary>
     
    225246        <term><command>ogginfo</command></term>
    226247        <listitem>
    227           <para>prints information stored in an audio file.</para>
     248          <para>
     249            prints information stored in an audio file.
     250          </para>
    228251          <indexterm zone="vorbistools ogginfo">
    229252            <primary sortas="b-ogginfo">ogginfo</primary>
     
    235258        <term><command>vcut</command></term>
    236259        <listitem>
    237           <para>will split a file into two files at a designated cut point.</para>
     260          <para>
     261            splits a file into two files at a designated cut point.
     262          </para>
    238263          <indexterm zone="vorbistools vcut">
    239264            <primary sortas="b-vcut">vcut</primary>
     
    245270        <term><command>vorbiscomment</command></term>
    246271        <listitem>
    247           <para>is an editor that changes information in the audio file
    248           metadata tags.</para>
     272          <para>
     273            is an editor that changes information in the audio file
     274            metadata tags.
     275          </para>
    249276          <indexterm zone="vorbistools vorbiscomment">
    250277            <primary sortas="b-vorbiscomment">vorbiscomment</primary>
Note: See TracChangeset for help on using the changeset viewer.