Changeset 55cc98f


Ignore:
Timestamp:
04/27/2005 01:41:24 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:
6d1e8a3
Parents:
593d644
Message:

Updated to FLAC-1.1.2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r593d644 r55cc98f  
    1 <!ENTITY day          "26">
     1<!ENTITY day          "27">
    22<!ENTITY month        "04">
    33<!ENTITY year         "2005">
     
    439439<!ENTITY speex-version                "1.0.4">
    440440<!ENTITY id3lib-version               "3.8.3">
    441 <!ENTITY flac-version                 "1.1.1">
     441<!ENTITY flac-version                 "1.1.2">
    442442<!ENTITY libdvdcss-version            "1.2.8">
    443443<!ENTITY libdvdread-version           "0.9.4">
  • introduction/welcome/changelog.xml

    r593d644 r55cc98f  
    2323<itemizedlist>
    2424
     25<listitem><para>April 27th, 2005 [randy]: Updated to
     26FLAC-1.1.2.</para></listitem>
     27
    2528<listitem><para>April 26th, 2005 [randy]: Updated to GStreamer-0.8.9 and
    2629libao-0.8.6; added a download URL to the PassiveTeX dependency in the
  • multimedia/libdriv/flac.xml

    r593d644 r55cc98f  
    66  <!ENTITY flac-download-http "http://prdownloads.sourceforge.net/flac/flac-&flac-version;.tar.gz">
    77  <!ENTITY flac-download-ftp  " ">
    8   <!ENTITY flac-md5sum        "c6ccddccf8ad344065698047c2fc7280">
    9   <!ENTITY flac-size          "1.4 MB">
    10   <!ENTITY flac-buildsize     "33 MB">
    11   <!ENTITY flac-time          "0.71 SBU">
     8  <!ENTITY flac-md5sum        "2bfc127cdda02834d0491ab531a20960">
     9  <!ENTITY flac-size          "1.5 MB">
     10  <!ENTITY flac-buildsize     "49 MB">
     11  <!ENTITY flac-time          "0.7 SBU">
    1212]>
    1313
     
    6565
    6666<screen><userinput><command>LIBS=-lm ./configure --prefix=/usr &amp;&amp;
    67 make &amp;&amp;
    68 make install</command></userinput></screen>
     67make</command></userinput></screen>
    6968
    70 <note><para>If you run the <command>make check</command> tests, it will take a
    71 <emphasis>very</emphasis> long time (about 34 SBUs) and use about 100
    72 <acronym>MB</acronym> of disk space.</para></note>
     69<para>Now, as the root user:</para>
     70
     71<screen><userinput role='root'><command>make install</command></userinput></screen>
     72
     73<note><para>If you passed the <option>--enable-exhaustive-tests</option> and
     74<option>--enable-valgrind-testing</option> parameters to
     75<command>configure</command> and then run the <command>make check</command>
     76tests, it will take a <emphasis>very</emphasis> long time (about 150 SBUs)
     77and use about 375 <acronym>MB</acronym> of disk space.</para></note>
    7378
    7479</sect2>
Note: See TracChangeset for help on using the changeset viewer.