Changeset 6c6baa91
- Timestamp:
- 07/04/2020 07:37:40 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 23aee7e
- Parents:
- b905a81
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/js68.xml
rb905a81 r6c6baa91 7 7 <!ENTITY js68-download-http "&mozilla-http;/firefox/releases/&JS68-version;esr/source/firefox-&JS68-version;esr.source.tar.xz"> 8 8 <!ENTITY js68-download-ftp " "> 9 <!ENTITY js68-md5sum " a1156aed941b28a06115a9450a46563d">10 <!ENTITY js68-size "30 3MB">9 <!ENTITY js68-md5sum "d94cd12ba6cdad6d5f4f2c8341c2dcde"> 10 <!ENTITY js68-size "300 MB"> 11 11 <!ENTITY js68-buildsize "2.8 GB (31 MB installed after removing 31MB static lib)"> 12 <!ENTITY js68-time "2. 4SBU (with parallelism = 4)">12 <!ENTITY js68-time "2.2 SBU (with parallelism = 4)"> 13 13 ]> 14 14 … … 94 94 <bridgehead renderas="sect4">Optional</bridgehead> 95 95 <para role="optional"> 96 <xref linkend="llvm"/> (with <application>Clang</application>) and 97 <xref linkend="doxygen"/> 96 <xref linkend="llvm"/> (with <application>Clang</application>), 97 <xref linkend="nasm"/>, and 98 <xref linkend="doxygen"/> (for documentation) 98 99 </para> 99 100 … … 220 221 221 222 <para> 222 <envar>LLVM_OBJDUMP=/bin/false</envar>: Firefox buildingsystem223 <envar>LLVM_OBJDUMP=/bin/false</envar>: The firefox build system 223 224 searches for <command>llvm-objdump</command>. 224 225 Since we are building the standalone JS engine instead of the entire -
introduction/welcome/changelog.xml
rb905a81 r6c6baa91 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[renodr] - Update to mozjs-68.10.0. Fixes 49 <ulink url="&blfs-ticket-root;13769">#13769</ulink>.</para> 50 </listitem> 51 <listitem> 48 52 <para>[renodr] - Update to libuv-1.38.1. Fixes 49 53 <ulink url="&blfs-ticket-root;13766">#13766</ulink>.</para> -
packages.ent
rb905a81 r6c6baa91 119 119 <!ENTITY jansson-version "2.13.1"> 120 120 <!--<!ENTITY JS52-version "52.2.1gnome1">--> 121 <! ENTITY JS60-version "60.8.0">122 <!ENTITY JS68-version "68. 9.0">121 <!--<!ENTITY JS60-version "60.8.0">--> 122 <!ENTITY JS68-version "68.10.0"> 123 123 <!ENTITY json-c-version "0.14"> 124 124 <!ENTITY json-glib-version "1.4.4">
Note:
See TracChangeset
for help on using the changeset viewer.