Ignore:
Timestamp:
11/21/2013 05:29:34 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.5, 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:
ed6ac47b
Parents:
4453848
Message:

Update to ffmpeg-2.1.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/ffmpeg.xml

    r4453848 r5a2fd537  
    88           "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.bz2">
    99  <!ENTITY ffmpeg-download-ftp  " ">
    10   <!ENTITY ffmpeg-md5sum        "4ec1cedd4c7753512462f70b347c338a">
     10  <!ENTITY ffmpeg-md5sum        "2719ab2b3311ac3775b9cdeb66c54849">
    1111  <!ENTITY ffmpeg-size          "6.4 MB">
    12   <!ENTITY ffmpeg-buildsize     "106 MB (additional 710 MB for docs)">
    13   <!ENTITY ffmpeg-time          "2.4 SBU (additional 0.6 SBU for docs)">
     12  <!ENTITY ffmpeg-buildsize     "114 MB (additional 710 MB for docs and 1.5 GB
     13                                 for tests)">
     14  <!ENTITY ffmpeg-time          "3.1 SBU (additional 0.6 SBU for docs 12.3 to
     15                                 run the tests, after test files are downloaded)">
    1416]>
    1517
     
    7577        <para>
    7678          Estimated build time: &ffmpeg-time;
    77         </para>
    78       </listitem>
    79     </itemizedlist>
    80 
    81     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    82     <itemizedlist spacing="compact">
    83       <listitem>
    84         <para>
    85           Required patch:
    86           <ulink url="&patch-root;/ffmpeg-&ffmpeg-version;-libavformat_cookies-1.patch"/>
    8779        </para>
    8880      </listitem>
     
    174166    </para>
    175167
    176 <screen><userinput>patch -Np1 -i ../ffmpeg-&ffmpeg-version;-libavformat_cookies-1.patch &amp;&amp;
    177 sed -i 's/-lflite"/-lflite -lasound"/' configure &amp;&amp;
     168<screen><userinput>sed -i 's/-lflite"/-lflite -lasound"/' configure &amp;&amp;
    178169./configure --prefix=/usr        \
    179170            --enable-gpl         \
     
    219210    <para>
    220211      If you have <xref linkend="doxygen"/> installed and wish to create the API
    221       documentation (takes about 300 MB of space), issue the command
     212      documentation (takes about 350 MB of space), issue the command
    222213      <command>doxygen doc/Doxyfile</command>.
    223214    </para>
     
    227218      installed and follow the instructions for the
    228219      <ulink url="http://ffmpeg.org/fate.html">
    229       FFmpeg Automated Testing Environment</ulink>. Note that the BLFS team has
    230       not performed this regression testing.
     220      FFmpeg Automated Testing Environment</ulink> (fate). First, files used
     221      for the tests are downloaded, this can take about 30 min, depending on
     222      the connection speeds. Estimated values in "Package Information" do not
     223      include this download time. Next, the tests are executed.
    231224    </para>
    232225
Note: See TracChangeset for help on using the changeset viewer.