mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
ffmpeg: fix building with texinfo-7.1 installed.
Thanks goes to Joe Locash for the report and ticket
This commit is contained in:
parent
4b67e8bf43
commit
485a561654
@ -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>
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user