Changeset 39c6300 for multimedia


Ignore:
Timestamp:
06/25/2014 04:22:00 PM (10 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.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3e08d9db
Parents:
90b5e47
Message:

Update to ffmpeg-2.2.4.
Update to pango-1.36.5.
Update to gnupg-2.0.24.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/ffmpeg.xml

    r90b5e47 r39c6300  
    77  <!ENTITY ffmpeg-download-http "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.bz2">
    88  <!ENTITY ffmpeg-download-ftp  " ">
    9   <!ENTITY ffmpeg-md5sum        "dbb5b6b69bd010916f17df0ae596e0b1">
     9  <!ENTITY ffmpeg-md5sum        "5b85aea53d8dcd5b0f7b497f233bc101">
    1010  <!ENTITY ffmpeg-size          "6.7 MB">
    11   <!ENTITY ffmpeg-buildsize     "113 MB (additional 757 MB for docs and 1.7 GB to run the FATE tests)">
    12   <!ENTITY ffmpeg-time          "3.7 SBU (additional 0.8 SBU for docs and 4.2 SBU to run the FATE tests, after test files are downloaded)">
     11  <!ENTITY ffmpeg-buildsize     "112 MB (additional 764 MB for docs and 1813 MB to run the FATE tests)">
     12  <!ENTITY ffmpeg-time          " 2.9 SBU (additional 1.2 SBU for docs and 7.2 SBU to run the FATE tests, after sample files are downloaded)">
    1313]>
    1414
     
    112112      <xref linkend="xvid"/>,
    113113      <xref linkend="openssl"/>,
    114       <xref linkend="fontconfig"/>,
     114      <xref linkend="fontconfig"/>, and
     115      <xref linkend="gnutls"/>
     116    </para>
     117
     118    <para role="optional external">
    115119<!--  <ulink url="http://www.piksel.org/frei0r">frei0r</ulink>,-->
    116120      <ulink url="https://files.dyne.org/frei0r/snapshots/">frei0r</ulink>,
    117       <xref linkend="gnutls"/>,
    118121      <ulink url="http://xhevc.com/en/hevc/decoder/download.jsp">HEVC/H.265</ulink>,
    119122      <ulink url="http://www.ladspa.org/">LADSPA</ulink>,
     
    220223      installed and follow the instructions for the
    221224      <ulink url="http://www.ffmpeg.org/fate.html">
    222       FFmpeg Automated Testing Environment</ulink> (FATE). First, about 756 MB
    223       of data files used to run FATE are downloaded. Next, FATE is executed.
    224       Estimated values in "Package Information" do not include the download SBU.
    225     </para>
     225      FFmpeg Automated Testing Environment</ulink> (FATE). First, over 760 MB
     226      of sample files used to run FATE are downloaded with the command:
     227    </para>
     228
     229<screen><userinput>make fate-rsync SAMPLES=fate-suite/</userinput></screen>
     230
     231    <para>
     232      The <filename class="directory">fate-suite</filename> directory is
     233      created and the files are downloaded there. That command actually runs
     234      <command>rsync -vrltLW --timeout=60 --contimeout=60 rsync://fate-suite.ffmpeg.org/fate-suite/ fate-suite/</command>
     235      command, thus you may want to compress and keep this directory for
     236      testing again, in another system, or when a new version of ffmpeg is
     237      launched. Then, you unpack the sample files in the source directory, and
     238      run, again, the <command>make</command> command above, to sync with the
     239      repository. Now, the download size and time are drastically reduced.
     240      Estimated values in "Package Information" do not include the download
     241      SBU. Next, FATE is executed, with the commands (you obtain a number of
     242      tests greater than 1900):
     243    </para>
     244
     245<screen><userinput>make fate SAMPLES=fate-suite/ | tee ../fate.log &amp;&amp;
     246grep ^TEST ../fate.log | wc -l</userinput></screen>
    226247
    227248    <para>
Note: See TracChangeset for help on using the changeset viewer.