ffmpeg: fix building with texinfo-7.1 installed.

Thanks goes to Joe Locash for the report and ticket
This commit is contained in:
Douglas R. Reno 2023-11-07 13:50:20 -06:00
parent 4b67e8bf43
commit 485a561654
2 changed files with 17 additions and 0 deletions

View File

@ -41,6 +41,10 @@
<listitem>
<para>November 7th, 2023</para>
<itemizedlist>
<listitem>
<para>[renodr] - Fix building ffmpeg-6.0 with Texinfo-7.1 installed.
Fixes <ulink url="&blfs-ticket-root;18821">#18821</ulink>.</para>
</listitem>
<listitem>
<para>[renodr] - Update to exiv2-0.28.1 (Security Update). Fixes
<ulink url="&blfs-ticket-root;18825">#18825</ulink>.</para>

View File

@ -87,6 +87,12 @@
<ulink url="&patch-root;/ffmpeg-&ffmpeg-version;-binutils_2.41-1.patch"/>
</para>
</listitem>
<listitem>
<para>
Required patch:
<ulink url="&patch-root;/ffmpeg-&ffmpeg-version;-texinfo7_fixes-1.patch"/>
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">FFmpeg Dependencies</bridgehead>
@ -187,6 +193,13 @@
<screen><userinput remap="pre">patch -Np1 -i ../ffmpeg-&ffmpeg-version;-binutils_2.41-1.patch</userinput></screen>
<para>
Next, apply a patch that fixes building the documentation with texinfo-7:
<!-- From upstream -->
</para>
<screen><userinput remap="pre">patch -Np1 -i ../ffmpeg-&ffmpeg-version;-texinfo7_fixes-1.patch</userinput></screen>
<para>
Install <application>FFmpeg</application> by running the following
commands: