Ignore:
Timestamp:
01/28/2019 08:57:18 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, 8.4, 9.0, 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:
cdc1afd
Parents:
e8af989
Message:

Firefox-65.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    re8af989 r7ebe22e  
    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        "68332fbd4ffcb748cd72772e50157dfa">
    10   <!ENTITY firefox-size          "261 MB">
     9  <!ENTITY firefox-md5sum        "b5f952cbb1b1edbae43f6a469059099b">
     10  <!ENTITY firefox-size          "266 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     "8.9 GB (141 MB installed) without tests">
     13  <!ENTITY firefox-buildsize     "9.4 GB (147 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          "24 SBU (with parallelism=4) without tests">
     17  <!ENTITY firefox-time          "31 SBU (with parallelism=4) without tests">
    1818]>
    1919
     
    160160      <xref linkend="icu"/>,
    161161      <xref linkend="libevent"/>,
    162       <xref linkend="libvpx"/>, and
     162      <xref linkend="libvpx"/>,
     163      <xref linkend="libwebp"/>, and
    163164      <xref linkend="sqlite"/>
    164165    </para>
     
    343344    <para>
    344345<!--  Invoke the Python script to compile the package: -->
    345       Fix a problem with certain versions of ICU, then invoke the Python script
    346       to compile the package.
     346      To use the system version of ICU, run a sed to avoid a conflict between
     347      upstream ICU's use of <literal>CheckImpl()</literal> in their public headers
     348      and firefox's internal use of a different <literal>CheckImpl()</literal>.
     349      Then invoke the Python2 script to compile the package.
    347350    </para>
    348351
     
    525528        If you use <command>pulseaudio</command> in a Desktop Environment, it
    526529        might already be started by that DE.  But if it is not, although
    527         firefox-57 managed to start it, firefox-58 does not.  If you run
    528         <command>firefox</command> from a term, trying to play sound will
     530        firefox-57 managed to start it, firefox-58 did not.  If you run
     531        <command>firefox</command> from a term and this problem is present,
     532        trying to play sound will
    529533        encounter error messages warning <literal>Can't get cubeb
    530534        context!</literal>
Note: See TracChangeset for help on using the changeset viewer.