mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
firefox-41.0.2 : Measuring timings is doing my head in - when I installed 41.0 on this same machine (my i3), I calculated 39 SBU. I then retimed it on my A10 (AMD: SBU is slow) and got 30.8 SBUs but went with the intel figure as being "more reliable". Now, I havve measured this point release on the i3, still running 7.8, and it is down to 20 SBU.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16533 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
d915944b93
commit
44204a0c99
@ -47,6 +47,12 @@
|
||||
<listitem>
|
||||
<para>October 15th, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - Update to firefox-41.0.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;6988">#6988</ulink> and
|
||||
addresses the firefox part of
|
||||
<ulink url="&blfs-ticket-root;6998">#6998</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to subversion-1.9.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;6959">#6959</ulink>.</para>
|
||||
|
@ -631,7 +631,7 @@
|
||||
|
||||
<!-- Chapter 43 -->
|
||||
<!ENTITY seamonkey-version "2.38">
|
||||
<!ENTITY firefox-version "41.0">
|
||||
<!ENTITY firefox-version "41.0.2">
|
||||
|
||||
<!-- Chapter 44 -->
|
||||
<!ENTITY balsa-version "2.5.2">
|
||||
|
@ -8,10 +8,10 @@
|
||||
<!-- 550 Permission denied.
|
||||
<!ENTITY firefox-download-ftp "&mozilla-ftp;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2"> -->
|
||||
<!ENTITY firefox-download-ftp " ">
|
||||
<!ENTITY firefox-md5sum "81324515c2f562db8c4800ebafaa5d25">
|
||||
<!ENTITY firefox-md5sum "d71f0f761c51aeae03e367001afc9f8d">
|
||||
<!ENTITY firefox-size "153 MB">
|
||||
<!ENTITY firefox-buildsize "4.0 GB (77 MB installed)">
|
||||
<!ENTITY firefox-time "39 SBU">
|
||||
<!ENTITY firefox-time "20 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="firefox" xreflabel="Firefox-&firefox-version;">
|
||||
@ -110,7 +110,7 @@
|
||||
an older version of Firefox), check if
|
||||
<filename>/usr/lib/python&python2-majorver;/lib-dynload/_ssl.so</filename>
|
||||
exists. If it does not, reinstall <xref linkend="python2"/> (after
|
||||
installing <xref linkend="openssl"/>. The latest version of any
|
||||
installing <xref linkend="openssl"/>). The latest version of any
|
||||
<emphasis>currently maintained</emphasis> version of Openssl should be
|
||||
satisfactory if already installed.
|
||||
</para>
|
||||
@ -125,7 +125,7 @@
|
||||
<xref linkend="gst10-plugins-base"/> (with
|
||||
<xref linkend="gst10-plugins-good"/> and
|
||||
<xref linkend="gst10-libav"/> at runtime),
|
||||
<xref linkend="libnotify"/>,
|
||||
<xref linkend="libnotify"/> (at runtime),
|
||||
<xref linkend="openjdk"/>,
|
||||
<xref linkend="pulseaudio"/>,
|
||||
<xref linkend="startup-notification"/>,
|
||||
@ -174,9 +174,6 @@ ac_add_options --disable-necko-wifi
|
||||
# If you have installed GConf, comment out this line
|
||||
ac_add_options --disable-gconf
|
||||
|
||||
# If you have installed libnotify comment out this line:
|
||||
ac_add_options --disable-libnotify
|
||||
|
||||
# GStreamer is necessary for H.264 video playback in HTML5 Video Player;
|
||||
# to be enabled, also remember to set "media.gstreamer.enabled" to "true"
|
||||
# in about:config. If you have GStreamer 1.x.y, comment out this line and
|
||||
|
Loading…
Reference in New Issue
Block a user