Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

This commit is contained in:
Bruce Dubbs 2023-04-04 22:39:30 -05:00
commit d465b311fc

View File

@ -82,12 +82,6 @@
<ulink url="&patch-root;/firefox-&firefox-version;-upstream_fixes-1.patch"/> <ulink url="&patch-root;/firefox-&firefox-version;-upstream_fixes-1.patch"/>
</para> </para>
</listitem> </listitem>
<listitem>
<para>
Required patch for new <xref linkend="ffmpeg"/> API:
<ulink url="&patch-root;/firefox-&firefox-version;-ffmpeg_6-1.patch"/>
</para>
</listitem>
</itemizedlist> </itemizedlist>
<note> <note>
@ -377,12 +371,6 @@ echo "613364a7-9418-4c86-bcee-57e32fd70c23" > mozilla-key</userinput></screen>
<screen><userinput remap="pre">patch -Np1 -i ../firefox-&firefox-version;-upstream_fixes-1.patch</userinput></screen> <screen><userinput remap="pre">patch -Np1 -i ../firefox-&firefox-version;-upstream_fixes-1.patch</userinput></screen>
<para>
Apply the following patch so that firefox is able to play H.264 videos:
</para>
<screen><userinput remap="pre">patch -Np1 -i ../firefox-&firefox-version;-ffmpeg_6-1.patch</userinput></screen>
<para> <para>
Now invoke the Python <command>mach</command> script to compile the package. Now invoke the Python <command>mach</command> script to compile the package.
</para> </para>