On 28/1/19 10:57 μ.μ., ken--- via blfs-book wrote:
Author: ken
Date: Mon Jan 28 12:57:18 2019
New Revision: 21054
Log:
Firefox-65.0
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/packages.ent
trunk/BOOK/xsoft/graphweb/firefox.xml
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Mon Jan 28 12:48:47
2019 (r21053)
+++ trunk/BOOK/introduction/welcome/changelog.xml Mon Jan 28 12:57:18
2019 (r21054)
@@ -46,6 +46,10 @@
<para>January 28th, 2019</para>
<itemizedlist>
<listitem>
+ <para>[ken] - Update to firefox-65.0. Now supports webp. Fixes
+ <ulink url="&blfs-ticket-root;11597">#11597</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[pierre] - Move Python 2 to optional in tracker: it is
only needed for the "functional" tests.</para>
</listitem>
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent Mon Jan 28 12:48:47 2019 (r21053)
+++ trunk/BOOK/packages.ent Mon Jan 28 12:57:18 2019 (r21054)
@@ -854,7 +854,7 @@
<!ENTITY chromium-version "64.0.3282.186">
<!ENTITY epiphany-version "3.30.2">
<!ENTITY falkon-version "3.0.1">
-<!ENTITY firefox-version "64.0.2">
+<!ENTITY firefox-version "65.0">
<!ENTITY flashplayer-version "27.0.0.187">
<!ENTITY qupzilla-version "2.2.6">
<!ENTITY seamonkey-version "2.49.4">
Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
==============================================================================
--- trunk/BOOK/xsoft/graphweb/firefox.xml Mon Jan 28 12:48:47 2019
(r21053)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml Mon Jan 28 12:57:18 2019
(r21054)
@@ -6,15 +6,15 @@
<!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.xz">
<!ENTITY firefox-download-ftp " ">
- <!ENTITY firefox-md5sum "68332fbd4ffcb748cd72772e50157dfa">
- <!ENTITY firefox-size "261 MB">
+ <!ENTITY firefox-md5sum "b5f952cbb1b1edbae43f6a469059099b">
+ <!ENTITY firefox-size "266 MB">
<!-- NB with stylo, much of the build uses rust, and therefore cargo files.
But the extra cached cargo files, if any, seem to be minimal -->
- <!ENTITY firefox-buildsize "8.9 GB (141 MB installed) without tests">
+ <!ENTITY firefox-buildsize "9.4 GB (147 MB installed) without tests">
<!-- editors: with ff63 and rust-1.29, ./mach build -j4 is probably the
most practical way to get a timing on a machine with more cores, if taking
cores offline is not practical. If in doubt, round up -->
- <!ENTITY firefox-time "24 SBU (with parallelism=4) without tests">
+ <!ENTITY firefox-time "31 SBU (with parallelism=4) without tests">
]>
<sect1 id="firefox" xreflabel="Firefox-&firefox-version;">
@@ -159,7 +159,8 @@
<para role="recommended">
<xref linkend="icu"/>,
<xref linkend="libevent"/>,
- <xref linkend="libvpx"/>, and
+ <xref linkend="libvpx"/>,
+ <xref linkend="libwebp"/>, and
<xref linkend="sqlite"/>
</para>
libwebp is now recommended and optional.
@@ -342,8 +343,10 @@
<para>
<!-- Invoke the Python script to compile the package: -->
- Fix a problem with certain versions of ICU, then invoke the Python script
- to compile the package.
+ To use the system version of ICU, run a sed to avoid a conflict between
+ upstream ICU's use of <literal>CheckImpl()</literal> in their public
headers
+ and firefox's internal use of a different <literal>CheckImpl()</literal>.
+ Then invoke the Python2 script to compile the package.
</para>
<screen><userinput>sed -e 's/checkImpl/checkFFImpl/g' -i js/src/vm/JSContext*.h &&
@@ -524,8 +527,9 @@
<para>
If you use <command>pulseaudio</command> in a Desktop Environment, it
might already be started by that DE. But if it is not, although
- firefox-57 managed to start it, firefox-58 does not. If you run
- <command>firefox</command> from a term, trying to play sound will
+ firefox-57 managed to start it, firefox-58 did not. If you run
+ <command>firefox</command> from a term and this problem is present,
+ trying to play sound will
encounter error messages warning <literal>Can't get cubeb
context!</literal>
</para>
--
Thanos
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page