From 74e38c06c570e06453b14a8d576aa590e69db6be Mon Sep 17 00:00:00 2001 From: Stefano Ragni Date: Fri, 2 Oct 2020 23:54:40 +0200 Subject: [PATCH] libva: update to 2.9.0 --- srcpkgs/libva/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libva/template b/srcpkgs/libva/template index 8f99983cfec..d681e84c848 100644 --- a/srcpkgs/libva/template +++ b/srcpkgs/libva/template @@ -1,6 +1,6 @@ # Template file for 'libva' pkgname=libva -version=2.8.0 +version=2.9.0 revision=1 build_style=meson configure_args="-Dwith_glx=no $(vopt_if wayland -Dwith_wayland=yes)" @@ -8,12 +8,12 @@ hostmakedepends="pkg-config $(vopt_if wayland wayland-devel)" makedepends="libXfixes-devel libXext-devel libdrm-devel $(vopt_if wayland 'libffi-devel wayland-devel')" short_desc="Video Acceleration (VA) API" -maintainer="Juan RP " +maintainer="Orphaned " 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=171bb8401930007945e87c765f22304e66e6e21c8a244a76389825dc2232671e +checksum=f31549dd476e01504ba6ff62f69862eb78555a9809ebe737056543a189d619dc build_options="wayland" build_options_default="wayland"