Changeset 4873baa for x/installing


Ignore:
Timestamp:
10/15/2020 07:57:15 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
208d4a0c
Parents:
ec6047d8
Message:

Update to libcap-2.44.
Update to Python-3.9.0.
Update to mesa-20.2.1.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23812 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    rec6047d8 r4873baa  
    77  <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz">
    88  <!ENTITY mesa-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/mesa-&mesa-version;.tar.xz">
    9   <!ENTITY mesa-md5sum        "143ded7a408c0cfd21b9fbb7e138c842">
    10   <!ENTITY mesa-size          "12 MB">
    11   <!ENTITY mesa-buildsize     "440 MB (with demos and docs), add 157 MB for tests">
    12   <!ENTITY mesa-time          "2.2 SBU (with parallelism=4, demos, and docs), add 0.3 SBU 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">
    1313]>
    1414
     
    7777      </listitem>
    7878    </itemizedlist>
    79 
     79<!--
    8080    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8181    <itemizedlist spacing="compact">
     
    8585          <ulink
    8686            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"/>- ->
    8888          (installs 2 demo programs for testing Mesa - not needed if you
    8989          install the <ulink url="ftp://ftp.freedesktop.org/pub/mesa/demos/">
     
    9292      </listitem>
    9393    </itemizedlist>
    94 
     94-->
    9595    <bridgehead renderas="sect3">Mesa Dependencies</bridgehead>
    9696
     
    155155  <sect2 role="installation">
    156156    <title>Installation of Mesa</title>
    157 
     157<!--
    158158    <para>
    159159      If you have downloaded the xdemos patch (needed if testing the Xorg
     
    162162    </para>
    163163
    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>- ->
    165165<screen><userinput>patch -Np1 -i ../mesa-add_xdemos-1.patch</userinput></screen>
    166 
     166-->
    167167   <!-- Note that freedreno, vc4, and virgl all need special support from
    168168        libdrm - renodr
     
    172172
    173173    <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
    175175      obsolete Python 2:
    176176    </para>
Note: See TracChangeset for help on using the changeset viewer.