Changeset 95ee13f


Ignore:
Timestamp:
08/17/2023 08:46:23 PM (9 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
0173ebe0
Parents:
8407633
Message:

Update to mesa-23.1.6.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r8407633 r95ee13f  
    4242     <para>August 17th, 2023</para>
    4343     <itemizedlist>
     44       <listitem>
     45         <para>[bdubbs] - Update to mesa-23.1.6. Fixes
     46         <ulink url="&blfs-ticket-root;18417">#18417</ulink>.</para>
     47       </listitem>
    4448       <listitem>
    4549         <para>[bdubbs] - Update to libxcb-1.16. Fixes
  • packages.ent

    r8407633 r95ee13f  
    773773<!ENTITY xcb-util-cursor-version      "0.1.4">
    774774<!ENTITY mesa-major-minor             "23.1">
    775 <!ENTITY mesa-version                 "&mesa-major-minor;.5">
     775<!ENTITY mesa-version                 "&mesa-major-minor;.6">
    776776<!ENTITY xbitmaps-version             "1.1.3">
    777777<!ENTITY xcursor-themes-version       "1.0.7">
  • x/installing/mesa.xml

    r8407633 r95ee13f  
    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        "d532eeadbfef5913b34dd6a01e99f2ab">
     9  <!ENTITY mesa-md5sum        "5dd176e3f283143cc193b5a8264a206e">
    1010  <!ENTITY mesa-size          "18 MB">
    1111  <!ENTITY mesa-buildsize     "462 MB (with docs, add 221 MB for tests)">
    12   <!ENTITY mesa-time          "2.2 SBU (with docs; add 0.6 SBU for tests; both with parallelism=4)">
     12  <!ENTITY mesa-time          "2.6 SBU (with docs; add 0.6 SBU for tests; both with parallelism=4)">
    1313]>
    1414
     
    292292      To test the results, issue:
    293293      <command>meson configure -Dbuild-tests=true &amp;&amp; ninja test</command>.
     294      Three tests releated to mesa:intel are known to fail.
    294295    </para>
    295296<!-- All 88 tests passed for me for 22.3.3 [pierre]
Note: See TracChangeset for help on using the changeset viewer.