Changeset 086d326


Ignore:
Timestamp:
07/19/2007 10:50:21 AM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
b67c0ba
Parents:
e8ba44a
Message:

Updated to FLAC-1.1.4

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re8ba44a r086d326  
    605605<!ENTITY speex-version                "1.0.5">
    606606<!ENTITY id3lib-version               "3.8.3">
    607 <!ENTITY flac-version                 "1.1.2">
     607<!ENTITY flac-version                 "1.1.4">
    608608<!ENTITY libdvdcss-version            "1.2.9">
    609609<!ENTITY libdvdread-version           "0.9.6">
  • introduction/welcome/changelog.xml

    re8ba44a r086d326  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to FLAC-1.1.4.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to GStreamer Good Plug-ins-0.10.6.</para>
    4952        </listitem>
  • multimedia/libdriv/flac.xml

    re8ba44a r086d326  
    77  <!ENTITY flac-download-http "http://downloads.sourceforge.net/flac/flac-&flac-version;.tar.gz">
    88  <!ENTITY flac-download-ftp  " ">
    9   <!ENTITY flac-md5sum        "2bfc127cdda02834d0491ab531a20960">
    10   <!ENTITY flac-size          "1.5 MB">
    11   <!ENTITY flac-buildsize     "49 MB">
    12   <!ENTITY flac-time          "0.7 SBU">
     9  <!ENTITY flac-md5sum        "3958cbd5b6ed8c14966792538e44223b">
     10  <!ENTITY flac-size          "1.8 MB">
     11  <!ENTITY flac-buildsize     "136 MB (includes running the test suite)">
     12  <!ENTITY flac-time          "0.6 SBU (additional 1.8 SBU to run the test suite)">
    1313]>
    1414
     
    5656    </itemizedlist>
    5757
    58     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     58    <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    5959    <itemizedlist spacing="compact">
    6060      <listitem>
     
    6262        url="&patch-root;/flac-&flac-version;-xmms_plugin_fix-1.patch"/></para>
    6363      </listitem>
    64     </itemizedlist>
     64    </itemizedlist> -->
    6565
    6666    <bridgehead renderas="sect3">FLAC Dependencies</bridgehead>
     
    8585    following commands:</para>
    8686
    87 <screen><userinput>patch -Np1 -i ../flac-&flac-version;-xmms_plugin_fix-1.patch &amp;&amp;
    88 LIBS=-lm ./configure --prefix=/usr &amp;&amp;
     87<screen><userinput>sed -i 's/^FLaC__INLINE/static\n&amp;/' src/libFLAC/md5.c &amp;&amp;
     88./configure --prefix=/usr --disable-thorough-tests &amp;&amp;
    8989make</userinput></screen>
    9090
     
    9797<screen><userinput>sed -i -e "s/logfile-fd/log-fd/" `grep -lr logfile-fd test/*sh`</userinput></screen>
    9898
    99     <para>To test the results, issue: <command>make check</command>. This
    100     test suite will take quite a while. Note that if you passed the
    101     <option>--enable-exhaustive-tests</option> and
     99    <para>To test the results, issue: <command>make check</command>. Note that
     100    if you passed the <option>--enable-exhaustive-tests</option> and
    102101    <option>--enable-valgrind-testing</option> parameters to
    103102    <command>configure</command> and then run the test suite, it will take a
     
    114113    <title>Command Explanations</title>
    115114
    116     <para><command>LIBS=-lm ./configure --prefix=/usr</command>:
     115    <!-- <para><command>LIBS=-lm ./configure -prefix=/usr</command>:
    117116    <filename class="libraryfile">libFLAC</filename> uses a function from the math
    118117    library but is not linked with <filename class="libraryfile">libm</filename>.
    119118    Passing the environment variable to <command>configure</command> satisfies
    120     this dependency.</para>
     119    this dependency.</para> -->
     120
     121    <para><command>sed -i 's/.../' src/libFLAC/md5.c</command>: This command
     122    is used so that the byteswap symbol is not global.</para>
     123
     124    <para><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.</para>
    121127
    122128    <para><option>--enable-sse</option>: This option is off by default and
     
    137143      <seglistitem>
    138144        <seg>flac and metaflac</seg>
    139         <seg>libFLAC.{so,a}, libFLAC++.{so,a}, libOggFLAC.{so,a},
    140         libOggFLAC++.{so,a}, and libxmms-flac.{so,a}</seg>
    141         <seg>/usr/share/doc/flac-&flac-version;</seg>
     145        <seg>libFLAC.{so,a}, libFLAC++.{so,a} and libxmms-flac.{so,a}</seg>
     146        <seg>/usr/include/FLAC, /usr/include/FLAC++ and
     147        /usr/share/doc/flac-&flac-version;</seg>
    142148      </seglistitem>
    143149    </segmentedlist>
     
    171177
    172178      <varlistentry id="libflac">
    173         <term><filename class='libraryfile'>lib{,Ogg}FLAC{,++}.{so,a}</filename></term>
     179        <term><filename class='libraryfile'>libFLAC{,++}.{so,a}</filename></term>
    174180        <listitem>
    175181          <para>these libraries provide native FLAC and Ogg FLAC C/C++ APIs
Note: See TracChangeset for help on using the changeset viewer.