Ignore:
Timestamp:
09/03/2019 04:15:48 PM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
059e4c3
Parents:
63438ec
Message:

firefox-69.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22089 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r63438ec r703f0ce  
    77  <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.xz">
    88  <!ENTITY firefox-download-ftp  " ">
    9   <!ENTITY firefox-md5sum        "efb501a4e8100991d90c589cb6837798">
    10   <!ENTITY firefox-size          "297 MB">
     9  <!ENTITY firefox-md5sum        "22e8ec79442d04cfc63c5822b321cd9c">
     10  <!ENTITY firefox-size          "309 MB">
    1111  <!-- NB with stylo, much of the build uses rust, and therefore cargo files.
    1212    But the extra cached cargo files, if any, seem to be minimal -->
    13   <!ENTITY firefox-buildsize     "4.1 GB (162 MB installed) without tests">
     13  <!ENTITY firefox-buildsize     "4.2 GB (165 MB installed) without tests">
    1414  <!-- editors: with ff63 and rust-1.29, ./mach build -j4 is probably the
    1515   most practical way to get a timing on a machine with more cores, if taking
    1616   cores offline is not practical. If in doubt, round up -->
    17   <!ENTITY firefox-time          "25 SBU (with parallelism=4) without tests">
     17  <!ENTITY firefox-time          "32 SBU (with parallelism=4) without tests">
    1818]>
    1919
     
    139139      <xref linkend="autoconf213"/>,
    140140      <xref linkend="cbindgen"/>,
     141      <!-- with ff-69.0 the configure system was happy to continue to disable
     142        dbus-glib, but linking libxul.so failed because rust code uses it, so
     143        make it required and remove from mozconfig : ken -->
     144      <xref linkend="dbus-glib"/>,
    141145      both <xref linkend="gtk3"/> and
    142146      <xref linkend="gtk2"/>,
     
    177181    <para role="optional">
    178182      <xref linkend="curl"/>,
    179       <xref linkend="dbus-glib"/>,
    180183      <xref linkend="doxygen"/>,
    181184      <xref role="runtime" linkend="ffmpeg"/> (runtime, to play mov, mp3 or mp4 files),
     
    215218<literal># If you have a multicore machine, all cores will be used by default.
    216219
    217 # If you have installed dbus-glib, comment out this line:
    218 ac_add_options --disable-dbus
    219 
    220 # If you have installed dbus-glib, and you have installed (or will install)
    221 # wireless-tools, and you wish to use geolocation web services, comment out
    222 # this line
     220# If you have installed (or will install) wireless-tools, and you wish
     221# to use geolocation web services, comment out this line
    223222ac_add_options --disable-necko-wifi
    224223
     
    358357      is mounted.
    359358    </para></note>
    360 
    361     <para>
    362       If you are still using ICU-63, run a sed to avoid a conflict between
    363       upstream ICU's use of <literal>CheckImpl()</literal> in their public headers
    364       and firefox's internal use of a different <literal>CheckImpl()</literal>.
    365     </para>
    366 
    367 <screen role="nodump"><userinput>sed -e 's/checkImpl/checkFFImpl/g' -i js/src/vm/JSContext*.h</userinput></screen>
    368359
    369360    <para>
Note: See TracChangeset for help on using the changeset viewer.