Ignore:
Timestamp:
10/22/2021 12:31:54 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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:
dd9aab33
Parents:
5fcebb8
Message:

Updates and a fix:

udisks2-2.9.4
upower: change download location
exim-4.95
mesa-21.2.4
libvpx-1.11.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    r5fcebb8 r3713bc71  
    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        "25f4b3a8e92d20e2fc6231e253fce1ee">
     9  <!ENTITY mesa-md5sum        "68cc97f99ed38e9fbae026ca825c9703">
    1010  <!ENTITY mesa-size          "15 MB">
    11   <!ENTITY mesa-buildsize     "562 MB (with docs, add 376 MB if running the tests)">
    12   <!ENTITY mesa-time          "3.5 SBU (Using parallelism=4; with docs)">
     11  <!ENTITY mesa-buildsize     "722 MB (with docs, add 373 MB if running the tests)">
     12  <!ENTITY mesa-time          "3.2 SBU (Using parallelism=4; with docs and tests)">
    1313]>
    1414
     
    260260      If you built the tests (see 'Command Explanations'), to run them issue:
    261261      <command>ninja test</command>.
     262<!-- All tests passed for me for 21.2.4 [pierre]
    262263      All 33 subtests tests in the mesa:compiler+glsl / glsl compiler warnings
    263       suite are known to fail.
     264      suite are known to fail.-->
    264265    </para>
    265266
     
    276277    </para>
    277278
    278 <screen role="root"><userinput>install -v -dm755 /usr/share/doc/mesa-&mesa-version; &amp;&amp;
     279<screen role="root"
     280        remap="doc"><userinput>install -v -dm755 /usr/share/doc/mesa-&mesa-version; &amp;&amp;
    279281cp -rfv ../docs/* /usr/share/doc/mesa-&mesa-version;</userinput></screen>
    280282
     
    351353      <option>-Dbuild-tests=true</option>: This option will cause the test code
    352354      to be enabled. To run the tests, issue: <command>ninja test</command>.
     355    </para>
     356
     357    <para>
     358      <option>-Dvulkan-drivers=...</option>: This option allows choosing which
     359      Vulkan drivers are built. Since those drivers depend on the
     360      corresponding Gallium3D drivers, do not enable drivers that are not
     361      enabled in Gallium3D drivers. Furthermore, since BLFS does not use
     362      Vulkan, it is safe to leave the list of Vulkan drivers empty.
    353363    </para>
    354364
     
    386396        </seg>
    387397        <seg>
    388           <!-- Begini gallium DRI drivers : this is the full set -->
     398          <!-- Begin gallium DRI drivers : this is the full set -->
    389399          d3dadapter9.so (optional), <!-- For Windows games. This is DirectX's
    390400                                          Direct3D -->
     
    418428        </seg>
    419429        <seg>
    420           $XORG_PREFIX/{include/{EGL,GL,GLES,GLES2,GLES3,KHR,vulkan},lib/{dri,vdpau}},
     430          $XORG_PREFIX/{include/{EGL,GL,GLES,GLES2,GLES3,KHR},lib/{dri,vdpau}},
    421431          $XORG_PREFIX/include/d3adapter (optional),
    422432          $XORG_PREFIX/lib/d3d (optional),
Note: See TracChangeset for help on using the changeset viewer.