Changeset e29a0b1
- Timestamp:
- 09/28/2017 04:37:02 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 9dc2505
- Parents:
- 9583e9c8
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r9583e9c8 re29a0b1 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 5"> <!-- Always 2 digits -->3 <!ENTITY day "28"> <!-- Always 2 digits --> 4 4 <!ENTITY month "09"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "September 2 5th, &year;">9 <!ENTITY releasedate "September 28th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r9583e9c8 re29a0b1 43 43 --> 44 44 <listitem> 45 <para>September 28th, 2017</para> 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Update to firefox-56.0 and reinstate system 49 cairo in its build. Fixes 50 <ulink url="&blfs-ticket-root;9820">#9820</ulink>.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 54 55 <listitem> 45 56 <para>September 25th, 2017</para> 46 57 <itemizedlist> -
packages.ent
r9583e9c8 re29a0b1 714 714 <!-- Chapter 43 --> 715 715 <!ENTITY chromium-version "60.0.3112.101"> 716 <!ENTITY firefox-version "5 5.0.3">716 <!ENTITY firefox-version "56.0"> 717 717 <!ENTITY flashplayer-version "26.0.0.151"> 718 718 <!ENTITY seamonkey-version "2.48"> -
xsoft/graphweb/firefox.xml
r9583e9c8 re29a0b1 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 " bc55a68fdd6770215cfa7a49fe7e3c98">10 <!ENTITY firefox-size "2 26MB">11 <!ENTITY firefox-buildsize "6. 0 GB (143MB installed)">12 <!ENTITY firefox-time " 26SBU (with parallelism=4)">9 <!ENTITY firefox-md5sum "d1615a5d49f488bc8c48771669c29542"> 10 <!ENTITY firefox-size "244 MB"> 11 <!ENTITY firefox-buildsize "6.2 GB (139 MB installed)"> 12 <!ENTITY firefox-time "18 SBU (with parallelism=4)"> 13 13 ]> 14 14 … … 76 76 <para> 77 77 Optional patch to allow system versions of <xref linkend="graphite2"/> 78 and <xref linkend="harfbuzz"/> - this should be regarded as experimental78 and <xref linkend="harfbuzz"/> 79 79 <ulink url="&patch-root;/firefox-&firefox-version;-system_graphite2_harfbuzz-1.patch"/> 80 80 </para> … … 123 123 <xref linkend="zip"/> 124 124 </para> 125 126 <note> 127 <para> 128 The firefox developers wish to enable Stylo (replacement code to handle 129 Cascading Style Sheets) by default. At the moment that code cannot build 130 with system versions of nspr and pixman (it fails to find their headers) 131 so the BLFS editors have chosen to disable it. If you choose to enable 132 it, you <emphasis>must</emphasis> add <package>clang</package> from 133 <xref linkend="llvm"/> to the Required dependencies. 134 </para> 135 </note> 125 136 126 137 <bridgehead renderas="sect4">Recommended</bridgehead> … … 231 242 ac_add_options --disable-gconf 232 243 244 # Stylo is the new CSS code, including the rust 'style' 245 # package. It is enabled by default, but cannot find the 246 # headers for system nspr, pixman. If you enable stylo you 247 # must comment out system-nspr and system-pixman, and you 248 # must also have installed clang. 249 ac_add_options --disable-stylo 250 233 251 # Comment out following options if you have not installed 234 252 # recommended dependencies: … … 265 283 ac_add_options --enable-url-classifier 266 284 267 # From firefox-40, using system cairo causes firefox to crash 268 # frequently when it is doing background rendering in a tab. 269 #ac_add_options --enable-system-cairo 285 # From firefox-40, using system cairo caused firefox to crash 286 # frequently when it was doing background rendering in a tab. 287 # This appears to again work in firefox-56 288 ac_add_options --enable-system-cairo 270 289 ac_add_options --enable-system-ffi 271 290 ac_add_options --enable-system-pixman
Note:
See TracChangeset
for help on using the changeset viewer.