Ignore:
Timestamp:
05/30/2005 09:53:21 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.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:
79ccca0
Parents:
33d63e8d
Message:

Removed excess spaces from the ends of lines in the source files

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/flac.xml

    r33d63e8d r50b692d  
    3030    <title>Introduction to FLAC</title>
    3131
    32     <para><application>FLAC</application> is an audio CODEC similar to 
     32    <para><application>FLAC</application> is an audio CODEC similar to
    3333    MP3, but lossless, meaning that audio is compressed without losing any
    3434    information.</para>
     
    5959
    6060    <bridgehead renderas="sect4">Optional</bridgehead>
    61     <para><xref linkend="libogg"/>, 
    62     <xref linkend="xmms"/>, 
    63     <xref linkend="NASM"/>, 
    64     <xref linkend="docbook-utils"/>, 
    65     <xref linkend="doxygen"/> and 
     61    <para><xref linkend="libogg"/>,
     62    <xref linkend="xmms"/>,
     63    <xref linkend="NASM"/>,
     64    <xref linkend="docbook-utils"/>,
     65    <xref linkend="doxygen"/> and
    6666    <ulink url="http://valgrind.kde.org/">Valgrind</ulink></para>
    6767
     
    8282
    8383    <note>
    84       <para>If you passed the <option>--enable-exhaustive-tests</option> and 
    85       <option>--enable-valgrind-testing</option> parameters to 
    86       <command>configure</command> and then run the 
    87       <command>make check</command> tests, it will take a 
    88       <emphasis>very</emphasis> long time (about 150 SBUs) and use 
     84      <para>If you passed the <option>--enable-exhaustive-tests</option> and
     85      <option>--enable-valgrind-testing</option> parameters to
     86      <command>configure</command> and then run the
     87      <command>make check</command> tests, it will take a
     88      <emphasis>very</emphasis> long time (about 150 SBUs) and use
    8989      about 375 MB of disk space.</para>
    9090    </note>
     
    9595    <title>Command Explanations</title>
    9696
    97     <para><command>LIBS=-lm ./configure --prefix=/usr</command>: 
    98     <filename class="libraryfile">libFLAC</filename> uses a function from the math 
    99     library but is not linked with <filename class="libraryfile">libm</filename>. 
    100     Passing the environment variable to <command>configure</command> satisfies 
     97    <para><command>LIBS=-lm ./configure --prefix=/usr</command>:
     98    <filename class="libraryfile">libFLAC</filename> uses a function from the math
     99    library but is not linked with <filename class="libraryfile">libm</filename>.
     100    Passing the environment variable to <command>configure</command> satisfies
    101101    this dependency.</para>
    102102
     
    113113      <seglistitem>
    114114        <seg>flac and metaflac</seg>
    115         <seg>libFLAC.[so,a], libFLAC++.[so,a], libOggFLAC.[so,a], 
     115        <seg>libFLAC.[so,a], libFLAC++.[so,a], libOggFLAC.[so,a],
    116116        libOggFLAC++.[so,a], and libxmms-flac.[so,a]</seg>
    117117        <seg>Not determined at this time</seg>
     
    127127        <term><command>flac</command></term>
    128128        <listitem>
    129           <para>is a command-line utility for encoding, decoding and 
     129          <para>is a command-line utility for encoding, decoding and
    130130          converting FLAC files.</para>
    131131          <indexterm zone="flac flac-prog">
     
    138138        <term><command>metaflac</command></term>
    139139        <listitem>
    140           <para>is a program for listing, adding, removing, or editing 
     140          <para>is a program for listing, adding, removing, or editing
    141141          metadata in one or more FLAC files.</para>
    142142          <indexterm zone="flac metaflac">
     
    149149        <term><filename class='libraryfile'>lib[,Ogg]FLAC[,++].[so,a]</filename></term>
    150150        <listitem>
    151           <para>these libraries provide native FLAC and Ogg FLAC C/C++ APIs 
     151          <para>these libraries provide native FLAC and Ogg FLAC C/C++ APIs
    152152          for programs utilizing FLAC.</para>
    153153          <indexterm zone="flac libflac">
Note: See TracChangeset for help on using the changeset viewer.