mesa: update to 25.2.2
This commit is contained in:
parent
fa2f2ffb20
commit
a97f084eba
@ -3,7 +3,7 @@
|
||||
_realname=mesa
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
pkgver=25.1.7
|
||||
pkgver=25.2.2
|
||||
pkgrel=1
|
||||
pkgdesc="Open-source implementation of the OpenGL, Vulkan and OpenCL specifications (mingw-w64)"
|
||||
arch=('any')
|
||||
@ -43,7 +43,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-opengl-man-pages: for the OpenGL API man pa
|
||||
"${MINGW_PACKAGE_PREFIX}-vulkan-validation-layers: to debug applications using Vulkan graphics")
|
||||
source=(https://mesa.freedesktop.org/archive/${_realname}-${pkgver}.tar.xz{,.sig}
|
||||
0000-addrlib-workaround-old-cpu-target.patch)
|
||||
sha256sums=('4afd26a3cc93c3dd27183d4c4845f1ca7d683f6343900b54995809b3271ebed6'
|
||||
sha256sums=('43d7abcd4aa8049d8fd75538344a374104765e81e17b4a6314cee2c0160e4412'
|
||||
'SKIP'
|
||||
'4e511b1ab380d0e7d1f152f89c82665e5ef7de96f26de1b5597aa1db85cfc5a4')
|
||||
validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov <emil.l.velikov@gmail.com>
|
||||
@ -106,14 +106,9 @@ build() {
|
||||
-Dmicrosoft-clc=enabled
|
||||
-Dspirv-to-dxil=true
|
||||
-Dstatic-libclc=all
|
||||
-Dvulkan-drivers=microsoft-experimental,swrast
|
||||
)
|
||||
|
||||
if [[ ${CARCH} == x86_64 ]]; then
|
||||
_meson_options+=(-Dvulkan-drivers=microsoft-experimental,swrast,gfxstream)
|
||||
else
|
||||
_meson_options+=(-Dvulkan-drivers=microsoft-experimental,swrast)
|
||||
fi
|
||||
|
||||
MSYS2_ARG_CONV_EXCL="--prefix=" \
|
||||
PROCESSOR_ARCHITECTURE="${CARCH}" \
|
||||
${MINGW_PREFIX}/bin/meson setup \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user