Author: gdalziel
Date: 2009-08-04 06:31:15 -0600 (Tue, 04 Aug 2009)
New Revision: 7930
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/libdriv/faac.xml
Log:
Updated to FAAC-1.28.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2009-08-02 22:13:47 UTC (rev 7929)
+++ trunk/BOOK/general.ent 2009-08-04 12:31:15 UTC (rev 7930)
@@ -3,13 +3,13 @@
$Date$
-->
-<!ENTITY day "02"> <!-- Always 2 digits -->
+<!ENTITY day "04"> <!-- Always 2 digits -->
<!ENTITY month "08"> <!-- Always 2 digits -->
<!ENTITY year "2009">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "svn-&year;&month;&day;">
-<!ENTITY releasedate "August &day;nd, &year;">
+<!ENTITY releasedate "August &day;th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
@@ -669,7 +669,7 @@
<!ENTITY libogg-version "1.1.4">
<!ENTITY libvorbis-version "1.2.3">
<!ENTITY faad2-version "2.6.1">
-<!ENTITY faac-version "1.26">
+<!ENTITY faac-version "1.28">
<!ENTITY nas-version "1.9.1">
<!ENTITY libmpeg3-version "1.8">
<!ENTITY libmad-version "0.15.1b">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2009-08-02 22:13:47 UTC
(rev 7929)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2009-08-04 12:31:15 UTC
(rev 7930)
@@ -41,6 +41,16 @@
-->
<listitem>
+ <para>August 4th, 2009</para>
+ <itemizedlist>
+ <listitem>
+ <para>[gdalziel] - Updated to FAAC-1.28. Added a patch to fix a
+ function conflict with Glibc.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>August 2nd, 2009</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/multimedia/libdriv/faac.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/faac.xml 2009-08-02 22:13:47 UTC (rev
7929)
+++ trunk/BOOK/multimedia/libdriv/faac.xml 2009-08-04 12:31:15 UTC (rev
7930)
@@ -5,11 +5,11 @@
%general-entities;
<!ENTITY faac-download-http
"&sourceforge-repo;/faac/faac-&faac-version;.tar.gz">
- <!ENTITY faac-download-ftp " ">
- <!ENTITY faac-md5sum "1d7c019bd2dbb4f3101b8937ebc59cf6">
- <!ENTITY faac-size "392 KB">
- <!ENTITY faac-buildsize "33 MB">
- <!ENTITY faac-time "0.6 SBU">
+ <!ENTITY faac-download-ftp "&gentoo-ftp-repo;/faac-&faac-version;.tar.gz">
+ <!ENTITY faac-md5sum "80763728d392c7d789cde25614c878f6">
+ <!ENTITY faac-size "663 KB">
+ <!ENTITY faac-buildsize "20 MB">
+ <!ENTITY faac-time "0.4 SBU">
]>
<sect1 id="faac" xreflabel="FAAC-&faac-version;">
@@ -35,6 +35,8 @@
producing files that can be played back on iPod. Moreover, iPod does not
understand other sound compression schemes in video files.</para>
+ &lfs65_checked;
+
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
@@ -57,6 +59,14 @@
</listitem>
</itemizedlist>
+ <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>Required patch: <ulink
+ url="&patch-root;/faac-&faac-version;-glibc_fixes-1.patch"/></para>
+ </listitem>
+ </itemizedlist>
+
<bridgehead renderas="sect3">FAAC Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
@@ -77,7 +87,7 @@
<para>Install <application>FAAC</application> by running the
following commands:</para>
-<screen><userinput>./bootstrap &&
+<screen><userinput>patch -Np1 -i ../faac-&faac-version;-glibc_fixes-1.patch
&&
sed -i -e '/obj-type/d' -e '/Long Term/d' frontend/main.c &&
./configure --prefix=/usr &&
make</userinput></screen>
@@ -109,9 +119,9 @@
<sect2 role="commands">
<title>Command Explanations</title>
- <para><command>./bootstrap</command>: This command runs GNU Autotools
+ <!-- <para><command>./bootstrap</command>: This command runs GNU Autotools
to create the <command>configure</command> script and other required
- build files.</para>
+ build files.</para> -->
<!-- Note to editors: remove this sed if the new release re-enables the
option (look for "#if 0" near "case OBJTYPE_FLAG:", this is line
@@ -124,6 +134,8 @@
is already disabled in FAAC-&faac-version; due to sound quality issues
with object types other than <quote>Low Complexity</quote>.</para>
+ <!-- 1.28: This is still broken, it causes a segfault. -->
+
<para><option>--enable-drm</option>: This option is supposed to enable
support for encoding files for
<ulink url="http://www.drm.org/">Digital Radio Mondiale</ulink>, but
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page