diff options
-rw-r--r-- | introduction/welcome/changelog.xml | 4 | ||||
-rw-r--r-- | packages.ent | 2 | ||||
-rw-r--r-- | x/installing/mesa.xml | 14 |
3 files changed, 12 insertions, 8 deletions
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 4b7bb00b8b..8ccf90b623 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -42,6 +42,10 @@ <para>November 13th, 2024</para> <itemizedlist> <listitem> + <para>[zeckma] - Update to mesa-24.2.7. Fixes + <ulink url="&blfs-ticket-root;20657">#20657</ulink>.</para> + </listitem> + <listitem> <para>[zeckma] - Update to thunderbird-128.4.3esr (Security Update). Fixes <ulink url="&blfs-ticket-root;20656">#20656</ulink>.</para> </listitem> diff --git a/packages.ent b/packages.ent index 4e2befbcce..517ad04db2 100644 --- a/packages.ent +++ b/packages.ent @@ -822,7 +822,7 @@ <!ENTITY xcb-util-wm-version "0.4.2"> <!ENTITY xcb-util-cursor-version "0.1.5"> <!ENTITY mesa-major-minor "24.2"> -<!ENTITY mesa-version "&mesa-major-minor;.6"> +<!ENTITY mesa-version "&mesa-major-minor;.7"> <!ENTITY xbitmaps-version "1.1.3"> <!ENTITY luit-version "20240910"> <!ENTITY xcursor-themes-version "1.0.7"> diff --git a/x/installing/mesa.xml b/x/installing/mesa.xml index 66c63699a0..8595d593c1 100644 --- a/x/installing/mesa.xml +++ b/x/installing/mesa.xml @@ -6,10 +6,10 @@ <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz"> <!ENTITY mesa-download-ftp " "> - <!ENTITY mesa-md5sum "2e8016f2afc75c714784fb61dc397f66"> - <!ENTITY mesa-size "28 MB"> - <!ENTITY mesa-buildsize "919 MB (with docs, add 539 MB for tests)"> - <!ENTITY mesa-time "3.0 SBU (with docs; add 1.0 SBU for tests; both with parallelism=4)"> + <!ENTITY mesa-md5sum "c245ce6fe6ef8db7b5e62eb754c54449"> + <!ENTITY mesa-size "29 MB"> + <!ENTITY mesa-buildsize "1.1 GB (with docs, add 541 MB for tests)"> + <!ENTITY mesa-time "3.5 SBU (with docs; add 1.2 SBU for tests; both with parallelism=4)"> ]> <sect1 id="mesa" xreflabel="Mesa-&mesa-version;"> @@ -531,9 +531,9 @@ ninja</userinput></screen> </listitem> <listitem> <para> - <literal>zink</literal> (using Vulkan to implement OpenGL, - it's not very useful on x86 as at now but it may replace other - drivers for modern GPU models in the future) + <literal>zink</literal> (uses Vulkan to implement OpenGL, + and while unstable at times, it can be a decent replacement for + non-performant gallium drivers like nouveau) </para> </listitem> </itemizedlist> |