Update to ffmpeg-2.7.1.

Update to ffmpeg-2.7.1.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16143 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2015-06-20 16:16:28 +00:00
parent 0dd2bc6ed3
commit 06da9a6c6c
5 changed files with 35 additions and 14 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "19"> <!-- Always 2 digits -->
<!ENTITY day "20"> <!-- Always 2 digits -->
<!ENTITY month "06"> <!-- Always 2 digits -->
<!ENTITY year "2015">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "June 19th &year;">
<!ENTITY releasedate "June 20th &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] -->

View File

@ -44,6 +44,20 @@
-->
<listitem>
<para>June 20th, 2015</para>
<itemizedlist>
<listitem>
<para>[fernando] - Update to ffmpeg-2.7.1. Fixes
<ulink url="&blfs-ticket-root;6632">#6632</ulink>.</para>
</listitem>
<listitem>
<para>[fernando] - Update to LVM2.2.02.122. Fixes
<ulink url="&blfs-ticket-root;6631">#6631</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>June 19th, 2015</para>
<itemizedlist>

View File

@ -6,10 +6,10 @@
<!ENTITY ffmpeg-download-http "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.bz2">
<!ENTITY ffmpeg-download-ftp " ">
<!ENTITY ffmpeg-md5sum "5a16425b0bde1b952f58cff71b569a45">
<!ENTITY ffmpeg-md5sum "f159c6d7eed8546b23e1a17325cbf1f8">
<!ENTITY ffmpeg-size "7.8 MB">
<!ENTITY ffmpeg-buildsize "1.1 GB (with optional docs); additional 2.3 GB to run the FATE suite)">
<!ENTITY ffmpeg-time "4.2 SBU (with optional docs); additional 3.8 SBU to run the FATE suite, after sample files are downloaded">
<!ENTITY ffmpeg-time "1.7 SBU (with -j4 and optional docs); additional 2.9 SBU, with THREADS=4, to run the FATE suite, after sample files are downloaded">
]>
<sect1 id="ffmpeg" xreflabel="FFmpeg-&ffmpeg-version;">
@ -291,8 +291,13 @@ find /usr/share/doc/ffmpeg-&ffmpeg-version;/api -type d -exec chmod -c 0755 \{}
larger than 2400):
</para>
<screen><userinput>make fate SAMPLES=fate-suite/ | tee ../fate.log &amp;&amp;
<screen><userinput>make fate THREADS=<replaceable>N</replaceable> SAMPLES=fate-suite/ | tee ../fate.log &amp;&amp;
grep ^TEST ../fate.log | wc -l</userinput></screen>
<para>
where <replaceable>N</replaceable> is an integer,
<replaceable>N</replaceable> &le; number of threads in the system.
</para>
</sect2>

View File

@ -41,7 +41,7 @@
<!-- Chapter 5 -->
<!ENTITY fuse-version "2.9.4">
<!ENTITY jfsutils-version "1.1.15">
<!ENTITY lvm2-version "2.02.121">
<!ENTITY lvm2-version "2.02.122">
<!ENTITY mdadm-version "3.3.2">
<!ENTITY ntfs-3g-version "2015.3.14">
<!ENTITY gptfdisk-version "1.0.0">
@ -703,7 +703,7 @@
<!ENTITY pnmixer-version "0.5.1">
<!-- Chapter 40 -->
<!ENTITY ffmpeg-version "2.7">
<!ENTITY ffmpeg-version "2.7.1">
<!ENTITY mplayer-version "2015-02-20">
<!ENTITY xine-ui-version "0.99.9">
<!ENTITY transcode-version "1.1.7">

View File

@ -6,10 +6,10 @@
<!ENTITY lvm2-download-http " ">
<!ENTITY lvm2-download-ftp "ftp://sources.redhat.com/pub/lvm2/LVM2.&lvm2-version;.tgz">
<!ENTITY lvm2-md5sum "702c61bf07a8fc6dc0db6e9d323d9f6d">
<!ENTITY lvm2-md5sum "a88bf7d68955635d009a5aec1ffecc48">
<!ENTITY lvm2-size "1.6 MB">
<!ENTITY lvm2-buildsize "29 MB (additional 14 MB to run the test suite)">
<!ENTITY lvm2-time "0.3 SBU (additional 24 SBU to run the test suite)">
<!ENTITY lvm2-buildsize "30 MB (additional 10 MB to run the test suite)">
<!ENTITY lvm2-time "0.4 SBU (additional 8.2 SBU to run the test suite)">
]>
<sect1 id="lvm2" xreflabel="LVM2-&lvm2-version;">
@ -130,13 +130,15 @@
make</userinput></screen>
<para>
The check command must be run as the <systemitem
<!--The check command must be run as the <systemitem
class="username">root</systemitem> user. Also the tests are known to
hang if at least one partition on a hard drive is not set up as a Linux
LVM partition (type 8e00). To test the results, issue: <command>make
LVM partition (type 8e00).-->To test the results, issue: <command>make -k
check</command> as the <systemitem class="username">root</systemitem>
user. The test timings are very dependent on the speed of the disk(s),
and on the number of enabled kernel options.
user. At least one partition on a hard drive must be set up as a Linux
LVM partition (type 8e00). The test timings are very dependent on the
speed of the disk(s), and on the number of enabled kernel options. A
small number of tests fail, for unknown reasons.
</para>
<para>