diff options
author | Tim Biermann <tbier@posteo.de> | 2022-10-12 11:05:39 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-10-12 11:05:39 +0200 |
commit | b1e207769fde86a4a9cfe158ecb35a303e5a1a7d (patch) | |
tree | 05cda02ba5fbe912fd3b9a9935427a7213eb788f | |
parent | 2c7f91320b2c032314ce4b7c6f9123557eb24a10 (diff) | |
download | xorg-b1e207769fde86a4a9cfe158ecb35a303e5a1a7d.tar.gz xorg-b1e207769fde86a4a9cfe158ecb35a303e5a1a7d.tar.xz |
mesa: 22.2.0 -> 22.2.1
-rw-r--r-- | mesa/.signature | 6 | ||||
-rw-r--r-- | mesa/Pkgfile | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/mesa/.signature b/mesa/.signature index a19a2afa..40cee9be 100644 --- a/mesa/.signature +++ b/mesa/.signature @@ -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 diff --git a/mesa/Pkgfile b/mesa/Pkgfile index 18a6a97f..aede5b2e 100644 --- a/mesa/Pkgfile +++ b/mesa/Pkgfile @@ -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} |