libva: update to 2.9.1

[ci skip]
This commit is contained in:
Nathan Owens 2020-11-10 18:43:43 -06:00 committed by Helmut Pozimski
parent 6d86a876cc
commit e8c5ababf9

View file

@ -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"