From 5a2fd537d2c1914fe55508a8f71292c45c83d1d8 Mon Sep 17 00:00:00 2001 From: Fernando de Oliveira Date: Thu, 21 Nov 2013 17:29:34 +0000 Subject: [PATCH] Update to ffmpeg-2.1.1. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12265 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 2 +- introduction/welcome/changelog.xml | 4 ++++ multimedia/videoutils/ffmpeg.xml | 29 +++++++++++------------------ 3 files changed, 16 insertions(+), 19 deletions(-) diff --git a/general.ent b/general.ent index 0d12af1b34..2c4724366c 100644 --- a/general.ent +++ b/general.ent @@ -815,7 +815,7 @@ export -f as_root - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 098626d659..3dadcc1a05 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -46,6 +46,10 @@ November 21st, 2013 + + [fernando] - Update to ffmpeg-2.1.1. Fixes + #4356. + [igor] - Update to krb5-1.11.4. Fixes #4344. diff --git a/multimedia/videoutils/ffmpeg.xml b/multimedia/videoutils/ffmpeg.xml index 0974d52420..173b7728f3 100644 --- a/multimedia/videoutils/ffmpeg.xml +++ b/multimedia/videoutils/ffmpeg.xml @@ -7,10 +7,12 @@ - + - - + + ]> @@ -78,16 +80,6 @@ - Additional Downloads - - - - Required patch: - - - - - FFmpeg Dependencies Recommended @@ -173,8 +165,7 @@ commands: -patch -Np1 -i ../ffmpeg-&ffmpeg-version;-libavformat_cookies-1.patch && -sed -i 's/-lflite"/-lflite -lasound"/' configure && +sed -i 's/-lflite"/-lflite -lasound"/' configure && ./configure --prefix=/usr \ --enable-gpl \ --enable-version3 \ @@ -218,7 +209,7 @@ unset DOCNAME If you have installed and wish to create the API - documentation (takes about 300 MB of space), issue the command + documentation (takes about 350 MB of space), issue the command doxygen doc/Doxyfile. @@ -226,8 +217,10 @@ unset DOCNAME To properly test the installation you must have installed and follow the instructions for the - FFmpeg Automated Testing Environment. Note that the BLFS team has - not performed this regression testing. + FFmpeg Automated Testing Environment (fate). First, files used + for the tests are downloaded, this can take about 30 min, depending on + the connection speeds. Estimated values in "Package Information" do not + include this download time. Next, the tests are executed.