summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLone_Wolf2022-04-30 21:33:49 +0200
committerLone_Wolf2022-04-30 21:33:49 +0200
commit07ce7cd980865543925b8db19e5f5cff643e997a (patch)
treee725670d4f5526b5dcbee7b90aa55340e22dac85
parent6e37c263e61e864be414b4e06cbd4e4bd4e65ded (diff)
downloadaur-07ce7cd980865543925b8db19e5f5cff643e997a.tar.gz
enabled videocodecs disabled in https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15258?commit_id=7ab05e3c3fe34ea7f8d7345b9229c163e42c3600
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d8c33c56c0c..a0cbd272e11e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mesa-minimal-git
pkgdesc = an open-source implementation of the OpenGL specification, stripped down git version
- pkgver = 22.2.0_devel.153077.2f8123abab7
- pkgrel = 2
+ pkgver = 22.2.0_devel.153079.6ba55b40334
+ pkgrel = 1
url = https://www.mesa3d.org
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index a1b0881ef6a9..e0b1f3cbdabd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@
pkgname=mesa-minimal-git
pkgdesc="an open-source implementation of the OpenGL specification, stripped down git version"
-pkgver=22.2.0_devel.153077.2f8123abab7
-pkgrel=2
+pkgver=22.2.0_devel.153079.6ba55b40334
+pkgrel=1
arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto' 'libxml2' 'libx11' 'libvdpau' 'libva' 'elfutils' 'libxrandr'
'wayland-protocols' 'meson' 'ninja' 'glslang' 'llvm-minimal-git' 'libdrm' 'libclc')
@@ -100,6 +100,7 @@ build () {
-D tools=[] \
-D zstd=enabled \
-D microsoft-clc=disabled \
+ -D video-codecs=vc1dec,h264dec,h264enc,h265dec,h265enc
meson configure _build
# ninja -j1 -C _build