firefox-36.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15573 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2015-02-27 00:56:59 +00:00
parent b379ac5126
commit 94d8583217
3 changed files with 13 additions and 7 deletions

View File

@ -47,6 +47,10 @@
<listitem> <listitem>
<para>February 26th, 2015</para> <para>February 26th, 2015</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[ken] - Update to firefox-36.0. Fixes
<ulink url="&blfs-ticket-root;6170">#6170</ulink>.</para>
</listitem>
<listitem> <listitem>
<para>[fernando] - Update to mpg123-1.22.0. Fixes <para>[fernando] - Update to mpg123-1.22.0. Fixes
<ulink url="&blfs-ticket-root;6176">#6176</ulink>.</para> <ulink url="&blfs-ticket-root;6176">#6176</ulink>.</para>

View File

@ -590,7 +590,7 @@
<!-- Chapter 35 --> <!-- Chapter 35 -->
<!ENTITY seamonkey-version "2.32.1"> <!ENTITY seamonkey-version "2.32.1">
<!ENTITY firefox-version "35.0.1"> <!ENTITY firefox-version "36.0">
<!-- Chapter 36 --> <!-- Chapter 36 -->
<!ENTITY asymptote-version "2.32"> <!ENTITY asymptote-version "2.32">

View File

@ -8,10 +8,10 @@
"&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2"> "&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
<!ENTITY firefox-download-ftp <!ENTITY firefox-download-ftp
"&mozilla-ftp;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2"> "&mozilla-ftp;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
<!ENTITY firefox-md5sum "82eda528e4570b181aadcee602afda2d"> <!ENTITY firefox-md5sum "74190b0302782a5d25532def423355a7">
<!ENTITY firefox-size "168 MB"> <!ENTITY firefox-size "172 MB">
<!ENTITY firefox-buildsize "5.2 GB (78 MB installed)"> <!ENTITY firefox-buildsize "3.3 GB (74 MB installed, also requires up to 1.7GB of virtual memory for linking during the build)">
<!ENTITY firefox-time "85 SBU"> <!ENTITY firefox-time "25 SBU">
]> ]>
<sect1 id="firefox" xreflabel="Firefox-&firefox-version;"> <sect1 id="firefox" xreflabel="Firefox-&firefox-version;">
@ -129,6 +129,7 @@
<xref linkend="gst10-plugins-good"/> and <xref linkend="gst10-plugins-good"/> and
<xref linkend="gst10-libav"/> at runtime), <xref linkend="gst10-libav"/> at runtime),
<xref linkend="libnotify"/>, <xref linkend="libnotify"/>,
<ulink url="https://code.google.com/p/libproxy/">libproxy</ulink>,
<xref linkend="openjdk"/>, <xref linkend="openjdk"/>,
<xref linkend="pulseaudio"/>, <xref linkend="pulseaudio"/>,
<xref linkend="startup-notification"/>, <xref linkend="startup-notification"/>,
@ -227,18 +228,19 @@ ac_add_options --with-system-zlib
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir</literal> mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir</literal>
EOF</userinput></screen> EOF</userinput></screen>
<!-- this problem seems to have gone with 36.0
<note><para> <note><para>
There is a problem on i686 systems when building There is a problem on i686 systems when building
<application>Firefox</application> with <application>gcc</application> <application>Firefox</application> with <application>gcc</application>
versions ranging from 4.8 to 4.9.1 and using the switch versions ranging from 4.8 to 4.9.1 and using the switch
<quote>--enable-optimize</quote>. There are two alternatives. The best <quote>\-\-enable-optimize</quote>. There are two alternatives. The best
one is to upgrade <application>gcc</application> to version 4.9.2 or later one is to upgrade <application>gcc</application> to version 4.9.2 or later
because it will give better perfomance and smaller binaries. However, if because it will give better perfomance and smaller binaries. However, if
you do not wish to upgrade gcc, reduce the level of optimization with: you do not wish to upgrade gcc, reduce the level of optimization with:
</para> </para>
<screen><userinput>test $(uname -m) = "i686" &amp;&amp; sed -i 's/enable-optimize/&amp;=-O2/' mozconfig || true</userinput></screen> <screen><userinput>test $(uname -m) = "i686" &amp;&amp; sed -i 's/enable-optimize/&amp;=-O2/' mozconfig || true</userinput></screen>
</note> </note>-->
<para> <para>
Compile <application>Firefox</application> by issuing the following Compile <application>Firefox</application> by issuing the following