Changeset 81b3e7fd
- Timestamp:
- 03/09/2017 03:30:17 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 48b0ed4
- Parents:
- 576b3dd
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r576b3dd r81b3e7fd 47 47 <itemizedlist> 48 48 <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> 49 53 <para>[ken] - Change how libICE (xorg-lib) is compiled because of a 50 54 problem in pulseaudio, add further switch to pulseaudio. Fixes -
packages.ent
r576b3dd r81b3e7fd 694 694 <!-- Chapter 43 --> 695 695 <!ENTITY chromium-version "56.0.2924.87"> 696 <!ENTITY firefox-version "5 1.0.1">696 <!ENTITY firefox-version "52.0"> 697 697 <!ENTITY flashplayer-version "24.0.0.221"> 698 698 <!ENTITY seamonkey-version "2.46"> -
xsoft/graphweb/firefox.xml
r576b3dd r81b3e7fd 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 " 05d8d655983d21d5059d5c886b2e6a9c">10 <!ENTITY firefox-size " 193 MB">11 <!ENTITY firefox-buildsize "4. 7 GB (96MB installed)">9 <!ENTITY firefox-md5sum "76cf84d46590f60f13b0b3dda65d19ae"> 10 <!ENTITY firefox-size "203 MB"> 11 <!ENTITY firefox-buildsize "4.8 GB (94 MB installed)"> 12 12 <!ENTITY firefox-time "14 SBU (with parallelism=4 on a recent intel i7, much longer on lesser CPUs)"> 13 13 ]> … … 108 108 <bridgehead renderas="sect4">Required</bridgehead> 109 109 <para role="required"> 110 <xref linkend="alsa-lib"/>,111 110 <xref linkend="autoconf213"/>, 112 111 <xref linkend="gtk3"/> 113 112 (or <xref linkend="gtk2"/> if you change the mozconfig where indicated), 114 113 <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), 115 118 <xref linkend="unzip"/>, 116 119 <xref linkend="yasm"/>, and … … 159 162 <xref linkend="libwebp"/>, 160 163 <xref linkend="openjdk"/>, 161 <xref linkend="pulseaudio"/>,162 164 <xref linkend="startup-notification"/>, 163 165 <xref linkend="valgrind"/>, … … 214 216 #ac_add_options --enable-startup-notification 215 217 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 218 222 219 223 # If you have installed GConf, comment out this line
Note:
See TracChangeset
for help on using the changeset viewer.