From e8c5ababf9c4b2b5ff3afea24d1330efd9553e17 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Tue, 10 Nov 2020 18:43:43 -0600 Subject: [PATCH] libva: update to 2.9.1 [ci skip] --- srcpkgs/libva/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libva/template b/srcpkgs/libva/template index d681e84c848..1b57fdead1d 100644 --- a/srcpkgs/libva/template +++ b/srcpkgs/libva/template @@ -1,10 +1,10 @@ # Template file for 'libva' pkgname=libva -version=2.9.0 +version=2.9.1 revision=1 build_style=meson configure_args="-Dwith_glx=no $(vopt_if wayland -Dwith_wayland=yes)" -hostmakedepends="pkg-config $(vopt_if wayland wayland-devel)" +hostmakedepends="pkg-config wayland-devel" makedepends="libXfixes-devel libXext-devel libdrm-devel $(vopt_if wayland 'libffi-devel wayland-devel')" short_desc="Video Acceleration (VA) API" @@ -13,7 +13,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=f31549dd476e01504ba6ff62f69862eb78555a9809ebe737056543a189d619dc +checksum=4e8640f65ad659332c5d24b7715703c95e820083ee11126c9cd051d418e3d9e0 build_options="wayland" build_options_default="wayland"