Changeset 7ebe22e
- Timestamp:
- 01/28/2019 08:57:18 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.4, 9.0, 9.1, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- cdc1afd
- Parents:
- e8af989
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
re8af989 r7ebe22e 46 46 <para>January 28th, 2019</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[ken] - Update to firefox-65.0. Now supports webp. Fixes 50 <ulink url="&blfs-ticket-root;11597">#11597</ulink>.</para> 51 </listitem> 48 52 <listitem> 49 53 <para>[pierre] - Move Python 2 to optional in tracker: it is -
packages.ent
re8af989 r7ebe22e 855 855 <!ENTITY epiphany-version "3.30.2"> 856 856 <!ENTITY falkon-version "3.0.1"> 857 <!ENTITY firefox-version "6 4.0.2">857 <!ENTITY firefox-version "65.0"> 858 858 <!ENTITY flashplayer-version "27.0.0.187"> 859 859 <!ENTITY qupzilla-version "2.2.6"> -
xsoft/graphweb/firefox.xml
re8af989 r7ebe22e 7 7 <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.xz"> 8 8 <!ENTITY firefox-download-ftp " "> 9 <!ENTITY firefox-md5sum " 68332fbd4ffcb748cd72772e50157dfa">10 <!ENTITY firefox-size "26 1MB">9 <!ENTITY firefox-md5sum "b5f952cbb1b1edbae43f6a469059099b"> 10 <!ENTITY firefox-size "266 MB"> 11 11 <!-- NB with stylo, much of the build uses rust, and therefore cargo files. 12 12 But the extra cached cargo files, if any, seem to be minimal --> 13 <!ENTITY firefox-buildsize " 8.9 GB (141MB installed) without tests">13 <!ENTITY firefox-buildsize "9.4 GB (147 MB installed) without tests"> 14 14 <!-- editors: with ff63 and rust-1.29, ./mach build -j4 is probably the 15 15 most practical way to get a timing on a machine with more cores, if taking 16 16 cores offline is not practical. If in doubt, round up --> 17 <!ENTITY firefox-time " 24SBU (with parallelism=4) without tests">17 <!ENTITY firefox-time "31 SBU (with parallelism=4) without tests"> 18 18 ]> 19 19 … … 160 160 <xref linkend="icu"/>, 161 161 <xref linkend="libevent"/>, 162 <xref linkend="libvpx"/>, and 162 <xref linkend="libvpx"/>, 163 <xref linkend="libwebp"/>, and 163 164 <xref linkend="sqlite"/> 164 165 </para> … … 343 344 <para> 344 345 <!-- 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. 347 350 </para> 348 351 … … 525 528 If you use <command>pulseaudio</command> in a Desktop Environment, it 526 529 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 529 533 encounter error messages warning <literal>Can't get cubeb 530 534 context!</literal>
Note:
See TracChangeset
for help on using the changeset viewer.