From 1f923c5ec54e81c2505cdf02fffb0ffc6487c9a7 Mon Sep 17 00:00:00 2001 From: Stefano Ragni Date: Tue, 6 Oct 2020 11:07:33 +0200 Subject: [PATCH] libva-glx: update to 2.9.0 --- srcpkgs/libva-glx/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libva-glx/template b/srcpkgs/libva-glx/template index 8867dafeb31..19ff3ba7980 100644 --- a/srcpkgs/libva-glx/template +++ b/srcpkgs/libva-glx/template @@ -7,7 +7,7 @@ # KEEP THIS PACKAGE SYNCHRONIZED WITH "libva". # pkgname=libva-glx -version=2.7.1 +version=2.9.0 revision=1 wrksrc="libva-${version}" build_style=meson @@ -15,12 +15,12 @@ configure_args="-Dwith_glx=yes -Dwith_wayland=yes" hostmakedepends="pkg-config wayland-devel" makedepends="libva-devel libXfixes-devel MesaLib-devel wayland-devel" short_desc="Video Acceleration (VA) API - GLX backend" -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=9a3167c9af8c0ce10c4a46791557f934457b78fcc625111dcefaa7f30b7eb289 +checksum=f31549dd476e01504ba6ff62f69862eb78555a9809ebe737056543a189d619dc post_install() { # We are only interested in the glx component, remove everything else.