Changeset f5c5306
- Timestamp:
- 07/19/2017 08:18:55 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.1, 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:
- d5b408c3
- Parents:
- ca25773c
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/python3.xml
rca25773c rf5c5306 8 8 "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz"> 9 9 <!ENTITY python3-download-ftp " "> 10 <!ENTITY python3-md5sum " 692b4fc3a2ba0d54d1495d4ead5b0b5c">10 <!ENTITY python3-md5sum "2c68846471994897278364fc18730dd9"> 11 11 <!ENTITY python3-size "16 MB"> 12 <!ENTITY python3-buildsize "3 55 MB (with docs; add 25MB for the tests)">13 <!ENTITY python3-time "1. 3 SBU (add 0.6 SBU for thetests)">12 <!ENTITY python3-buildsize "345 MB (with docs; add 30 MB for the tests)"> 13 <!ENTITY python3-time "1.1 SBU (add 3.4 SBU for tests)"> 14 14 15 15 <!ENTITY python3htmldoc-download-http … … 166 166 <command>configure</command> switches above, run <command>make</command>, 167 167 then <command>make test</command>. Remember that tests must be executed 168 using an X terminal. 168 using an X terminal. One test fails. The test SBU highly depends on the 169 speed of the internet connexion. 169 170 </para> 170 171 … … 242 243 2to3-&python3-majorver;, 243 244 245 idle3 (symlink), and 246 idle&python3-majorver; 247 244 248 pydoc3 (symlink), 245 249 pydoc&python3-majorver;, … … 254 258 pyvenv (symlink), 255 259 pyvenv-&python3-majorver;, 256 257 idle3 (symlink), and258 idle&python3-majorver;259 260 </seg> 260 261 <seg> -
introduction/welcome/changelog.xml
rca25773c rf5c5306 46 46 <para>July 19th, 2017</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[pierre] - Update to Python3-3.6.2. Fixes 50 <ulink url="&blfs-ticket-root;9487">#9487</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[pierre] - Update to Mesa-17.1.5. Fixes 54 <ulink url="&blfs-ticket-root;9482">#9482</ulink>.</para> 55 </listitem> 48 56 <listitem> 49 57 <para>[pierre] - Fix instructions for building libxml2 with -
packages.ent
rca25773c rf5c5306 320 320 <!ENTITY php-version "7.1.7"> 321 321 <!ENTITY python2-version "2.7.13"> 322 <!ENTITY python3-version "3.6. 1">322 <!ENTITY python3-version "3.6.2"> 323 323 <!ENTITY ruby-minor-version "2.4"> 324 324 <!ENTITY ruby-patch-version "1"> … … 517 517 <!ENTITY xcursor-themes-version "1.0.4"> 518 518 <!ENTITY xkeyboard-config-version "2.21"> 519 <!ENTITY mesa-version "17.1. 4">519 <!ENTITY mesa-version "17.1.5"> 520 520 <!ENTITY xcb-util-version "0.4.0"> 521 521 <!ENTITY xcb-util-image-version "0.4.0"> -
x/installing/mesa.xml
rca25773c rf5c5306 7 7 <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz"> 8 8 <!ENTITY mesa-download-ftp "ftp://ftp.freedesktop.org/pub/mesa/mesa-&mesa-version;.tar.xz"> 9 <!ENTITY mesa-md5sum " be2ef7c9edec23b07f74f6512a6a6fa5">9 <!ENTITY mesa-md5sum "6cf936fbcaadd98924298a7009e8265d"> 10 10 <!ENTITY mesa-size "9.4 MB"> 11 <!ENTITY mesa-buildsize "34 2MB (with demos and docs, add 52 MB for tests)">12 <!ENTITY mesa-time " 4.0 SBU (using parallelism=4 with demos and docs, add 0.7SBU for tests)">11 <!ENTITY mesa-buildsize "345 MB (with demos and docs, add 52 MB for tests)"> 12 <!ENTITY mesa-time "3.1 SBU (using parallelism=4 with demos and docs, add 0.4 SBU for tests)"> 13 13 ]> 14 14
Note:
See TracChangeset
for help on using the changeset viewer.