From 225a681c2396624f23c35eb38e16ca9bd4a4afec Mon Sep 17 00:00:00 2001 From: icp Date: Sun, 9 Jul 2023 15:47:14 +0530 Subject: [PATCH] libva: update to 2.19.0. --- srcpkgs/libva/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libva/template b/srcpkgs/libva/template index a411f3ee45d..4527e7ce999 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.18.0 +version=2.19.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=9d666c70c12dfefcdd27ae7dea771557f75e24961d0ed4cb050d96fb6136f438 +checksum=8cb5e2a9287a76b12c0b6cb96f4f27a0321bbe693df43cd950e5d4542db7f227 build_options="wayland" build_options_default="wayland"