Changeset 4873baa
- Timestamp:
- 10/15/2020 07:57:15 PM (2 years ago)
- Branches:
- 10.1, 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 208d4a0c
- Parents:
- ec6047d8
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/python3.xml
rec6047d8 r4873baa 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 "6 9e73c49eeb1a853cefd26d18c9d069d">11 <!ENTITY python3-size "1 7MB">12 <!ENTITY python3-buildsize "3 74 MB (add 27MB for tests)">13 <!ENTITY python3-time "0. 5 SBU (using parallelism=4; add 1.7SBU for tests, including rebuilding)">10 <!ENTITY python3-md5sum "6ebfe157f6e88d9eabfbaf3fa92129f6"> 11 <!ENTITY python3-size "18 MB"> 12 <!ENTITY python3-buildsize "397 MB (add 30 MB for tests)"> 13 <!ENTITY python3-time "0.4 SBU (using parallelism=4; add 2.2 SBU for tests, including rebuilding)"> 14 14 <!-- 15 15 … … 138 138 </para> 139 139 140 <screen role="root"><userinput>make install && 141 <!--ln -sfv pip&python3-majorver; /usr/bin/pip3 &&--> 142 chmod -v 755 /usr/lib/libpython&python3-majorver;.so && 143 chmod -v 755 /usr/lib/libpython3.so</userinput></screen> 140 <screen role="root"><userinput>make install</userinput></screen> 144 141 145 142 <para> … … 156 153 using an X terminal. 157 154 The test SBU highly depends on the speed of the internet connection. 158 The test_sqlite test is known to fail.159 155 </para> 160 156 … … 255 251 2to3-&python3-majorver;, 256 252 257 easy_install (symlink) and258 253 easy_install-&python3-majorver;, 259 254 … … 264 259 pip&python3-majorver;, 265 260 266 pydoc3 (symlink)and261 pydoc3 and 267 262 pydoc&python3-majorver;, 268 263 … … 270 265 python&python3-majorver;, and 271 266 267 python3 (symlink), and 268 python&python3-majorver; 269 272 270 python3-config (symlink) and 273 271 python&python3-majorver;-config 274 <!--275 pyvenv (symlink),276 pyvenv-&python3-majorver;277 -->278 272 </seg> 279 273 <seg> -
introduction/welcome/changelog.xml
rec6047d8 r4873baa 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[bdubbs] - Update to libcap-2.44. Fixes 49 <ulink url="&blfs-ticket-root;14096">#14096</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to Python-3.9.0. Fixes 53 <ulink url="&blfs-ticket-root;14098">#14098</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[bdubbs] - Update to mesa-20.2.1. Fixes 57 <ulink url="&blfs-ticket-root;14077">#14077</ulink>.</para> 58 </listitem> 59 <listitem> 48 60 <para>[renodr] - Update to EOG-3.38.0. Part of 49 61 <ulink url="&blfs-ticket-root;14032">#14032</ulink>.</para> -
packages.ent
rec6047d8 r4873baa 17 17 <!ENTITY haveged-version "1.9.13"> 18 18 <!ENTITY iptables-version "1.8.5"> 19 <!ENTITY libcap-version "2.4 3">19 <!ENTITY libcap-version "2.44"> 20 20 <!ENTITY liboauth-version "1.0.3"> 21 21 <!ENTITY linux-pam-version "1.4.0"> … … 355 355 356 356 <!ENTITY python3-major "3"> 357 <!ENTITY python3-minor " 8">358 <!ENTITY python3-patch " 6">357 <!ENTITY python3-minor "9"> 358 <!ENTITY python3-patch "0"> 359 359 <!ENTITY python3-majorver "&python3-major;.&python3-minor;"> 360 360 <!ENTITY python3-version "&python3-majorver;.&python3-patch;"> … … 690 690 <!ENTITY xcursor-themes-version "1.0.6"> 691 691 <!ENTITY xkeyboard-config-version "2.31"> 692 <!ENTITY mesa-major-minor "20. 1">693 <!ENTITY mesa-version "&mesa-major-minor;. 8">692 <!ENTITY mesa-major-minor "20.2"> 693 <!ENTITY mesa-version "&mesa-major-minor;.1"> 694 694 <!ENTITY xcb-util-version "0.4.0"> 695 695 <!ENTITY xcb-util-image-version "0.4.0"> -
postlfs/security/libcap.xml
rec6047d8 r4873baa 7 7 <!ENTITY libcap-download-http "&kernel-dl;/linux/libs/security/linux-privs/libcap2/libcap-&libcap-version;.tar.xz"> 8 8 <!ENTITY libcap-download-ftp " "> 9 <!ENTITY libcap-md5sum " 28f65c74c7ea797f70d3627d0bf1b342">9 <!ENTITY libcap-md5sum "46ab71759e17a07efa920692ac2f714d"> 10 10 <!ENTITY libcap-size "124 KB"> 11 11 <!ENTITY libcap-buildsize "1.3 MB"> -
x/installing/mesa.xml
rec6047d8 r4873baa 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 " 143ded7a408c0cfd21b9fbb7e138c842">10 <!ENTITY mesa-size "1 2MB">11 <!ENTITY mesa-buildsize "4 40 MB (with demos and docs), add 157MB for tests">12 <!ENTITY mesa-time "2.2 SBU (with parallelism=4 , demos, and docs), add 0.3SBU for tests">9 <!ENTITY mesa-md5sum "31603afeccc94bbb6d4dd1c65b9a3408"> 10 <!ENTITY mesa-size "13 MB"> 11 <!ENTITY mesa-buildsize "468 MB (with docs), add 302 MB for tests"> 12 <!ENTITY mesa-time "2.2 SBU (with parallelism=4 and docs), add 0.6 SBU for tests"> 13 13 ]> 14 14 … … 77 77 </listitem> 78 78 </itemizedlist> 79 79 <!-- 80 80 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 81 81 <itemizedlist spacing="compact"> … … 85 85 <ulink 86 86 url="&patch-root;/mesa-add_xdemos-1.patch"/> 87 <!- -url="&patch-root;/mesa-&mesa-version;-add_xdemos-1.patch"/>-->87 <!- -url="&patch-root;/mesa-&mesa-version;-add_xdemos-1.patch"/>- -> 88 88 (installs 2 demo programs for testing Mesa - not needed if you 89 89 install the <ulink url="ftp://ftp.freedesktop.org/pub/mesa/demos/"> … … 92 92 </listitem> 93 93 </itemizedlist> 94 94 --> 95 95 <bridgehead renderas="sect3">Mesa Dependencies</bridgehead> 96 96 … … 155 155 <sect2 role="installation"> 156 156 <title>Installation of Mesa</title> 157 157 <!-- 158 158 <para> 159 159 If you have downloaded the xdemos patch (needed if testing the Xorg … … 162 162 </para> 163 163 164 <!- -<screen><userinput>patch -Np1 -i ../mesa-&mesa-version;-add_xdemos-1.patch</userinput></screen>-->164 <!- -<screen><userinput>patch -Np1 -i ../mesa-&mesa-version;-add_xdemos-1.patch</userinput></screen>- -> 165 165 <screen><userinput>patch -Np1 -i ../mesa-add_xdemos-1.patch</userinput></screen> 166 166 --> 167 167 <!-- Note that freedreno, vc4, and virgl all need special support from 168 168 libdrm - renodr … … 172 172 173 173 <para> 174 Adjust a script file in test suite to use Python 3, instead of 174 Adjust a script file in test suite to use Python 3, instead of the 175 175 obsolete Python 2: 176 176 </para>
Note:
See TracChangeset
for help on using the changeset viewer.