Changeset c3cb9d7


Ignore:
Timestamp:
08/04/2009 01:01:12 PM (15 years ago)
Author:
Guy Dalziel <gdalziel@…>
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:
2a427ac
Parents:
d5ad4c26
Message:

Updated to FAAD2-2.7.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd5ad4c26 rc3cb9d7  
    669669<!ENTITY libogg-version               "1.1.4">
    670670<!ENTITY libvorbis-version            "1.2.3">
    671 <!ENTITY faad2-version                "2.6.1">
     671<!ENTITY faad2-version                "2.7">
    672672<!ENTITY faac-version                 "1.28">
    673673<!ENTITY nas-version                  "1.9.1">
  • introduction/welcome/changelog.xml

    rd5ad4c26 rc3cb9d7  
    4545      <itemizedlist>
    4646        <listitem>
     47          <para>[gdalziel] - Updated to FAAD2-2.7.</para>
     48        </listitem>
     49        <listitem>
    4750          <para>[gdalziel] - Updated to FAAC-1.28. Added a patch to fix a
    4851          function conflict with Glibc.</para>
  • multimedia/libdriv/faad2.xml

    rd5ad4c26 rc3cb9d7  
    66
    77  <!ENTITY faad2-download-http "&sourceforge-repo;/faac/faad2-&faad2-version;.tar.gz">
    8   <!ENTITY faad2-download-ftp  " ">
    9   <!ENTITY faad2-md5sum        "74e92df40c270f216a8305fc87603c8a">
    10   <!ENTITY faad2-size          "820 KB">
    11   <!ENTITY faad2-buildsize     "15 MB (without media player plugins)">
    12   <!ENTITY faad2-time          "0.3 SBU (without media player plugins)">
     8  <!ENTITY faad2-download-ftp  "&gentoo-ftp-repo;/faad2-&faad2-version;.tar.gz">
     9  <!ENTITY faad2-md5sum        "ee1b4d67ea2d76ee52c5621bc6dbf61e">
     10  <!ENTITY faad2-size          "1.1 MB">
     11  <!ENTITY faad2-buildsize     "12 MB (without media player plugins)">
     12  <!ENTITY faad2-time          "0.2 SBU (without media player plugins)">
    1313]>
    1414
     
    3333    compression scheme specified in MPEG-2 Part 7 and MPEG-4 Part 3 standards
    3434    and known as Advanced Audio Coding (AAC).</para>
     35
     36    &lfs65_checked;
    3537
    3638    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8183    following commands:</para>
    8284
    83 <screen><userinput>./bootstrap &amp;&amp;
    84 ./configure --prefix=/usr &amp;&amp;
     85<screen><userinput>./configure --prefix=/usr &amp;&amp;
    8586make</userinput></screen>
    8687
     
    123124    <title>Command Explanations</title>
    124125
    125     <para><command>./bootstrap</command>: This command runs GNU Autotools
     126    <!-- <para><command>./bootstrap</command>: This command runs GNU Autotools
    126127    to create the <command>configure</command> script and other
    127     required build files.</para>
     128    required build files.</para> -->
    128129
    129130    <para><option>--with-drm</option>: This option is supposed to enable
Note: See TracChangeset for help on using the changeset viewer.