From a3ad6957a0c4487b453f95fb10ac77e6e2d87c31 Mon Sep 17 00:00:00 2001 From: Ethan Date: Sun, 22 Dec 2024 22:52:12 -0600 Subject: [PATCH] mesa: bump to 24.3.2 --- amd/mesa/build | 6 +++--- amd/mesa/checksums | 2 +- amd/mesa/sources | 2 +- amd/mesa/version | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/amd/mesa/build b/amd/mesa/build index 14b1cf7a..d9b652c6 100755 --- a/amd/mesa/build +++ b/amd/mesa/build @@ -4,15 +4,15 @@ export DESTDIR="$1" # rust_std is not (yet?) supported by muon, and we should try # to avoid a hard rust dependency here if possible. -sed "s/, 'rust_std=2021'//" meson.build > _ +sed "/rust_std=2021/d" meson.build > _ mv -f _ meson.build # To prevent the need for users to fork the mesa package to add # libglvnd support, the below code checks for its availability # and enables it if present. ie: install glvnd, rebuild mesa. -pkg-config --exists libglvnd > /dev/null 2>&1 || glvnd_enabled=false +pkg-config --exists libglvnd || glvnd_enabled=false -pkg-config --exists valgrind > /dev/null 2>&1 || valgrind=false +pkg-config --exists valgrind || valgrind=false pkg-config --exists wayland-protocols && platforms=x11,wayland diff --git a/amd/mesa/checksums b/amd/mesa/checksums index ae7e53da..7b680d80 100644 --- a/amd/mesa/checksums +++ b/amd/mesa/checksums @@ -1 +1 @@ -b2752049b53c67cdba73af1d72003a1e888a13074e87b7eb8ac59fe4f7b794205c +7650fa3ee5db557afd41cdb4becf2c101722ca8e680846a571fa3c4cad75758c92 diff --git a/amd/mesa/sources b/amd/mesa/sources index 322e6bdd..d7424141 100644 --- a/amd/mesa/sources +++ b/amd/mesa/sources @@ -1 +1 @@ -https://archive.mesa3d.org/mesa-24.0.8.tar.xz +https://archive.mesa3d.org/mesa-24.3.2.tar.xz diff --git a/amd/mesa/version b/amd/mesa/version index 20881979..3202ea98 100644 --- a/amd/mesa/version +++ b/amd/mesa/version @@ -1 +1 @@ -24.0.8 1 +24.3.2 1