Changeset 3507f80


Ignore:
Timestamp:
07/09/2019 03:51:30 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.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:
f03ef8a2
Parents:
ce5819b
Message:

firefox-68.0.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rce5819b r3507f80  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "08">                   <!-- Always 2 digits -->
     3<!ENTITY day          "09">                   <!-- Always 2 digits -->
    44<!ENTITY month        "07">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "July 8th, &year;">
     9<!ENTITY releasedate  "July 9th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rce5819b r3507f80  
    4242    </listitem>
    4343    -->
     44
     45    <listitem>
     46      <para>July 9th, 2019</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[ken] - Update to firefox-68.0. Fixes
     50          <ulink url="&blfs-ticket-root;12242">#12242</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
    4454
    4555    <listitem>
  • packages.ent

    rce5819b r3507f80  
    868868<!ENTITY epiphany-version             "3.32.3">
    869869<!ENTITY falkon-version               "3.0.1">
    870 <!ENTITY firefox-version              "67.0.4">
     870<!ENTITY firefox-version              "68.0">
    871871<!ENTITY flashplayer-version          "27.0.0.187">
    872872<!ENTITY qupzilla-version             "2.2.6">
  • xsoft/graphweb/firefox.xml

    rce5819b r3507f80  
    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        "6631ff5d6cf74bc881d68c375e628ebd">
    10   <!ENTITY firefox-size          "273 MB">
     9  <!ENTITY firefox-md5sum        "02cc438f5063d8e6a09644062aa825ba">
     10  <!ENTITY firefox-size          "302 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     "3.9 GB (160 MB installed) without tests">
     13  <!ENTITY firefox-buildsize     "4.1 GB (162 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          "28 SBU (with parallelism=4) without tests">
     17  <!ENTITY firefox-time          "25 SBU (with parallelism=4) without tests">
    1818]>
    1919
     
    179179      <xref linkend="dbus-glib"/>,
    180180      <xref linkend="doxygen"/>,
    181       <xref linkend="GConf"/>,
    182181      <xref role="runtime" linkend="ffmpeg"/> (runtime, to play mov, mp3 or mp4 files),
    183182      <!--      <phrase revision="sysv"><ulink url="http://sourceforge.net/projects/liboauth/files/">liboauth</ulink></phrase> -->
     
    237236# Uncomment the following option if you have not installed PulseAudio
    238237#ac_add_options --disable-pulseaudio
    239 # and uncomment this if you installed alsa-lib instead of PulseAudio
     238# or uncomment this if you installed alsa-lib instead of PulseAudio
    240239#ac_add_options --enable-alsa
    241 
    242 # If you have installed GConf, comment out this line
    243 ac_add_options --disable-gconf
    244 
    245 # From firefox-61, the stylo CSS code can no-longer be disabled
    246240
    247241# Comment out following options if you have not installed
     
    249243ac_add_options --enable-system-sqlite
    250244ac_add_options --with-system-libevent
    251 # current firefox fails to build against libvpx-1.8.0
    252 #ac_add_options --with-system-libvpx
    253245# firefox-65 understands webp and ships with an included copy
    254246ac_add_options --with-system-webp
Note: See TracChangeset for help on using the changeset viewer.