Changeset 996f4f23


Ignore:
Timestamp:
12/13/2007 11:04:40 AM (16 years ago)
Author:
Ag Hatzimanikas <ag@…>
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:
ca4ed0b0
Parents:
0b2b70a
Message:

Updated to Flac-1.2.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0b2b70a r996f4f23  
    44-->
    55
    6 <!ENTITY day          "07">                   <!-- Always 2 digits -->
     6<!ENTITY day          "13">                   <!-- Always 2 digits -->
    77<!ENTITY month        "12">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
     
    625625<!ENTITY speex-version                "1.0.5">
    626626<!ENTITY id3lib-version               "3.8.3">
    627 <!ENTITY flac-version                 "1.1.4">
     627<!ENTITY flac-version                 "1.2.1">
    628628<!ENTITY libdvdcss-version            "1.2.9">
    629629<!ENTITY libdvdread-version           "0.9.7">
  • introduction/welcome/changelog.xml

    r0b2b70a r996f4f23  
    4141
    4242-->
     43    <listitem>
     44      <para>December 13th, 2007</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[ag] - Updated to Flac-1.2.1.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
    4351
    4452    <listitem>
     
    5058      </itemizedlist>
    5159    </listitem>
    52 
    5360   
    5461    <listitem>
  • multimedia/libdriv/flac.xml

    r0b2b70a r996f4f23  
    77  <!ENTITY flac-download-http "http://downloads.sourceforge.net/flac/flac-&flac-version;.tar.gz">
    88  <!ENTITY flac-download-ftp  " ">
    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)">
     9  <!ENTITY flac-md5sum        "153c8b15a54da428d1f0fadc756c22c7">
     10  <!ENTITY flac-size          "1.9 MB">
     11  <!ENTITY flac-buildsize     "205 MB (includes running the test suite)">
     12  <!ENTITY flac-time          "0.6 SBU (additional 8 SBU to run the test suite)">
    1313]>
    1414
     
    5656    </itemizedlist>
    5757
    58     <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    59     <itemizedlist spacing="compact">
    60       <listitem>
    61         <para>Required patch: <ulink
    62         url="&patch-root;/flac-&flac-version;-xmms_plugin_fix-1.patch"/></para>
    63       </listitem>
    64     </itemizedlist> -->
    65 
    6658    <bridgehead renderas="sect3">FLAC Dependencies</bridgehead>
    6759
     
    8577    following commands:</para>
    8678
    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;
     79<screen><userinput>./configure --prefix=/usr --disable-thorough-tests &amp;&amp;
    8980make</userinput></screen>
    90 
    91     <para>If you have <application>Valgrind</application> version 3.0.0 or
    92     higher installed and you plan on running the test suites after passing the
    93     <option>--enable-valgrind-testing</option> parameter to
    94     <command>configure</command>, you need to issue the following command to
    95     change some test scripts:</para>
    96 
    97 <screen><userinput>sed -i -e "s/logfile-fd/log-fd/" `grep -lr logfile-fd test/*sh`</userinput></screen>
    9881
    9982    <para>To test the results, issue: <command>make check</command>. Note that
     
    11295  <sect2 role="commands">
    11396    <title>Command Explanations</title>
    114 
    115     <!-- <para><command>LIBS=-lm ./configure -prefix=/usr</command>:
    116     <filename class="libraryfile">libFLAC</filename> uses a function from the math
    117     library but is not linked with <filename class="libraryfile">libm</filename>.
    118     Passing the environment variable to <command>configure</command> satisfies
    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>
    12397
    12498    <para><parameter>--disable-thorough-tests</parameter>: This parameter is
Note: See TracChangeset for help on using the changeset viewer.