Author: ken
Date: Wed Apr 25 20:48:59 2018
New Revision: 20117

Log:
Firefox on e.g. youtube is broken with ffmpeg-4.0.0 - thanks to Brendan L for 
the notification and testing, and to Markku Pesonen. It seems likely that 
seamonkey may also need a similar fix, but I will leave that to someone who 
uses that package.

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/xsoft/graphweb/firefox.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Wed Apr 25 18:57:52 
2018        (r20116)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Wed Apr 25 20:48:59 
2018        (r20117)
@@ -45,6 +45,9 @@
       <para>April 25th, 2018</para>
       <itemizedlist>
         <listitem>
+          <para>[ken] - Patch firefox-59.0.2 to work with ffmpeg-4.0.0.</para>
+        </listitem>
+        <listitem>
           <para>[pierre] - Update to openjdk-10.0.1+10. Fixes
           <ulink url="&blfs-ticket-root;10592">#10592</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
==============================================================================
--- trunk/BOOK/xsoft/graphweb/firefox.xml       Wed Apr 25 18:57:52 2018        
(r20116)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml       Wed Apr 25 20:48:59 2018        
(r20117)
@@ -97,6 +97,9 @@
     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     <itemizedlist spacing="compact">
       <listitem>
+        <para>Required patch: <ulink 
url="&patch-root;/firefox-&firefox-version;-ffmpeg4.0-1.patch"/></para>
+      </listitem>
+      <listitem>
         <para>
           Optional patch to allow system versions of <xref 
linkend="graphite2"/>
           and <xref linkend="harfbuzz"/>:
@@ -351,12 +354,8 @@
       <envar>SHELL=/bin/sh</envar>.
     </para></note>
 
-<!-- the BINDGEN_CFLAGS are to work around
- https://bugzilla.mozilla.org/show_bug.cgi?id=1341234
- which is reported to be fixed in ff58 -->
-<screen><userinput>
-./mach build
-</userinput></screen>
+<screen><userinput>patch -Np1 -i 
../firefox-&firefox-version;-ffmpeg-4.0-1.patch &amp;&amp;
+./mach build</userinput></screen>
 
     <para>
       The <filename>mozconfig</filename> above disables the tests because
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to