Changeset 6eb5d2e7


Ignore:
Timestamp:
12/20/2018 01:48:49 AM (5 years ago)
Author:
Tim Tassonis <stuff@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
2da67db
Parents:
2a11c24
Message:

Update to ffmpeg-4.1

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

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

    r2a11c24 r6eb5d2e7  
    4343-->
    4444    <listitem>
     45      <para>December 20th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[timtas] - Update to ffmpeg-4.1. Fixes
     49          <ulink url="&blfs-ticket-root;11310">#11310</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>December 19th, 2018</para>
    4656      <itemizedlist>
  • multimedia/videoutils/ffmpeg.xml

    r2a11c24 r6eb5d2e7  
    77  <!ENTITY ffmpeg-download-http "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.xz">
    88  <!ENTITY ffmpeg-download-ftp  " ">
    9   <!ENTITY ffmpeg-md5sum        "ae0bfdf809306a212b4f0e6eb8d1c75e">
    10   <!ENTITY ffmpeg-size          "8.3 MB">
    11   <!ENTITY ffmpeg-buildsize     "154 MB (add 3.1 GB for the FATE suite/tests, add 17 MB for docs)">
     9  <!ENTITY ffmpeg-md5sum        "8107e8f22a33b27a5e34b38e628eecc6">
     10  <!ENTITY ffmpeg-size          "11 MB">
     11  <!ENTITY ffmpeg-buildsize     "160 MB (add 3.1 GB for the FATE suite/tests, add 17 MB for docs)">
    1212  <!ENTITY ffmpeg-time          "1.8 SBU (using parallelism=4; add 3.8 SBU (with THREADS=4) to run the FATE suite after sample files are downloaded; add 0.4 SBU for docs)">
    1313]>
  • packages.ent

    r2a11c24 r6eb5d2e7  
    963963
    964964<!-- Chapter 48 -->
    965 <!ENTITY ffmpeg-version               "4.0.2">
     965<!ENTITY ffmpeg-version               "4.1">
    966966<!ENTITY mplayer-version              "1.3.0">
    967967<!ENTITY xine-ui-version              "0.99.10">
Note: See TracChangeset for help on using the changeset viewer.