Author: fernando
Date: Mon Nov 16 02:23:56 2015
New Revision: 16662

Log:
• 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.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/graphlib/libpng.xml
   trunk/BOOK/multimedia/videoutils/ffmpeg.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sun Nov 15 14:34:56 2015        (r16661)
+++ trunk/BOOK/general.ent      Mon Nov 16 02:23:56 2015        (r16662)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "15">                   <!-- Always 2 digits -->
+<!ENTITY day          "16">                   <!-- Always 2 digits -->
 <!ENTITY month        "11">                   <!-- Always 2 digits -->
 <!ENTITY year         "2015">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!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 blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development] -->

Modified: trunk/BOOK/general/graphlib/libpng.xml
==============================================================================
--- trunk/BOOK/general/graphlib/libpng.xml      Sun Nov 15 14:34:56 2015        
(r16661)
+++ trunk/BOOK/general/graphlib/libpng.xml      Mon Nov 16 02:23:56 2015        
(r16662)
@@ -11,7 +11,7 @@
   <!ENTITY libpng-buildsize     "16 MB (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
            
"&sourceforge-repo;/libpng-apng/libpng-&apng-version;-apng.patch.gz">

Modified: trunk/BOOK/multimedia/videoutils/ffmpeg.xml
==============================================================================
--- trunk/BOOK/multimedia/videoutils/ffmpeg.xml Sun Nov 15 14:34:56 2015        
(r16661)
+++ trunk/BOOK/multimedia/videoutils/ffmpeg.xml Mon Nov 16 02:23:56 2015        
(r16662)
@@ -6,7 +6,7 @@
 
   <!ENTITY ffmpeg-download-http 
"http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.xz";>
   <!ENTITY ffmpeg-download-ftp  " ">
-  <!ENTITY ffmpeg-md5sum        "99f31723326dfe1bfd1bc7521338f2d2">
+  <!ENTITY ffmpeg-md5sum        "5041ffe661392b0685d2248114791fde">
   <!ENTITY ffmpeg-size          "6.9 MB">
   <!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">
@@ -159,7 +159,7 @@
       First, fix one file for values removed from libvpx-1.5.0:
     </para>
 
-<screen><userinput>sed -e '/UPD.*=/,'/SET_SCA.*=/d \
+<screen><userinput>sed -e '/UPD.*=/,/SET_SCA.*=/d' \
     -e '/SET_SHA.*=/d' \
     -e '/GET_LAS.*=/d' \
     -i libavcodec/libvpxenc.c</userinput></screen>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to