From 7bd82102c9e4e5643b9529c5f873fea8df38e027 Mon Sep 17 00:00:00 2001 From: skmpz Date: Wed, 28 Apr 2021 07:14:46 +0300 Subject: [PATCH] libva: update to 2.11.0. --- srcpkgs/libva/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libva/template b/srcpkgs/libva/template index a66eebcb82..9bfac88294 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 pkgname=libva -version=2.10.0 +version=2.11.0 revision=1 build_style=meson configure_args="-Dwith_glx=no $(vopt_if wayland -Dwith_wayland=yes)" @@ -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/${version}.tar.gz" -checksum=f04d5c829da602690f9f098a6d92065507ec9d0c957c1a6df3dea4e2de1204c5 +checksum=ee2bd79bad5e2404143f089360685f5da63a32dd551b54ccd61d2d49c041178a build_options="wayland" build_options_default="wayland"