Revert: "mesa: update to 24.3.1."

This commit is contained in:
SpidFightFR 2024-12-10 21:40:08 +01:00 committed by classabbyamp
parent a6f118a360
commit 5f9663e946
1 changed files with 4 additions and 3 deletions

View File

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