Changeset aebb5271


Ignore:
Timestamp:
07/12/2022 05:58:32 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:
86bb3fe8
Parents:
dafe226
Message:

ffmpeg5 update: Fix building QtWebEngine with ffmpeg-5.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rdafe226 raebb5271  
    4545      <para>July 12th, 2022</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Fix building QtWebEngine with ffmpeg-5.</para>
     49        </listitem>
    4750        <listitem>
    4851          <para>[renodr] - Update to audacious and audacious-plugins-4.2.
  • x/lib/qtwebengine.xml

    rdafe226 raebb5271  
    239239      <listitem>
    240240        <para>
    241           Required patch:-->
     241          Required patch:
    242242          <ulink url="&patch-root;/qtwebengine-&qtwebengine-version;-build_fixes-1.patch"/>
     243        </para>
     244      </listitem>
     245      <listitem>
     246        <para>
     247          Required patch:
     248          <ulink url="&patch-root;/qtwebengine-&qtwebengine-version;-ffmpeg5_fixes-1.patch"/>
    243249        </para>
    244250      </listitem>
     
    333339
    334340<screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-&qtwebengine-version;-build_fixes-1.patch</userinput></screen>
     341
     342    <para>
     343      Apply a patch that resolves problems when building with ffmpeg-5:
     344    </para>
     345
     346<screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-&qtwebengine-version;-ffmpeg5_fixes-1.patch</userinput></screen>
    335347
    336348<!-- start of commands for git versions only -->
Note: See TracChangeset for help on using the changeset viewer.