Changeset 69b7d08


Ignore:
Timestamp:
07/12/2022 02:01:39 AM (22 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.2, 11.3, 12.0, 12.1, 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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
cac1034
Parents:
99c7372
Message:

ffmpeg5 update: Update to ffmpeg-5.0.1.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r99c7372 r69b7d08  
    4545      <para>July 12th, 2022</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to ffmpeg-5.0.1. Fixes
     49          <ulink url="&blfs-ticket-root;15975">#15975</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[xry111] - Update to efibootmgr-18. Fixes
  • multimedia/videoutils/ffmpeg.xml

    r99c7372 r69b7d08  
    77  <!ENTITY ffmpeg-download-http "https://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.xz">
    88  <!ENTITY ffmpeg-download-ftp  " ">
    9   <!ENTITY ffmpeg-md5sum        "41a1ca8693acc56088e8eaf3899b91ea">
    10   <!ENTITY ffmpeg-size          "9.1 MB">
    11   <!ENTITY ffmpeg-buildsize     "212 MB (add 1.9 GB for the FATE suite/tests, add 1.4 GB for documentation)">
    12   <!ENTITY ffmpeg-time          "1.4 SBU (using parallelism=4; add 1.1 SBU (with THREADS=4) to run the FATE suite after sample files are downloaded; add 0.8 SBU for doxygen docs)">
     9  <!ENTITY ffmpeg-md5sum        "c9541d321f08021d28503d89956e80dd">
     10  <!ENTITY ffmpeg-size          "9.4 MB">
     11  <!ENTITY ffmpeg-buildsize     "218 MB (add 1.9 GB for the FATE suite/tests, add 1.7 GB for documentation)">
     12  <!ENTITY ffmpeg-time          "1.4 SBU (using parallelism=4; add 0.6 SBU (with THREADS=4) to run the FATE suite after sample files are downloaded; add 0.5 SBU for doxygen docs)">
    1313]>
    1414
     
    7777    </itemizedlist>
    7878
     79    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     80    <itemizedlist spacing="compact">
     81      <listitem>
     82        <para>
     83          Required patch:
     84          <ulink url="&patch-root;/ffmpeg-&ffmpeg-version;-api_addition-1.patch"/>
     85        </para>
     86      </listitem>
     87    </itemizedlist>
     88
    7989    <bridgehead renderas="sect3">FFmpeg Dependencies</bridgehead>
    8090
     
    122132      <xref linkend="xvid"/>,
    123133      <xref linkend="x-window-system"/>,
    124       <ulink url="http://www.speech.cs.cmu.edu/flite/">Flite</ulink>,
     134      <ulink url="https://github.com/festvox/flite">Flite</ulink>,
    125135      <ulink url="http://www.quut.com/gsm/">GSM</ulink>,
    126136      <!--<ulink url="http://xhevc.com/en/hevc/decoder/download.jsp">HEVC/H.265</ulink>,-->
     
    159169
    160170    <para>
     171      First, apply a patch that adds an API necessary for some packages to
     172      build:
     173      <!-- qtwebengine -->
     174    </para>
     175
     176<screen><userinput remap="pre">patch -Np1 -i ../ffmpeg-&ffmpeg-version;-api_addition-1.patch</userinput></screen>
     177
     178    <para>
    161179      Install <application>FFmpeg</application> by running the following
    162180      commands:
     
    172190            --enable-shared      \
    173191            --disable-debug      \
    174             --enable-avresample  \
    175192            --enable-libass      \
    176193            --enable-libfdk-aac  \
     
    352369    </para>
    353370
    354     <para>
    355       <parameter>--enable-avresample</parameter>: Enables
     371    <!-- Library was removed in 5.0.1
     372    <para>
     373      <parameter>- -enable-avresample</parameter>: Enables
    356374      <xref linkend="transcode"/> to be compiled.
    357375    </para>
     376    -->
    358377
    359378    <para>
     
    492511        <seg>
    493512          libavcodec.so, libavdevice.so, libavfilter.so,
    494           libavformat.so, libavutil.so, libavresample.so, libpostproc.so,
     513          libavformat.so, libavutil.so, libpostproc.so,
    495514          libswresample.so, and libswscale.so
    496515        </seg>
    497516        <seg>
    498           /usr/include/libav{codec,device,filter,format,resample,util},
     517          /usr/include/libav{codec,device,filter,format,util},
    499518          /usr/include/libpostproc,
    500519          /usr/include/libsw{resample,scale},
  • packages.ent

    r99c7372 r69b7d08  
    10741074
    10751075<!-- Chapter 44 -->
    1076 <!ENTITY ffmpeg-version               "4.4.1">
     1076<!ENTITY ffmpeg-version               "5.0.1">
    10771077<!ENTITY mplayer-version              "export-2021-07-29">
    10781078<!ENTITY xine-ui-version              "0.99.13">
Note: See TracChangeset for help on using the changeset viewer.