Changeset e15c2f4


Ignore:
Timestamp:
05/31/2013 09:53:05 AM (11 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
2c46699
Parents:
9de0170
Message:

Speex static libs

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/speex.xml

    r9de0170 re15c2f4  
    9494    <title>Command Explanations</title>
    9595
    96     <para><option>--disable-static</option>: Disables building of static libraries.</para>
     96    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     97      href="../../xincludes/static-libraries.xml"/>
    9798
    9899  </sect2>
     
    108109      <seglistitem>
    109110        <seg>speexdec and speexenc</seg>
    110         <seg>libspeex.{so,a} and libspeexdsp.{so,a}</seg>
     111        <seg>libspeex.so and libspeexdsp.so</seg>
    111112        <seg>/usr/share/doc/speex</seg>
    112113      </seglistitem>
     
    141142
    142143      <varlistentry id="libspeex">
    143         <term><filename class='libraryfile'>libspeex.{so,a}</filename></term>
     144        <term><filename class='libraryfile'>libspeex.so</filename></term>
    144145        <listitem>
    145146          <para>provides functions for the audio encoding/decoding programs.</para>
    146147          <indexterm zone="speex libspeex">
    147             <primary sortas="c-libspeex">libspeex.{so,a}</primary>
     148            <primary sortas="c-libspeex">libspeex.so</primary>
    148149          </indexterm>
    149150        </listitem>
     
    151152
    152153      <varlistentry id="libspeexdsp">
    153         <term><filename class='libraryfile'>libspeexdsp.{so,a}</filename></term>
     154        <term><filename class='libraryfile'>libspeexdsp.so</filename></term>
    154155        <listitem>
    155156          <para>is a speech processing library that goes along with the
    156157          <application>Speex</application> codec.</para>
    157158          <indexterm zone="speex libspeexdsp">
    158             <primary sortas="c-libspeexdsp">libspeexdsp.{so,a}</primary>
     159            <primary sortas="c-libspeexdsp">libspeexdsp.so</primary>
    159160          </indexterm>
    160161        </listitem>
Note: See TracChangeset for help on using the changeset viewer.