mesa: update to version 24.1.1.

This commit is contained in:
SpidFightFR 2024-06-07 20:06:50 +02:00 committed by classabbyamp
parent 8229cd9220
commit dd1619dbd3

View File

@ -1,6 +1,6 @@
# Template file for 'mesa'
pkgname=mesa
version=24.0.7
version=24.1.1
revision=1
build_style=meson
_llvmver=17
@ -10,7 +10,7 @@ configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled
-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}
$(vopt_if wayland 'wayland-protocols wayland-devel')"
$(vopt_if wayland 'wayland-protocols wayland-devel') python3-pycparser"
makedepends="elfutils-devel expat-devel libXdamage-devel
libXxf86vm-devel libdrm-devel libffi-devel libva-devel
libvdpau-devel libxshmfence-devel ncurses-devel zlib-devel
@ -24,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=7454425f1ed4a6f1b5b107e1672b30c88b22ea0efea000ae2c7d96db93f6c26a
checksum=0038826c6f7e88d90b4ce6f719192fa58ca7dedf4edcaa1174cf7bd920ef89ea
build_options="wayland"
build_options_default="wayland"