Changeset 0962a5b


Ignore:
Timestamp:
01/16/2005 06:13:39 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
ebe1291
Parents:
6a2bce2
Message:

Clarified dependencies in the Vorbis Tools instructions

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r6a2bce2 r0962a5b  
    2222
    2323<itemizedlist>
     24
     25<listitem><para>January 16th, 2005 [randy]: Clarified libao and cURL
     26dependencies in the Vorbis Tools instructions.</para></listitem>
    2427
    2528<listitem><para>January 15th, 2005 [randy]: Updated to Doxygen-1.4.1 and
  • multimedia/audioutils/vorbistools.xml

    r6a2bce2 r0962a5b  
    1818<?dbhtml filename="vorbistools.html"?>
    1919<title>Vorbis Tools-&vorbistools-version;</title>
     20<indexterm zone="vorbistools">
     21<primary sortas="a-Vorbis-Tools">Vorbis Tools</primary></indexterm>
    2022
    2123<sect2>
     
    4446</sect4>
    4547
    46 <sect4><title>Optional</title>
    47 <para><xref linkend="curl"/>,
    48 <xref linkend="libao"/>,
    49 <xref linkend="flac"/> and
    50 <xref linkend="speex"/></para>
     48<sect4><title>Recommended (required to build the <command>ogg123</command>
     49program)</title>
     50<para><xref linkend="curl"/> and <xref linkend="libao"/></para>
    5151</sect4>
    5252
     53<sect4><title>Optional</title>
     54<para><xref linkend="flac"/> and <xref linkend="speex"/></para>
     55</sect4>
    5356</sect3>
    5457
     
    7073<title>Configuring <application>Vorbis Tools</application></title>
    7174
    72 <sect3><title>Config files</title>
     75<sect3 id="vorbistools-config"><title>Config files</title>
    7376<para><filename>/etc/libao.conf</filename>,
    7477<filename>~/.libao</filename>,
    7578<filename>~/.ogg123rc</filename></para>
     79<indexterm zone="vorbistools vorbistools-config">
     80<primary sortas="e-AA.libao">~/.libao</primary></indexterm>
     81<indexterm zone="vorbistools vorbistools-config">
     82<primary sortas="e-AA.ogg123rc">~/.ogg123rc</primary></indexterm>
     83<indexterm zone="vorbistools vorbistools-config">
     84<primary sortas="e-etc-libao.conf">/etc/libao.conf</primary></indexterm>
    7685</sect3>
    7786
     
    8796<title>Contents</title>
    8897
    89 <para>The <application>Vorbis Tools</application> package contains
    90 <command>ogg123</command> (requires <xref linkend="curl"/>),
    91 <command>oggdec</command>,
    92 <command>oggenc</command>,
    93 <command>ogginfo</command>,
    94 <command>vcut</command> and
    95 <command>vorbiscomment</command>.</para>
     98<segmentedlist>
     99<segtitle>Installed Programs</segtitle>
     100<segtitle>Installed Directory</segtitle>
     101<seglistitem>
     102<seg>ogg123, oggdec, oggenc, ogginfo, vcut and vorbiscomment</seg>
     103<seg>/usr/share/doc/vorbis-tools-&vorbistools-version;</seg>
     104</seglistitem>
     105</segmentedlist>
    96106
    97 </sect2>
     107<variablelist>
     108<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     109<?dbfo list-presentation="list"?>
    98110
    99 <sect2><title>Description</title>
     111<varlistentry id="ogg123">
     112<term><command>ogg123</command></term>
     113<listitem><para>is a command-line audio player for Ogg Vorbis streams.</para>
     114<indexterm zone="vorbistools ogg123">
     115<primary sortas="b-ogg123">ogg123</primary></indexterm>
     116</listitem>
     117</varlistentry>
    100118
    101 <sect3><title>ogg123</title>
    102 <para><command>ogg123</command> is a command-line audio player for Ogg Vorbis
    103 streams.</para></sect3>
     119<varlistentry id="oggdec">
     120<term><command>oggdec</command></term>
     121<listitem><para>is a simple decoder which converts Ogg Vorbis files into
     122<acronym>PCM</acronym> audio files (<acronym>WAV</acronym> or raw).</para>
     123<indexterm zone="vorbistools oggdec">
     124<primary sortas="b-oggdec">oggdec</primary></indexterm>
     125</listitem>
     126</varlistentry>
    104127
    105 <sect3><title>oggdec</title>
    106 <para><command>oggdec</command> is a simple decoder which converts Ogg Vorbis
    107 files into <acronym>PCM</acronym> audio files (<acronym>WAV</acronym> or
    108 raw).</para></sect3>
     128<varlistentry id="oggenc">
     129<term><command>oggenc</command></term>
     130<listitem><para>is an encoder that turns raw, <acronym>WAV</acronym> or
     131<acronym>AIFF</acronym> files into an Ogg Vorbis stream.</para>
     132<indexterm zone="vorbistools oggenc">
     133<primary sortas="b-oggenc">oggenc</primary></indexterm>
     134</listitem>
     135</varlistentry>
    109136
    110 <sect3><title>oggenc</title>
    111 <para><command>oggenc</command> is the encoder that turns raw,
    112 <acronym>WAV</acronym> or <acronym>AIFF</acronym> files into an Ogg
    113 Vorbis stream.</para></sect3>
     137<varlistentry id="ogginfo">
     138<term><command>ogginfo</command></term>
     139<listitem><para>prints information stored in an audio file.</para>
     140<indexterm zone="vorbistools ogginfo">
     141<primary sortas="b-ogginfo">ogginfo</primary></indexterm>
     142</listitem>
     143</varlistentry>
    114144
    115 <sect3><title>ogginfo</title>
    116 <para><command>ogginfo</command> prints information stored in the audio
    117 file.</para></sect3>
     145<varlistentry id="vcut">
     146<term><command>vcut</command></term>
     147<listitem><para>will split a file into two files at a designated cut
     148point.</para>
     149<indexterm zone="vorbistools vcut">
     150<primary sortas="b-vcut">vcut</primary></indexterm>
     151</listitem>
     152</varlistentry>
    118153
    119 <sect3><title>vcut</title>
    120 <para><command>vcut</command> will split a file into two files at a designated
    121 cut point.</para></sect3>
    122 
    123 <sect3><title>vorbiscomment</title>
    124 <para><command>vorbiscomment</command> is an editor that changes information in
    125 the audio file metadata tags.</para></sect3>
     154<varlistentry id="vorbiscomment">
     155<term><command>vorbiscomment</command></term>
     156<listitem><para>is an editor that changes information in the audio file
     157metadata tags.</para>
     158<indexterm zone="vorbistools vorbiscomment">
     159<primary sortas="b-vorbiscomment">vorbiscomment</primary></indexterm>
     160</listitem>
     161</varlistentry>
     162</variablelist>
    126163
    127164</sect2>
Note: See TracChangeset for help on using the changeset viewer.