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/libmikmod.xml

    r33d63e8d r50b692d  
    3131
    3232    <para><application>libmikmod</application> is a sound library capable of
    33     playing audio samples as well as tracker modules. Supported module formats 
     33    playing audio samples as well as tracker modules. Supported module formats
    3434    include MOD, S3M, XM, IT, MED, MTM and 669.</para>
    3535
     
    5959    <itemizedlist spacing='compact'>
    6060      <listitem>
    61         <para>Recommended Patch: <ulink 
     61        <para>Recommended Patch: <ulink
    6262        url="http://mikmod.raphnet.net/files/libmikmod-3.1.11-a.diff"/></para>
    6363      </listitem>
     
    6767
    6868    <bridgehead renderas="sect4">Optional</bridgehead>
    69     <para><xref linkend="alsa"/>, 
    70     <xref linkend="esound"/>, 
    71     <ulink url="http://www.perex.cz/~perex/ultra/">libGUS</ulink>, 
    72     <ulink url="http://osalp.sourceforge.net/">AFlib</ulink> and 
     69    <para><xref linkend="alsa"/>,
     70    <xref linkend="esound"/>,
     71    <ulink url="http://www.perex.cz/~perex/ultra/">libGUS</ulink>,
     72    <ulink url="http://osalp.sourceforge.net/">AFlib</ulink> and
    7373    <ulink url="http://www.anime.net/~sam9407/">SAM9407 driver</ulink></para>
    7474
     
    104104    <title>Command Explanations</title>
    105105
    106     <para><command>sed -i -e ...</command>: This increments the package micro 
     106    <para><command>sed -i -e ...</command>: This increments the package micro
    107107    version and also modifies the <application>ALSA</application> header search
    108     routine so that the package properly discovers the 
    109     <application>ALSA</application> library.  It also fixes a problem 
     108    routine so that the package properly discovers the
     109    <application>ALSA</application> library.  It also fixes a problem
    110110    which makes <application>autoconf</application> fail.</para>
    111111
    112     <para><command>autoconf</command>: This generates a new 
     112    <para><command>autoconf</command>: This generates a new
    113113    <command>configure</command> script, required because of the changes to
    114114    <filename>configure.in</filename>.</para>
     
    139139        <term><command>libmikmod-config</command></term>
    140140        <listitem>
    141           <para>provides version information, compiler, and linker flags 
     141          <para>provides version information, compiler, and linker flags
    142142          to programs that utilize <application>libmikmod</application>.</para>
    143143          <indexterm zone="libmikmod libmikmod-config">
     
    150150        <term><filename class='libraryfile'>libmikmod.[so,a]</filename></term>
    151151        <listitem>
    152           <para>contains functions that are required to play various tracker module 
     152          <para>contains functions that are required to play various tracker module
    153153            files.</para>
    154154          <indexterm zone="libmikmod libmikmod-lib">
Note: See TracChangeset for help on using the changeset viewer.