Changeset 8509951


Ignore:
Timestamp:
01/04/2024 03:44:22 AM (5 months ago)
Author:
Rahul Chandra <rahul@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
9848345e
Parents:
18fe946
Message:

Update to ffmpeg-6.6.1

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r18fe946 r8509951  
    4242      <para>January 3rd, 2024</para>
    4343      <itemizedlist>
     44        <listitem>
     45          <para>[rahul] - Update to ffmpeg-6.1.1. Fixes
     46          <ulink url="&blfs-ticket-root;19074">#19074</ulink>.</para>
     47        </listitem>
    4448        <listitem>
    4549          <para>[rahul] - Update to icewm-3.4.5. Fixes
  • multimedia/videoutils/ffmpeg.xml

    r18fe946 r8509951  
    77  <!ENTITY ffmpeg-download-http "https://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.xz">
    88  <!ENTITY ffmpeg-download-ftp  " ">
    9   <!ENTITY ffmpeg-md5sum        "5898f671dca522f537c3b57d1d6b57a3">
     9  <!ENTITY ffmpeg-md5sum        "341d719415b7f95bb59f5016f2864ac6">
    1010  <!ENTITY ffmpeg-size          "10 MB">
    11   <!ENTITY ffmpeg-buildsize     "239 MB (add 1.5 GB for the FATE suite/tests, add 792 MB for documentation)">
     11  <!ENTITY ffmpeg-buildsize     "237 MB (add 1.5 GB for the FATE suite/tests, add 792 MB for documentation)">
    1212  <!ENTITY ffmpeg-time          "1.3 SBU (using parallelism=4; add 3.2 SBU (with THREADS=4) to run the FATE suite after sample files are downloaded; add 0.3 SBU for doxygen docs)">
    1313]>
     
    131131      <xref linkend="xvid"/>,
    132132      <xref linkend="x-window-system"/>,
     133      <ulink url="https://code.videolan.org/videolan/dav1d">dav1d</ulink>,
    133134      <ulink url="https://github.com/festvox/flite">Flite</ulink>,
    134135      <ulink url="https://www.quut.com/gsm/">GSM</ulink>,
     
    193194            --enable-libx265     \
    194195            --enable-openssl     \
     196            --ignore-tests=enhanced-flv-av1 \
    195197            --docdir=/usr/share/doc/ffmpeg-&ffmpeg-version; &amp;&amp;
    196198
     
    314316    <title>Command Explanations</title>
    315317
    316     <para>
    317       <command>sed -i ... configure</command>: This command adds the
    318       <application>ALSA</application> library to the
    319       <application>Flite</application> <envar>LDFLAGS</envar> variable and
    320       enables the discovery of <application>Flite</application>.
    321     </para>
    322318
    323319    <para>
     
    438434      <option>--enable-vulkan</option>: Enables support for using Vulkan for
    439435      video acceleration.
     436    </para>
     437
     438    <para>
     439      <option>--ignore-tests=...</option>: Disables tests that fail to run on
     440      BLFS without the optional packages. Currently the AV1 test is disabled
     441      as it needs dav1d to do AV1 decoding on the CPU. The test might work if
     442      you have a GPU that can decode AV1, but this was not tested.
    440443    </para>
    441444
  • packages.ent

    r18fe946 r8509951  
    11131113
    11141114<!-- Chapter 44 -->
    1115 <!ENTITY ffmpeg-version               "6.1">
     1115<!ENTITY ffmpeg-version               "6.1.1">
    11161116<!ENTITY mplayer-version              "1.5">
    11171117<!ENTITY mpv-version                  "0.37.0">
Note: See TracChangeset for help on using the changeset viewer.