Changeset 570460d


Ignore:
Timestamp:
02/14/2015 10:32:46 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:
f9e64d7
Parents:
0956cf1
Message:

Update to ffmpeg-2.5.4.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r0956cf1 r570460d  
    4848      <para>February 14th, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to ffmpeg-2.5.4. Fixes
     52          <ulink url="&blfs-ticket-root;6146">#6146</ulink>.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[fernando] - Update to pulseaudio-6.0. Fixes
  • multimedia/videoutils/ffmpeg.xml

    r0956cf1 r570460d  
    77  <!ENTITY ffmpeg-download-http "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.bz2">
    88  <!ENTITY ffmpeg-download-ftp  " ">
    9   <!ENTITY ffmpeg-md5sum        "efba7c5cfbea9ce58ff693cd08f90ffa">
     9  <!ENTITY ffmpeg-md5sum        "af92a816b642d32134a764d2d7f55b75">
    1010  <!ENTITY ffmpeg-size          "7.4 MB">
    11   <!ENTITY ffmpeg-buildsize     "133 MB (additional 856 MB for docs and 2291 MB to run the FATE suite)">
    12   <!ENTITY ffmpeg-time          "1.2 SBU (using parallelism=4); additional 1.1 SBU for docs and 5.6 SBU to run the FATE suite, after sample files are downloaded">
     11  <!ENTITY ffmpeg-buildsize     "133 MB (additional 856 MB for docs and 2302 MB to run the FATE suite)">
     12  <!ENTITY ffmpeg-time          "1.2 SBU (using parallelism=4); additional 1 SBU for docs and 5.4 SBU to run the FATE suite, after sample files are downloaded">
    1313]>
    1414
     
    168168
    169169<screen><userinput>sed -i 's/-lflite"/-lflite -lasound"/' configure &amp;&amp;
    170 ./configure --prefix=/usr        \
    171             --enable-gpl         \
    172             --enable-version3    \
    173             --enable-nonfree     \
    174             --disable-static     \
    175             --enable-shared      \
    176             --disable-debug      \
    177             --enable-libass      \
    178             --enable-libfdk-aac  \
    179             --enable-libmp3lame  \
    180             --enable-libtheora   \
    181             --enable-libvorbis   \
    182             --enable-libvpx      \
    183             --enable-libx264     \
    184             --enable-x11grab     \
     170./configure --prefix=/usr       \
     171            --enable-gpl        \
     172            --enable-version3   \
     173            --enable-nonfree    \
     174            --disable-static    \
     175            --enable-shared     \
     176            --disable-debug     \
     177            --enable-libass     \
     178            --enable-libfdk-aac \
     179            --enable-libmp3lame \
     180            --enable-libtheora  \
     181            --enable-libvorbis  \
     182            --enable-libvpx     \
     183            --enable-libx264    \
     184            --enable-x11grab    \
    185185            --docdir=/usr/share/doc/ffmpeg-&ffmpeg-version; &amp;&amp;
    186186make &amp;&amp;
  • packages.ent

    r0956cf1 r570460d  
    696696
    697697<!-- Chapter 40 -->
    698 <!ENTITY ffmpeg-version               "2.5.3">
     698<!ENTITY ffmpeg-version               "2.5.4">
    699699<!ENTITY mplayer-version              "2014-12-19">
    700700<!ENTITY xine-ui-version              "0.99.9">
Note: See TracChangeset for help on using the changeset viewer.