summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-09-22 19:30:41 +0200
committerMichel Zou2023-09-22 19:30:41 +0200
commitb9af514de70ec52d7bd31398c3df88c81ee8e874 (patch)
tree9708b09036d26172ef5a0c39120248f2ad35d0a9
parent31764284dea5f5ba6a29b6155a11e168261aae48 (diff)
downloadaur-b9af514de70ec52d7bd31398c3df88c81ee8e874.tar.gz
23.1.8
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d815b47d37c..29fd628e1bd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-mesa
pkgdesc = An open-source implementation of the OpenGL specification (mingw-w64)
- pkgver = 23.1.4
+ pkgver = 23.1.8
pkgrel = 1
url = https://www.mesa3d.org/
arch = any
@@ -15,17 +15,15 @@ pkgbase = mingw-w64-mesa
options = staticlibs
options = !strip
options = !buildflags
- source = https://mesa.freedesktop.org/archive/mesa-23.1.4.tar.xz
- source = https://mesa.freedesktop.org/archive/mesa-23.1.4.tar.xz.sig
- source = https://github.com/mesonbuild/meson/archive/refs/tags/1.0.1.tar.gz
+ source = https://mesa.freedesktop.org/archive/mesa-23.1.8.tar.xz
+ source = https://mesa.freedesktop.org/archive/mesa-23.1.8.tar.xz.sig
validpgpkeys = 8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D
validpgpkeys = 946D09B5E4C9845E63075FF1D961C596A7203456
validpgpkeys = E3E8F480C52ADD73B278EE78E1ECBE07D7D70895
validpgpkeys = A5CC9FEC93F2F837CB044912336909B6B25FADFA
validpgpkeys = 71C4B75620BC75708B4BDB254C95FAAB3EB073EC
validpgpkeys = 57551DE15B968F6341C248F68D8E31AFC32428A6
- sha256sums = 7261a17fb94867e3dc5a90d8a1f100fa04b0cbbde51d25302c0872b5e9a10959
- sha256sums = SKIP
+ sha256sums = 45434ff91a709844130a3174d9c0ef39c6b50725b2bb0c13e736f36134db14ad
sha256sums = SKIP
pkgname = mingw-w64-mesa
diff --git a/PKGBUILD b/PKGBUILD
index 6d02a4d603e8..19fac3f6bc33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-mesa
-pkgver=23.1.4
+pkgver=23.1.8
pkgrel=1
pkgdesc="An open-source implementation of the OpenGL specification (mingw-w64)"
arch=('any')
@@ -14,10 +14,9 @@ validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D' # Emil Velikov <emil.l
'A5CC9FEC93F2F837CB044912336909B6B25FADFA' # Juan A. Suarez Romero <jasuarez@igalia.com>
'71C4B75620BC75708B4BDB254C95FAAB3EB073EC' # Dylan Baker <dylan@pnwbakers.com>
'57551DE15B968F6341C248F68D8E31AFC32428A6') # Eric Engestrom <eric@engestrom.ch>
-source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
- https://github.com/mesonbuild/meson/archive/refs/tags/1.0.1.tar.gz)
-sha256sums=('7261a17fb94867e3dc5a90d8a1f100fa04b0cbbde51d25302c0872b5e9a10959'
- 'SKIP' 'SKIP')
+source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig})
+sha256sums=('45434ff91a709844130a3174d9c0ef39c6b50725b2bb0c13e736f36134db14ad'
+ 'SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -27,8 +26,6 @@ prepare () {
build() {
cd "${srcdir}"/mesa-${pkgver}
- # https://github.com/mesonbuild/meson/issues/11806
- export PYTHONPATH="${srcdir}/meson-1.0.1"
for _arch in ${_architectures}; do
${_arch}-meson build-${_arch} -Dgallium-drivers=swrast,zink -Dvulkan-drivers=swrast -Db_lto=false -Degl=disabled -Dshared-glapi=enabled -Dgles1=enabled -Dgles2=enabled -Dosmesa=true -Dvulkan-icd-dir=bin --includedir=include/mesa
ninja -C build-${_arch} ${MAKEFLAGS}