mesa: update to 24.3.4

This commit is contained in:
rationalize-zz 2025-02-10 11:42:57 -08:00 committed by classabbyamp
parent 9ca1e0ee5d
commit b848746c6d

View File

@ -1,13 +1,12 @@
# Template file for 'mesa'
pkgname=mesa
reverts="24.3.1_1"
version=24.2.8
revision=2
version=24.3.4
revision=1
build_style=meson
_llvmver=19
#Disable LTO flag should be present, see https://gitlab.freedesktop.org/mesa/mesa/-/issues/6911
configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled
-Dosmesa=true -Dgles1=enabled -Dgles2=enabled -Dglx=dri -Ddri3=enabled
-Dosmesa=true -Dgles1=enabled -Dgles2=enabled -Dglx=dri
-Dlmsensors=enabled -Dplatforms=x11$(vopt_if wayland ,wayland)
-Dllvm=enabled -Db_lto=false -Dcpp_std=gnu++17"
hostmakedepends="gettext flex pkg-config python3-Mako glslang llvm${_llvmver}
@ -25,7 +24,7 @@ license="MIT, LGPL-2.1-or-later"
homepage="https://www.mesa3d.org/"
changelog="https://docs.mesa3d.org/relnotes.html"
distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
checksum=999d0a854f43864fc098266aaf25600ce7961318a1e2e358bff94a7f53580e30
checksum=e641ae27191d387599219694560d221b7feaa91c900bcec46bf444218ed66025
build_helper="qemu"
build_options="wayland"