Changeset 9de0170


Ignore:
Timestamp:
05/31/2013 09:42:30 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:
e15c2f4
Parents:
c6456032
Message:

Disable static FLAC libraries, removed reference for libxmms-flac.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/flac.xml

    rc6456032 r9de0170  
    9494./configure --prefix=/usr \
    9595            --mandir=/usr/share/man \
     96            --disable-static \
    9697            --disable-thorough-tests &amp;&amp;
    9798make</userinput></screen>
     
    113114    <title>Command Explanations</title>
    114115
     116    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     117      href="../../xincludes/static-libraries.xml"/>
     118
    115119    <para><parameter>--disable-thorough-tests</parameter>: This parameter is
    116120    used so that the test suite will complete in a reasonable amount of time.
     
    122126    <computeroutput>sse</computeroutput> is listed in the flags.</para>
    123127
    124     <para><option>--disable-static</option>: This switch prevents the
    125     static libraries from being built.</para>
    126 
    127128  </sect2>
    128129
     
    137138      <seglistitem>
    138139        <seg>flac and metaflac</seg>
    139         <seg>libFLAC.{so,a}, libFLAC++.{so,a} and libxmms-flac.{so,a}</seg>
     140        <seg>libFLAC.so and libFLAC++.so</seg>
    140141        <seg>/usr/include/FLAC, /usr/include/FLAC++ and
    141142        /usr/share/doc/flac-&flac-version;</seg>
     
    171172
    172173      <varlistentry id="libflac">
    173         <term><filename class='libraryfile'>libFLAC{,++}.{so,a}</filename></term>
     174        <term><filename class='libraryfile'>libFLAC{,++}.so</filename></term>
    174175        <listitem>
    175176          <para>these libraries provide native FLAC and Ogg FLAC C/C++ APIs
    176177          for programs utilizing FLAC.</para>
    177178          <indexterm zone="flac libflac">
    178             <primary sortas="c-libFLAC">libFLAC{,++}.{so,a}</primary>
    179           </indexterm>
    180         </listitem>
    181       </varlistentry>
    182 
     179            <primary sortas="c-libFLAC">libFLAC{,++}.so</primary>
     180          </indexterm>
     181        </listitem>
     182      </varlistentry>
     183
     184<!--
    183185      <varlistentry id="libxmms-flac">
    184186        <term><filename class='libraryfile'>libxmms-flac.{so,a}</filename></term>
     
    190192        </listitem>
    191193      </varlistentry>
     194-->
    192195
    193196    </variablelist>
Note: See TracChangeset for help on using the changeset viewer.