Ignore:
Timestamp:
10/21/2015 07:20:15 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
40a67787
Parents:
b78e9bc
Message:

Update to ffmpeg-2.8.1.
Update to parole-0.8.1.
Update to glib-networking-2.46.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/ffmpeg.xml

    rb78e9bc re730427e  
    55  %general-entities;
    66
    7   <!ENTITY ffmpeg-download-http "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.bz2">
     7  <!ENTITY ffmpeg-download-http "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.xz">
    88  <!ENTITY ffmpeg-download-ftp  " ">
    9   <!ENTITY ffmpeg-md5sum        "5eb3839e23c9ca396fabd0ebbe293ea2">
    10   <!ENTITY ffmpeg-size          "8.2 MB">
    11   <!ENTITY ffmpeg-buildsize     "142 MB (additional 2.3 GB to run the FATE suite)">
    12   <!ENTITY ffmpeg-time          "5.2 SBU (additional 2.8 SBU, with THREADS=4, to run the FATE suite, after sample files are downloaded)">
     9  <!ENTITY ffmpeg-md5sum        "5af71aec0c8f99a018b02061acbe7f90">
     10  <!ENTITY ffmpeg-size          "6.9 MB">
     11  <!ENTITY ffmpeg-buildsize     "127 MB (additional 2.4 GB to run the FATE suite)">
     12  <!ENTITY ffmpeg-time          "4.7 SBU (additional 5.8 SBU, with THREADS=4, to run the FATE suite, after sample files are downloaded)">
    1313]>
    1414
     
    156156    <title>Installation of FFmpeg</title>
    157157
    158 <!--<para>
    159       If <application>Xorg</application> is installed in a prefix other
    160       than <filename class='directory'>/usr</filename>, the build will fail. Fix
    161       this by issuing the following command:
    162     </para>
    163 
    164 <screen><userinput>export LIBRARY_PATH=$XORG_PREFIX/lib</userinput></screen>
    165 -->
    166158    <para>
    167159      Install <application>FFmpeg</application> by running the following
     
    194186
    195187gcc tools/qt-faststart.c -o tools/qt-faststart</userinput></screen>
    196 <!--
    197 unset LIBRARY_PATH</userinput></screen>-->
    198188
    199189    <para>
Note: See TracChangeset for help on using the changeset viewer.