Changeset 8e7e549


Ignore:
Timestamp:
07/24/2014 11:40:15 AM (10 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.6, 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, krejzi/svn, 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:
66370fc
Parents:
5b3204d
Message:

Update to ffmpeg-2.3.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5b3204d r8e7e549  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "23">                   <!-- Always 2 digits -->
     3<!ENTITY day          "24">                   <!-- Always 2 digits -->
    44<!ENTITY month        "07">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "July 23rd, &year;">
     9<!ENTITY releasedate  "July 24th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r5b3204d r8e7e549  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>July 24th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[igor] - Update to ffmpeg-2.3. Fixes
     52          <ulink url="&blfs-ticket-root;5265">#5265</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
    4656
    4757    <listitem>
  • multimedia/videoutils/ffmpeg.xml

    r5b3204d r8e7e549  
    77  <!ENTITY ffmpeg-download-http "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.bz2">
    88  <!ENTITY ffmpeg-download-ftp  " ">
    9   <!ENTITY ffmpeg-md5sum        "5b85aea53d8dcd5b0f7b497f233bc101">
    10   <!ENTITY ffmpeg-size          "6.7 MB">
    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)">
     9  <!ENTITY ffmpeg-md5sum        "00f98a030d21366b6583875d57d98c27">
     10  <!ENTITY ffmpeg-size          "7.1 MB">
     11  <!ENTITY ffmpeg-buildsize     "119 MB (additional 764 MB for docs and 1813 MB to run the FATE tests)">
     12  <!ENTITY ffmpeg-time          "3.4 SBU (additional 1.2 SBU for docs and 7.2 SBU to run the FATE tests, after sample files are downloaded)">
    1313]>
    1414
     
    8686      <xref linkend="fdk-aac"/>,
    8787      <xref linkend="lame"/>,
    88       <xref linkend="opus"/>,
    8988      <xref linkend="libtheora"/>,
    9089      <xref linkend="libvorbis"/>,
     
    114113      <xref linkend="fontconfig"/>,
    115114      <xref linkend="gnutls"/>,
     115      <xref linkend="opus"/>,
    116116<!--  <ulink url="http://www.piksel.org/frei0r">frei0r</ulink>,-->
    117117      <ulink url="https://files.dyne.org/frei0r/snapshots/">frei0r</ulink>,
     
    178178            --enable-libfdk-aac  \
    179179            --enable-libmp3lame  \
    180             --enable-libopus     \
    181180            --enable-libtheora   \
    182181            --enable-libvorbis   \
     
    330329      <parameter>--enable-libmp3lame</parameter>: Enables MP3 audio encoding via
    331330      <filename class="libraryfile">libmp3lame</filename>.
    332     </para>
    333 
    334     <para>
    335       <parameter>--enable-libopus</parameter>: Enables Opus encoding for low
    336       latency streaming via <filename class="libraryfile">libopus</filename>.
    337331    </para>
    338332
  • packages.ent

    r5b3204d r8e7e549  
    658658
    659659<!-- Chapter 40 -->
    660 <!ENTITY ffmpeg-version               "2.2.4">
     660<!ENTITY ffmpeg-version               "2.3">
    661661<!ENTITY mplayer-version              "1.1.1">
    662662<!ENTITY xine-ui-version              "0.99.8">
Note: See TracChangeset for help on using the changeset viewer.