Ignore:
Timestamp:
11/02/2014 08:34:44 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7b1b9d72
Parents:
a6e00f8
Message:

Update to ffmpeg-2.4.3.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14833 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/ffmpeg.xml

    ra6e00f8 r2adbd3da  
    77  <!ENTITY ffmpeg-download-http "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.bz2">
    88  <!ENTITY ffmpeg-download-ftp  " ">
    9   <!ENTITY ffmpeg-md5sum        "9e6163b09b7b9331b834d80874c2c0ff">
     9  <!ENTITY ffmpeg-md5sum        "8da635baff57d7ab704b1daca5a99b47">
    1010  <!ENTITY ffmpeg-size          "7.1 MB">
    11   <!ENTITY ffmpeg-buildsize     "130 MB (additional 866 MB for docs and 1902 MB to run the FATE tests)">
    12   <!ENTITY ffmpeg-time          "3.5 SBU (additional 1.1 SBU for docs and 4.8 SBU to run the FATE tests, after sample files are downloaded)">
     11  <!ENTITY ffmpeg-buildsize     "130 MB (additional 1737 MB for docs and 1908 MB to run the FATE tests)">
     12  <!ENTITY ffmpeg-time          "3.8 SBU (additional 2.8 SBU for docs and 6.0 SBU to run the FATE tests, after sample files are downloaded)">
    1313]>
    1414
     
    255255      installed and follow the instructions for the <ulink
    256256      url="http://www.ffmpeg.org/fate.html"> FFmpeg Automated Testing
    257       Environment</ulink> (FATE). First, about 879 MB of sample files used to
     257      Environment</ulink> (FATE). First, about 882 MB of sample files used to
    258258      run FATE are downloaded with the command:
    259259    </para>
     
    263263    <para>
    264264      The <filename class="directory">fate-suite</filename> directory is
    265       created and the files are downloaded there. That command actually runs
    266       <command>rsync -vrltLW --timeout=60 --contimeout=60
    267       rsync://fate-suite.ffmpeg.org/fate-suite/ fate-suite/</command> command,
    268       thus you may want to compress and keep this directory for testing again,
    269       in another system, or when a new version of ffmpeg is launched. Then, you
    270       unpack the sample files in the source directory, and run, again, the
    271       <command>make</command> command above, to sync with the repository. Now,
    272       the download size and time are drastically reduced.  Estimated values in
    273       "Package Information" do not include the download SBU. Next, FATE is
    274       executed, with the commands (you obtain a number of tests greater than
    275       2000):
     265      created and the files are downloaded there. That command actually runs an
     266      rsync command, to obtain the sample files.  You may want to compress and
     267      keep this directory for testing again, in another system, or when a new
     268      version of ffmpeg is launched. Then, you unpack the sample files in the
     269      source directory, and run, again, the <command>make fate-rsync
     270      ...</command> command above, to sync with the repository. Now, the
     271      download size and time are drastically reduced.  Estimated values in
     272      "Package Information" do not include the download SBU. Some samples may
     273      have been removed, in the new version, so, in order to be sure local and
     274      server fate samples are identical, when you use previous samples, run the
     275      following command:
     276    </para>
     277
     278<screen><userinput><command>rsync -vrltLW  --delete --timeout=60 --contimeout=60 \
     279      rsync://fate-suite.ffmpeg.org/fate-suite/ fate-suite/</command></userinput></screen>
     280     
     281    <para>
     282      Next, FATE is executed, with the commands (you obtain a number of tests
     283      larger than 2000):
    276284    </para>
    277285
Note: See TracChangeset for help on using the changeset viewer.