Changeset 1fa4314


Ignore:
Timestamp:
10/14/2015 09:20:59 AM (9 years ago)
Author:
Igor Živković <igor@…>
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:
8ff9257
Parents:
9c30e17
Message:

Update to ffmpeg-2.8.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9c30e17 r1fa4314  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "12">                   <!-- Always 2 digits -->
     3<!ENTITY day          "14">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 12th &year;">
     9<!ENTITY releasedate  "October 14th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r9c30e17 r1fa4314  
    4646
    4747    <listitem>
     48      <para>October 14th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[igor] - Update to ffmpeg-2.8. Fixes
     52          <ulink url="&blfs-ticket-root;6914">#6914</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>October 12th, 2015</para>
    4959      <itemizedlist>
  • multimedia/videoutils/ffmpeg.xml

    r9c30e17 r1fa4314  
    99  <!ENTITY ffmpeg-md5sum        "7eb2140bab9f0a8669b65b50c8e4cfb5">
    1010  <!ENTITY ffmpeg-size          "7.8 MB">
    11   <!ENTITY ffmpeg-buildsize     "1.1 GB (with optional docs); additional 2.3 GB to run the FATE suite)">
    12   <!ENTITY ffmpeg-time          "1.8 SBU (with -j4 and optional docs); additional 2.8 SBU, with THREADS=4, to run the FATE suite, after sample files are downloaded">
     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)">
    1313]>
    1414
     
    9090      <xref linkend="libvpx"/>,
    9191      <xref linkend="opus"/>,
    92       <xref linkend="x264"/>, and
     92      <xref linkend="x264"/>,
     93      <xref linkend="x265"/>, and
    9394      <xref linkend="yasm"/>
    9495    </para>
     
    186187            --enable-libvpx      \
    187188            --enable-libx264     \
     189            --enable-libx265     \
    188190            --enable-x11grab     \
    189191            --docdir=/usr/share/doc/ffmpeg-&ffmpeg-version; &amp;&amp;
     
    389391      H.264/MPEG-4 AVC encoding via <filename
    390392      class="libraryfile">libx264</filename>.
     393    </para>
     394
     395    <para>
     396      <parameter>--enable-libx265</parameter>: Enables high-quality
     397      H.265/HEVC encoding via <filename
     398      class="libraryfile">libx265</filename>.
    391399    </para>
    392400
  • packages.ent

    r9c30e17 r1fa4314  
    744744
    745745<!-- Chapter 48 -->
    746 <!ENTITY ffmpeg-version               "2.7.2">
     746<!ENTITY ffmpeg-version               "2.8">
    747747<!ENTITY mplayer-version              "SVN-r37520">
    748748<!ENTITY xine-ui-version              "0.99.9">
Note: See TracChangeset for help on using the changeset viewer.