Ignore:
Timestamp:
03/09/2020 03:02:12 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2aff70f
Parents:
22618785
Message:

Format multimedia chapter

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/flac.xml

    r22618785 r2eeb8695  
    3030    <title>Introduction to FLAC</title>
    3131
    32     <para><application>FLAC</application> is an audio CODEC similar to
    33     MP3, but lossless, meaning that audio is compressed without losing any
    34     information.</para>
     32    <para>
     33      <application>FLAC</application> is an audio CODEC similar to
     34      MP3, but lossless, meaning that audio is compressed without losing any
     35      information.
     36    </para>
    3537
    3638    &lfs91_checked;
     
    3941    <itemizedlist spacing="compact">
    4042      <listitem>
    41         <para>Download (HTTP): <ulink url="&flac-download-http;"/></para>
    42       </listitem>
    43       <listitem>
    44         <para>Download (FTP): <ulink url="&flac-download-ftp;"/></para>
    45       </listitem>
    46       <listitem>
    47         <para>Download MD5 sum: &flac-md5sum;</para>
    48       </listitem>
    49       <listitem>
    50         <para>Download size: &flac-size;</para>
    51       </listitem>
    52       <listitem>
    53         <para>Estimated disk space required: &flac-buildsize;</para>
    54       </listitem>
    55       <listitem>
    56         <para>Estimated build time: &flac-time;</para>
     43        <para>
     44          Download (HTTP): <ulink url="&flac-download-http;"/>
     45        </para>
     46      </listitem>
     47      <listitem>
     48        <para>
     49          Download (FTP): <ulink url="&flac-download-ftp;"/>
     50        </para>
     51      </listitem>
     52      <listitem>
     53        <para>
     54          Download MD5 sum: &flac-md5sum;
     55        </para>
     56      </listitem>
     57      <listitem>
     58        <para>
     59          Download size: &flac-size;
     60        </para>
     61      </listitem>
     62      <listitem>
     63        <para>
     64          Estimated disk space required: &flac-buildsize;
     65        </para>
     66      </listitem>
     67      <listitem>
     68        <para>
     69          Estimated build time: &flac-time;
     70        </para>
    5771      </listitem>
    5872    </itemizedlist>
     
    7892    <title>Installation of FLAC</title>
    7993
    80     <para>Install <application>FLAC</application> by running the
    81     following commands:</para>
     94    <para>
     95      Install <application>FLAC</application> by running the
     96      following commands:
     97    </para>
    8298
    8399<screen><userinput>./configure --prefix=/usr \
     
    85101make</userinput></screen>
    86102
    87     <para>To test the results, issue: <command>make check</command>. Note that
    88     if you passed the <option>--enable-exhaustive-tests</option> and
    89     <option>--enable-valgrind-testing</option> parameters to
    90     <command>configure</command> and then run the test suite, it will take a
    91     <emphasis>very</emphasis> long time (up to 300 SBUs) and use about 375 MB
    92     of disk space.</para>
    93 
    94     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     103    <para>
     104      To test the results, issue: <command>make check</command>. Note that
     105      if you passed the <option>--enable-exhaustive-tests</option> and
     106      <option>--enable-valgrind-testing</option> parameters to
     107      <command>configure</command> and then run the test suite, it will take a
     108      <emphasis>very</emphasis> long time (up to 300 SBUs) and use about 375 MB
     109      of disk space.
     110    </para>
     111
     112    <para>
     113      Now, as the <systemitem class="username">root</systemitem> user:
     114    </para>
    95115
    96116<screen role="root"><userinput>make install</userinput></screen>
     
    101121    <title>Command Explanations</title>
    102122
    103     <para><parameter>--disable-thorough-tests</parameter>: This parameter is
    104     used so that the test suite will complete in a reasonable amount of time.
    105     Remove it if you desire more extensive tests.</para>
     123    <para>
     124      <parameter>--disable-thorough-tests</parameter>: This parameter is
     125      used so that the test suite will complete in a reasonable amount of time.
     126      Remove it if you desire more extensive tests.
     127    </para>
    106128
    107129  </sect2>
     
    131153        <term><command>flac</command></term>
    132154        <listitem>
    133           <para>is a command-line utility for encoding, decoding and
    134           converting FLAC files.</para>
     155          <para>
     156            is a command-line utility for encoding, decoding and
     157            converting FLAC files.
     158          </para>
    135159          <indexterm zone="flac flac-prog">
    136160            <primary sortas="b-flac">flac</primary>
     
    142166        <term><command>metaflac</command></term>
    143167        <listitem>
    144           <para>is a program for listing, adding, removing, or editing
    145           metadata in one or more FLAC files.</para>
     168          <para>
     169            is a program for listing, adding, removing, or editing
     170            metadata in one or more FLAC files.
     171          </para>
    146172          <indexterm zone="flac metaflac">
    147173            <primary sortas="b-metaflac">metaflac</primary>
     
    153179        <term><filename class='libraryfile'>libFLAC{,++}.so</filename></term>
    154180        <listitem>
    155           <para>these libraries provide native FLAC and Ogg FLAC C/C++ APIs
    156           for programs utilizing FLAC.</para>
     181          <para>
     182            these libraries provide native FLAC and Ogg FLAC C/C++ APIs
     183            for programs utilizing FLAC.
     184          </para>
    157185          <indexterm zone="flac libflac">
    158186            <primary sortas="c-libFLAC">libFLAC{,++}.so</primary>
     
    165193        <term><filename class='libraryfile'>libxmms-flac.{so,a}</filename></term>
    166194        <listitem>
    167           <para>is a plugin for <application>XMMS</application>.</para>
     195          <para>
     196            is a plugin for <application>XMMS</application>.
     197          </para>
    168198          <indexterm zone="flac libxmms-flac">
    169199            <primary sortas="c-libxmms-flac">libxmms-flac.{so,a}</primary>
Note: See TracChangeset for help on using the changeset viewer.