ffmpeg5 update: Fix building QtWebEngine with ffmpeg-5.

This commit is contained in:
Douglas R. Reno 2022-07-12 00:58:32 -05:00
parent dafe226652
commit aebb527112
2 changed files with 16 additions and 1 deletions

View File

@ -44,6 +44,9 @@
<listitem>
<para>July 12th, 2022</para>
<itemizedlist>
<listitem>
<para>[renodr] - Fix building QtWebEngine with ffmpeg-5.</para>
</listitem>
<listitem>
<para>[renodr] - Update to audacious and audacious-plugins-4.2.
Provides support for ffmpeg-5. Fixes

View File

@ -238,10 +238,16 @@
</listitem>-->
<listitem>
<para>
Required patch:-->
Required patch:
<ulink url="&patch-root;/qtwebengine-&qtwebengine-version;-build_fixes-1.patch"/>
</para>
</listitem>
<listitem>
<para>
Required patch:
<ulink url="&patch-root;/qtwebengine-&qtwebengine-version;-ffmpeg5_fixes-1.patch"/>
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">qtwebengine Dependencies</bridgehead>
@ -333,6 +339,12 @@
<screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-&qtwebengine-version;-build_fixes-1.patch</userinput></screen>
<para>
Apply a patch that resolves problems when building with ffmpeg-5:
</para>
<screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-&qtwebengine-version;-ffmpeg5_fixes-1.patch</userinput></screen>
<!-- start of commands for git versions only -->
<para>
Although the build_fixes patch has ensured that git is not invoked during the build,