From 0b86744c6197665083364294be67f814c0f5b75d Mon Sep 17 00:00:00 2001 From: icp Date: Sun, 17 Mar 2024 13:50:10 +0530 Subject: [PATCH] libva: update to 2.21.0. --- srcpkgs/libva/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libva/template b/srcpkgs/libva/template index 7a4363b514c..4a5e2fa9403 100644 --- a/srcpkgs/libva/template +++ b/srcpkgs/libva/template @@ -1,7 +1,7 @@ # Template file for 'libva' # NOTE: keep this pkg synchronized with libva-glx and the minor version with libva-utils pkgname=libva -version=2.20.0 +version=2.21.0 revision=1 build_style=meson configure_args="-Dwith_glx=no" @@ -14,7 +14,7 @@ license="MIT" homepage="https://01.org/linuxmedia/vaapi" changelog="https://raw.githubusercontent.com/intel/libva/master/NEWS" distfiles="https://github.com/intel/libva/archive/refs/tags/${version}.tar.gz" -checksum=117f8d658a5fc9ea406ca80a3eb4ae1d70b15a54807c9ed77199c812bed73b60 +checksum=f7c3fffef3f04eb146e036dad2587d852bfb70e4926d014bf437244915ef7425 build_options="wayland" build_options_default="wayland"