Ignore:
Timestamp:
11/10/2023 04:14:45 AM (8 months ago)
Author:
Rahul Chandra <rahulshaku2@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
0cd18b6a
Parents:
24975c4
Message:

Update to ffmpeg-6.0.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/ffmpeg.xml

    r24975c4 r9f55648  
    77  <!ENTITY ffmpeg-download-http "https://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.xz">
    88  <!ENTITY ffmpeg-download-ftp  " ">
    9   <!ENTITY ffmpeg-md5sum        "47b6c5d930937413c3e308e2fdb3dfb5">
     9  <!ENTITY ffmpeg-md5sum        "ce0e7f8abc6b72bb345d1b854760236d">
    1010  <!ENTITY ffmpeg-size          "9.8 MB">
    11   <!ENTITY ffmpeg-buildsize     "187 MB (add 1.5 GB for the FATE suite/tests, add 786 MB for documentation)">
     11  <!ENTITY ffmpeg-buildsize     "243 MB (add 1.5 GB for the FATE suite/tests, add 790 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]>
     
    8080          Required patch:
    8181          <ulink url="&patch-root;/ffmpeg-&ffmpeg-version;-chromium_method-1.patch"/>
    82         </para>
    83       </listitem>
    84       <listitem>
    85         <para>
    86           Required patch:
    87           <ulink url="&patch-root;/ffmpeg-&ffmpeg-version;-binutils_2.41-1.patch"/>
    88         </para>
    89       </listitem>
    90       <listitem>
    91         <para>
    92           Required patch:
    93           <ulink url="&patch-root;/ffmpeg-&ffmpeg-version;-texinfo7_fixes-1.patch"/>
    9482        </para>
    9583      </listitem>
     
    171159    <title>Installation of FFmpeg</title>
    172160
    173     <note>
    174       <para>
    175         Some harmless warnings may be output by the build process regarding
    176         the HTML documentation. This is due to an incompatibility with
    177         Texinfo-7.0 and higher.
    178       </para>
    179     </note>
    180 
    181161    <para>
    182162      First, apply a patch that adds an API necessary for some packages to
     
    186166
    187167<screen><userinput remap="pre">patch -Np1 -i ../ffmpeg-&ffmpeg-version;-chromium_method-1.patch</userinput></screen>
    188 
    189     <para>
    190       Now, apply a patch that allows the package to build with binutils-2.41:
    191       <!-- From upstream -->
    192     </para>
    193 
    194 <screen><userinput remap="pre">patch -Np1 -i ../ffmpeg-&ffmpeg-version;-binutils_2.41-1.patch</userinput></screen>
    195 
    196     <para>
    197       Next, apply a patch that fixes building the documentation with texinfo-7:
    198       <!-- From upstream -->
    199     </para>
    200 
    201 <screen><userinput remap="pre">patch -Np1 -i ../ffmpeg-&ffmpeg-version;-texinfo7_fixes-1.patch</userinput></screen>
    202168
    203169    <para>
Note: See TracChangeset for help on using the changeset viewer.