Ignore:
Timestamp:
04/22/2005 06:23:56 AM (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.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:
7c2acc6
Parents:
c269038
Message:

Updated build entities and added indexing tags to the Audio File instructions; fixed typos in Changelog and libmikmod

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/audiofile.xml

    rc269038 re369ade8  
    77  <!ENTITY audiofile-download-ftp  " ">
    88  <!ENTITY audiofile-md5sum        "9c1049876cd51c0f1b12c2886cce4d42">
    9   <!ENTITY audiofile-size          "354 KB">
    10   <!ENTITY audiofile-buildsize     "9.5 MB">
    11   <!ENTITY audiofile-time          "0.27 SBU">
     9  <!ENTITY audiofile-size          "374 KB">
     10  <!ENTITY audiofile-buildsize     "8.5 MB">
     11  <!ENTITY audiofile-time          "0.23 SBU">
    1212]>
    1313
     
    1919<?dbhtml filename="audiofile.html"?>
    2020<title>Audio File-&audiofile-version;</title>
     21<indexterm zone="audiofile">
     22<primary sortas="a-Audio-File">Audio File</primary></indexterm>
    2123
    2224<sect2>
     
    5052
    5153<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    52 make &amp;&amp;
    53 make install</command></userinput></screen>
     54make</command></userinput></screen>
     55
     56<para>Now, as the root user:</para>
     57
     58<screen><userinput role='root'><command>make install</command></userinput></screen>
    5459
    5560</sect2>
     
    5863<title>Contents</title>
    5964
    60 <para>The <application>Audio File</application> package contains
    61 <filename class="libraryfile">libaudiofile</filename> libraries,
    62 <command>audiofile-config</command>, <command>sfinfo</command> and
    63 <command>sfconvert</command>.</para>
     65<segmentedlist>
     66<segtitle>Installed Programs</segtitle>
     67<segtitle>Installed Library</segtitle>
     68<segtitle>Installed Directories</segtitle>
    6469
    65 </sect2>
     70<seglistitem>
     71<seg>audiofile-config, sfinfo and sfconvert</seg>
     72<seg>libaudiofile.[so,a]</seg>
     73<seg>None</seg>
     74</seglistitem>
     75</segmentedlist>
    6676
    67 <sect2><title>Description</title>
     77<variablelist>
     78<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     79<?dbfo list-presentation="list"?>
    6880
    69 <sect3><title>libaudiofile library</title>
    70 <para>The <filename>libaudiofile</filename> library is used by programs
    71 to support <acronym>AIFF</acronym>, <acronym>AIFF</acronym>-compressed,
    72 Sun/NeXT, <acronym>WAV</acronym> and <acronym>BIC</acronym> audio
    73 formats.</para></sect3>
     81<varlistentry id="audiofile-config">
     82<term><command>audiofile-config</command></term>
     83<listitem><para>is used during the compile process by programs linking to this
     84library.</para>
     85<indexterm zone="audiofile audiofile-config">
     86<primary sortas="b-audiofile-config">audiofile-config</primary>
     87</indexterm></listitem>
     88</varlistentry>
    7489
    75 <sect3><title>audiofile-config</title>
    76 <para>The <command>audiofile-config</command> script is used during the compile
    77 process by programs linking to this library.</para></sect3>
     90<varlistentry id="sfinfo">
     91<term><command>sfinfo</command></term>
     92<listitem><para>displays the sound file format, audio encoding, sampling
     93rate and duration for audio formats supported by this library.</para>
     94<indexterm zone="audiofile sfinfo">
     95<primary sortas="b-sfinfo">sfinfo</primary>
     96</indexterm></listitem>
     97</varlistentry>
    7898
    79 <sect3><title>sfinfo</title>
    80 <para>The <command>sfinfo</command> program displays the sound file format,
    81 audio encoding, sampling rate and duration for audio formats supported by this
    82 library.</para></sect3>
     99<varlistentry id="sfconvert">
     100<term><command>sfconvert</command></term>
     101<listitem><para>converts sound file formats where the original format and
     102destination format are supported by this library.</para>
     103<indexterm zone="audiofile sfconvert">
     104<primary sortas="b-sfconvert">sfconvert</primary>
     105</indexterm></listitem>
     106</varlistentry>
    83107
    84 <sect3><title>sfconvert</title>
    85 <para>The <command>sfconvert</command> program converts sound file formats
    86 where the original format and destination format are supported by this library.
    87 </para></sect3>
     108<varlistentry id="libaudiofile">
     109<term><filename class='libraryfile'>libaudiofile.[so,a]</filename></term>
     110<listitem><para>contains functions used by programs to support
     111<acronym>AIFF</acronym>, <acronym>AIFF</acronym>-compressed,
     112Sun/NeXT, <acronym>WAV</acronym> and <acronym>BIC</acronym> audio
     113formats.</para>
     114<indexterm zone="audiofile libaudiofile">
     115<primary sortas="c-libaudiofile">libaudiofile.[so,a]</primary>
     116</indexterm></listitem>
     117</varlistentry>
     118</variablelist>
    88119
    89120</sect2>
Note: See TracChangeset for help on using the changeset viewer.