mesa: 22.2.0 -> 22.2.1

This commit is contained in:
Tim Biermann 2022-10-12 11:05:39 +02:00
parent 2c7f91320b
commit b1e207769f
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndIxxJxpt5fpuFeWzLVcqM9vwEAYPIf/EvWXy/ulMHxxPNPrfM4eDA+fmHXX4mvTHNTkSxZV6+trmKADzjikk0gI=
SHA256 (Pkgfile) = 987c98befa40f696405e88f8806a2be052087ee4d91cc5b7db89e95d6a915f15
RWTSGWF5Q7TndOOFnRnAk8/3wB+aNwRHXFj1H+7LfbccNQyg6HGp4ZsbcD47Mg3rihMJ8pqM99gyeMGotoevQNbwdj6qn4KHCQQ=
SHA256 (Pkgfile) = ed021f1ed6f5aa04acab061648a1dc6d14e2cf5b6aa4f460764d8525669e8ba0
SHA256 (.footprint) = 27e6de8b3a4a9468777e5938c1404da5b2a33c57d063115816b66d5bbb99d2fb
SHA256 (mesa-22.2.0.tar.xz) = b1f9c8fd08f2cae3adf83355bef4d2398e8025f44947332880f2d0066bdafa8c
SHA256 (mesa-22.2.1.tar.xz) = 0079beac0a33f45e7e0aec59e6913eafbc4268a3f1e2e330017440494f91b13c

View File

@ -5,7 +5,7 @@
# Optional: libva libvdpau wayland-protocols
name=mesa
version=22.2.0
version=22.2.1
release=1
source=(https://archive.mesa3d.org/$name-$version.tar.xz)
@ -41,6 +41,7 @@ build() {
-D shared-glapi=enabled \
-D vulkan-drivers=amd,intel \
-D vulkan-layers=device-select,intel-nullhw,overlay \
-D video-codecs=vc1dec,h264dec,h264enc,h265dec,h265enc \
-D glvnd=true
meson compile -C build -j ${JOBS:-1}