mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
• FFmpeg-2.8.2: fix md5sum (was for bz2), and fix typo in the sed for
libvpx (it works as is, but better to be in a more standard form; I had fixed it in the script, but forgot here). • libpng-1.6.19: forgot to update apng pach version. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16662 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
20f09631c1
commit
a8bf989fbb
@ -1,12 +1,12 @@
|
|||||||
<!-- $LastChangedBy$ $Date$ -->
|
<!-- $LastChangedBy$ $Date$ -->
|
||||||
|
|
||||||
<!ENTITY day "15"> <!-- Always 2 digits -->
|
<!ENTITY day "16"> <!-- Always 2 digits -->
|
||||||
<!ENTITY month "11"> <!-- Always 2 digits -->
|
<!ENTITY month "11"> <!-- Always 2 digits -->
|
||||||
<!ENTITY year "2015">
|
<!ENTITY year "2015">
|
||||||
<!ENTITY copyrightdate "2001-&year;">
|
<!ENTITY copyrightdate "2001-&year;">
|
||||||
<!ENTITY copyholder "The BLFS Development Team">
|
<!ENTITY copyholder "The BLFS Development Team">
|
||||||
<!ENTITY version "&year;-&month;-&day;">
|
<!ENTITY version "&year;-&month;-&day;">
|
||||||
<!ENTITY releasedate "November 15th &year;">
|
<!ENTITY releasedate "November 16th &year;">
|
||||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||||
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
|
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<!ENTITY libpng-buildsize "16 MB (with tests)">
|
<!ENTITY libpng-buildsize "16 MB (with tests)">
|
||||||
<!ENTITY libpng-time "0.6 SBU (with tests)">
|
<!ENTITY libpng-time "0.6 SBU (with tests)">
|
||||||
|
|
||||||
<!ENTITY apng-version "1.6.18">
|
<!ENTITY apng-version "1.6.19">
|
||||||
|
|
||||||
<!ENTITY apng-patch
|
<!ENTITY apng-patch
|
||||||
"&sourceforge-repo;/libpng-apng/libpng-&apng-version;-apng.patch.gz">
|
"&sourceforge-repo;/libpng-apng/libpng-&apng-version;-apng.patch.gz">
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<!ENTITY ffmpeg-download-http "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.xz">
|
<!ENTITY ffmpeg-download-http "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.xz">
|
||||||
<!ENTITY ffmpeg-download-ftp " ">
|
<!ENTITY ffmpeg-download-ftp " ">
|
||||||
<!ENTITY ffmpeg-md5sum "99f31723326dfe1bfd1bc7521338f2d2">
|
<!ENTITY ffmpeg-md5sum "5041ffe661392b0685d2248114791fde">
|
||||||
<!ENTITY ffmpeg-size "6.9 MB">
|
<!ENTITY ffmpeg-size "6.9 MB">
|
||||||
<!ENTITY ffmpeg-buildsize "156 MB (additional 2.5 GB to run the FATE suite)">
|
<!ENTITY ffmpeg-buildsize "156 MB (additional 2.5 GB to run the FATE suite)">
|
||||||
<!ENTITY ffmpeg-time "1.3 SBU, with -j4 (additional 3.1 SBU, with THREADS=4, to run the FATE suite, after sample files are downloaded">
|
<!ENTITY ffmpeg-time "1.3 SBU, with -j4 (additional 3.1 SBU, with THREADS=4, to run the FATE suite, after sample files are downloaded">
|
||||||
@ -159,7 +159,7 @@
|
|||||||
First, fix one file for values removed from libvpx-1.5.0:
|
First, fix one file for values removed from libvpx-1.5.0:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<screen><userinput>sed -e '/UPD.*=/,'/SET_SCA.*=/d \
|
<screen><userinput>sed -e '/UPD.*=/,/SET_SCA.*=/d' \
|
||||||
-e '/SET_SHA.*=/d' \
|
-e '/SET_SHA.*=/d' \
|
||||||
-e '/GET_LAS.*=/d' \
|
-e '/GET_LAS.*=/d' \
|
||||||
-i libavcodec/libvpxenc.c</userinput></screen>
|
-i libavcodec/libvpxenc.c</userinput></screen>
|
||||||
|
Loading…
Reference in New Issue
Block a user