Changeset 81b3e7fd


Ignore:
Timestamp:
03/09/2017 03:30:17 AM (7 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
48b0ed4
Parents:
576b3dd
Message:

firefox-52.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r576b3dd r81b3e7fd  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[ken] - firefox-52.0 (pulseaudio is now preferred). Fixes
     50          <ulink url="&blfs-ticket-root;8979">#8979</ulink>.</para>
     51        </listitem>
     52        <listitem>
    4953          <para>[ken] - Change how libICE (xorg-lib) is compiled because of a
    5054          problem in pulseaudio, add further switch to pulseaudio. Fixes
  • packages.ent

    r576b3dd r81b3e7fd  
    694694<!-- Chapter 43 -->
    695695<!ENTITY chromium-version             "56.0.2924.87">
    696 <!ENTITY firefox-version              "51.0.1">
     696<!ENTITY firefox-version              "52.0">
    697697<!ENTITY flashplayer-version          "24.0.0.221">
    698698<!ENTITY seamonkey-version            "2.46">
  • xsoft/graphweb/firefox.xml

    r576b3dd r81b3e7fd  
    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        "05d8d655983d21d5059d5c886b2e6a9c">
    10   <!ENTITY firefox-size          "193 MB">
    11   <!ENTITY firefox-buildsize     "4.7 GB (96 MB installed)">
     9  <!ENTITY firefox-md5sum        "76cf84d46590f60f13b0b3dda65d19ae">
     10  <!ENTITY firefox-size          "203 MB">
     11  <!ENTITY firefox-buildsize     "4.8 GB (94 MB installed)">
    1212  <!ENTITY firefox-time          "14 SBU (with parallelism=4 on a recent intel i7, much longer on lesser CPUs)">
    1313]>
     
    108108    <bridgehead renderas="sect4">Required</bridgehead>
    109109    <para role="required">
    110       <xref linkend="alsa-lib"/>,
    111110      <xref linkend="autoconf213"/>,
    112111      <xref linkend="gtk3"/>
    113112      (or <xref linkend="gtk2"/> if you change the mozconfig where indicated),
    114113      <xref linkend="nss"/>,
     114      <xref linkend="pulseaudio"/>,
     115      (or
     116      <xref linkend="alsa-lib"/> which is now deprecated by mozilla, if you
     117      edit the mozconfig),
    115118      <xref linkend="unzip"/>,
    116119      <xref linkend="yasm"/>, and
     
    159162      <xref linkend="libwebp"/>,
    160163      <xref linkend="openjdk"/>,
    161       <xref linkend="pulseaudio"/>,
    162164      <xref linkend="startup-notification"/>,
    163165      <xref linkend="valgrind"/>,
     
    214216#ac_add_options --enable-startup-notification
    215217
    216 # Comment out following option if you have PulseAudio installed
    217 ac_add_options --disable-pulseaudio
     218# Uncomment the following option if you have not installed PulseAudio
     219#ac_add_options --disable-pulseaudio
     220# and uncomment this if you installed alsa-lib instead of PulseAudio
     221#ac_add_options --enable-alsa
    218222
    219223# If you have installed GConf, comment out this line
Note: See TracChangeset for help on using the changeset viewer.