From 418d691d6e4b3b8420349f5f05e5e6dbf7ea53ea Mon Sep 17 00:00:00 2001 From: travankor Date: Sun, 17 Jan 2021 06:11:42 -0700 Subject: [PATCH] libva: update to 2.10.0. --- srcpkgs/libva/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libva/template b/srcpkgs/libva/template index 1514b24c6c2..a66eebcb82c 100644 --- a/srcpkgs/libva/template +++ b/srcpkgs/libva/template @@ -1,7 +1,8 @@ # Template file for 'libva' +# NOTE: keep this pkg synchronized with libva-glx pkgname=libva -version=2.9.1 -revision=2 +version=2.10.0 +revision=1 build_style=meson configure_args="-Dwith_glx=no $(vopt_if wayland -Dwith_wayland=yes)" hostmakedepends="pkg-config wayland-devel" @@ -13,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=4e8640f65ad659332c5d24b7715703c95e820083ee11126c9cd051d418e3d9e0 +checksum=f04d5c829da602690f9f098a6d92065507ec9d0c957c1a6df3dea4e2de1204c5 build_options="wayland" build_options_default="wayland"