summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorReza Jahanbakhshi2022-10-01 17:28:08 +0200
committerReza Jahanbakhshi2022-10-01 17:28:08 +0200
commit5241f479565fdb4ab1989b2782ad14e722d65191 (patch)
treea2683ecadfa63afcf0f1d5ca4c2dd10d3bb072f8
parentb2ea9624dc65e0a47e3540832480a84235f6b19f (diff)
downloadaur-5241f479565fdb4ab1989b2782ad14e722d65191.tar.gz
xvmc is removed upstream. See https://gitlab.freedesktop.org/mesa/mesa/-/commit/8cc766d8f7eac26b7c029a2fac1bdfdba4776c29
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52105828325d..2b760e177001 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version
- pkgver = 22.3.0_devel.160382.e24a8168189.d41d8cd98f00b204e9800998ecf8427e
+ pkgver = 22.3.0_devel.160795.3246889fb04.d41d8cd98f00b204e9800998ecf8427e
pkgrel = 1
url = https://www.mesa3d.org
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d5a1363c4516..41932d70b5e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
pkgname=mesa-git
pkgdesc="an open-source implementation of the OpenGL specification, git version"
-pkgver=22.3.0_devel.160382.e24a8168189.d41d8cd98f00b204e9800998ecf8427e
+pkgver=22.3.0_devel.160795.3246889fb04.d41d8cd98f00b204e9800998ecf8427e
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto'
@@ -116,6 +116,7 @@ prepare() {
build () {
meson setup mesa _build \
-D b_ndebug=true \
+ -D b_lto=false \
-D platforms=x11,wayland \
-D gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,swrast,iris,crocus,zink,d3d12 \
-D vulkan-drivers=amd,intel,swrast,virtio-experimental,intel_hasvk \
@@ -129,7 +130,6 @@ build () {
-D gallium-va=enabled \
-D gallium-vdpau=enabled \
-D gallium-xa=enabled \
- -D gallium-xvmc=disabled \
-D gbm=enabled \
-D gles1=disabled \
-D gles2=enabled \