From fdf4e047d770dbefbef8e64ec2497ec77971eb97 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 26 Dec 2019 12:12:24 +0100 Subject: [PATCH] libva: update to 2.6.0. --- srcpkgs/libva/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libva/template b/srcpkgs/libva/template index dec3914117d..79872b5505a 100644 --- a/srcpkgs/libva/template +++ b/srcpkgs/libva/template @@ -1,6 +1,6 @@ # Template file for 'libva' pkgname=libva -version=2.5.0 +version=2.6.0 revision=1 build_style=meson configure_args="-Dwith_glx=no $(vopt_if wayland -Dwith_wayland=yes) @@ -9,12 +9,12 @@ hostmakedepends="pkg-config $(vopt_if wayland wayland-devel)" makedepends="libXfixes-devel libXext-devel libdrm-devel $(vopt_if wayland wayland-devel)" short_desc="Video Acceleration (VA) API" -maintainer="Orphaned " +maintainer="Juan RP " license="MIT" homepage="https://01.org/linuxmedia" changelog="https://raw.githubusercontent.com/intel/libva/master/NEWS" distfiles="https://github.com/intel/libva/archive/${version}.tar.gz" -checksum=9b6264dade6b6d3edb59c6c4f3c9217d1d5a195635fc07da875d565f58624418 +checksum=5566755739503ef53beafad7fd7e155e68039e9af78e051e27f1715a420a0952 build_options="wayland" build_options_default="wayland"