Update to mesa-23.3.1.

This commit is contained in:
Bruce Dubbs 2023-12-16 15:10:00 -06:00
parent ca81b26f47
commit 92202f73f5
3 changed files with 12 additions and 8 deletions

View File

@ -41,6 +41,10 @@
<listitem>
<para>December 16th, 2023</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to mesa-23.3.1. Fixes
<ulink url="&blfs-ticket-root;18648">#18548</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to Python-3.12.1. Fixes
<ulink url="&blfs-ticket-root;18987">#18987</ulink>.</para>

View File

@ -775,8 +775,8 @@
<!ENTITY xcb-util-renderutil-version "0.3.10">
<!ENTITY xcb-util-wm-version "0.4.2">
<!ENTITY xcb-util-cursor-version "0.1.4">
<!ENTITY mesa-major-minor "23.1">
<!ENTITY mesa-version "&mesa-major-minor;.8">
<!ENTITY mesa-major-minor "23.3">
<!ENTITY mesa-version "&mesa-major-minor;.1">
<!ENTITY xbitmaps-version "1.1.3">
<!ENTITY xcursor-themes-version "1.0.7">
<!ENTITY xkeyboard-config-version "2.40">

View File

@ -6,16 +6,15 @@
<!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz">
<!ENTITY mesa-download-ftp " ">
<!ENTITY mesa-md5sum "6c89b2d1335993d708e1810eacfba9e4">
<!ENTITY mesa-md5sum "2abfce1ef9d9ae3ab780da12b27f72ea">
<!ENTITY mesa-size "18 MB">
<!ENTITY mesa-buildsize "465 MB (with docs, add 216 MB for tests)">
<!ENTITY mesa-time "2.6 SBU (with docs; add 0.5 SBU for tests; both with parallelism=4)">
<!ENTITY mesa-buildsize "621 MB (with docs, add 266 MB for tests)">
<!ENTITY mesa-time "3.1 SBU (with docs; add 0.6 SBU for tests; both with parallelism=4)">
]>
<sect1 id="mesa" xreflabel="Mesa-&mesa-version;">
<?dbhtml filename="mesa.html"?>
<title>Mesa-&mesa-version;</title>
<indexterm zone="mesa">
@ -272,6 +271,7 @@ DRI_DRIVERS="i965,nouveau"</userinput></screen>
-->
<!-- https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22021 -->
<!-- No longer needed
<para>
Remove two unneeded references to LLVM headers to avoid a build
failure with LLVM 17 or later:
@ -279,7 +279,7 @@ DRI_DRIVERS="i965,nouveau"</userinput></screen>
<screen><userinput>sed '/Scalar.h/d;/Utils.h/d' \
-i src/gallium/auxiliary/gallivm/lp_bld_init.c</userinput></screen>
-->
<para>
Install <application>Mesa</application> by running the following
commands:
@ -303,11 +303,11 @@ ninja</userinput></screen>
<para>
To test the results, issue:
<command>meson configure -Dbuild-tests=true &amp;&amp; ninja test</command>.
One test relating to mesa:util is known to timeout
</para>
<!-- All 88 tests passed for me for 22.3.3 [pierre]
All 90 tests passed for me for 23.1.0 [bdubbs]
89 Tests passed for me, 1 timeout on 23.1.8 [rahul]
All 98 tests passed for me for 23.3.1 [bdubbs]
-->
<para>