Changeset d5ad4c26


Ignore:
Timestamp:
08/04/2009 12:31:15 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:
c3cb9d7
Parents:
a958f32
Message:

Updated to FAAC-1.28.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra958f32 rd5ad4c26  
    44-->
    55
    6 <!ENTITY day          "02">                   <!-- Always 2 digits -->
     6<!ENTITY day          "04">                   <!-- Always 2 digits -->
    77<!ENTITY month        "08">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2009">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "svn-&year;&month;&day;">
    12 <!ENTITY releasedate  "August &day;nd, &year;">
     12<!ENTITY releasedate  "August &day;th, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    670670<!ENTITY libvorbis-version            "1.2.3">
    671671<!ENTITY faad2-version                "2.6.1">
    672 <!ENTITY faac-version                 "1.26">
     672<!ENTITY faac-version                 "1.28">
    673673<!ENTITY nas-version                  "1.9.1">
    674674<!ENTITY libmpeg3-version             "1.8">
  • introduction/welcome/changelog.xml

    ra958f32 rd5ad4c26  
    4242-->
    4343    <listitem>
     44      <para>August 4th, 2009</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[gdalziel] - Updated to FAAC-1.28. Added a patch to fix a
     48          function conflict with Glibc.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4454      <para>August 2nd, 2009</para>
    4555      <itemizedlist>
  • multimedia/libdriv/faac.xml

    ra958f32 rd5ad4c26  
    66
    77  <!ENTITY faac-download-http "&sourceforge-repo;/faac/faac-&faac-version;.tar.gz">
    8   <!ENTITY faac-download-ftp  " ">
    9   <!ENTITY faac-md5sum        "1d7c019bd2dbb4f3101b8937ebc59cf6">
    10   <!ENTITY faac-size          "392 KB">
    11   <!ENTITY faac-buildsize     "33 MB">
    12   <!ENTITY faac-time          "0.6 SBU">
     8  <!ENTITY faac-download-ftp  "&gentoo-ftp-repo;/faac-&faac-version;.tar.gz">
     9  <!ENTITY faac-md5sum        "80763728d392c7d789cde25614c878f6">
     10  <!ENTITY faac-size          "663 KB">
     11  <!ENTITY faac-buildsize     "20 MB">
     12  <!ENTITY faac-time          "0.4 SBU">
    1313]>
    1414
     
    3636    understand other sound compression schemes in video files.</para>
    3737
     38    &lfs65_checked;
     39
    3840    <bridgehead renderas="sect3">Package Information</bridgehead>
    3941    <itemizedlist spacing="compact">
     
    5557      <listitem>
    5658        <para>Estimated build time: &faac-time;</para>
     59      </listitem>
     60    </itemizedlist>
     61
     62    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     63    <itemizedlist spacing="compact">
     64      <listitem>
     65        <para>Required patch: <ulink
     66        url="&patch-root;/faac-&faac-version;-glibc_fixes-1.patch"/></para>
    5767      </listitem>
    5868    </itemizedlist>
     
    7888    following commands:</para>
    7989
    80 <screen><userinput>./bootstrap &amp;&amp;
     90<screen><userinput>patch -Np1 -i ../faac-&faac-version;-glibc_fixes-1.patch &amp;&amp;
    8191sed -i -e '/obj-type/d' -e '/Long Term/d' frontend/main.c &amp;&amp;
    8292./configure --prefix=/usr &amp;&amp;
     
    110120    <title>Command Explanations</title>
    111121
    112     <para><command>./bootstrap</command>: This command runs GNU Autotools
     122    <!-- <para><command>./bootstrap</command>: This command runs GNU Autotools
    113123    to create the <command>configure</command> script and other required
    114     build files.</para>
     124    build files.</para> -->
    115125
    116126    <!-- Note to editors: remove this sed if the new release re-enables the
     
    124134    is already disabled in FAAC-&faac-version; due to sound quality issues
    125135    with object types other than <quote>Low Complexity</quote>.</para>
     136
     137    <!-- 1.28: This is still broken, it causes a segfault. -->
    126138
    127139    <para><option>--enable-drm</option>: This option is supposed to enable
Note: See TracChangeset for help on using the changeset viewer.