Changeset 87fa171


Ignore:
Timestamp:
07/17/2022 06:08:15 PM (22 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 11.3, 12.0, 12.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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
13cfc2c
Parents:
8c94548
Message:

Update to firefox-102.0.1esr

Also fix building against alsa without pulseaudio (fix by
Thomas Trepl).

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r8c94548 r87fa171  
    4545      <para>July 17th, 2022</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Fix building firefox against alsa without pulseaudio.
     49          Fixes <ulink url="&blfs-ticket-root;16764">#16764</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[pierre] - Update to firefox-102.0.1esr. Fixes
     53          <ulink url="&blfs-ticket-root;16791">#16791</ulink>.</para>
     54        </listitem>
    4755        <listitem>
    4856          <para>[pierre] - Add MOZBUILD_STATE_PATH variable for thunderbird.
  • packages.ent

    r8c94548 r87fa171  
    960960
    961961<!-- for firefox-legacy-version use JS78-version: f-l archived at version 78.15.0 -->
    962 <!ENTITY firefox-version              "102.0">
     962<!ENTITY firefox-version              "102.0.1">
    963963<!ENTITY flashplayer-version          "27.0.0.187">
    964964<!ENTITY qupzilla-version             "2.2.6">
  • xsoft/graphweb/firefox.xml

    r8c94548 r87fa171  
    77  <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;esr/source/firefox-&firefox-version;esr.source.tar.xz">
    88  <!ENTITY firefox-download-ftp  " ">
    9   <!ENTITY firefox-md5sum        "72d8bf3644c4db2cced72fa3f712a4a1">
    10   <!ENTITY firefox-size          "464 MB">
     9  <!ENTITY firefox-md5sum        "4820c6e97dfe5f04dda68f1c7f0e187e">
     10  <!ENTITY firefox-size          "459 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     "7.1 GB (199 MB installed) without tests">
     13  <!ENTITY firefox-buildsize     "7 GB (199 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 (on a typical 4-core machine) without tests">
     17  <!ENTITY firefox-time          "22 SBU (on a typical 4-core machine) without tests">
    1818]>
    1919
     
    237237# startup-notification is required since firefox-78
    238238
    239 # Uncomment the following option if you have not installed PulseAudio
    240 #ac_add_options --disable-pulseaudio
    241 # or uncomment this if you installed alsa-lib instead of PulseAudio
    242 #ac_add_options --enable-alsa
     239# Uncomment the following option if you have not installed PulseAudio and
     240# want to use alpha instead
     241#ac_add_options --enable-audio-backends=alsa
    243242
    244243# Comment out following options if you have not installed
     
    642641        </seg>
    643642        <seg>
    644           /usr/lib/firefox
     643          /usr/lib/firefox
    645644        </seg>
    646645      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.