libva: update to 2.7.1.

This commit is contained in:
Juan RP 2020-04-20 11:10:45 +02:00
parent 95bb2c5344
commit f7c797cdf0
No known key found for this signature in database
GPG key ID: AF19F6CB482F9368

View file

@ -1,20 +1,19 @@
# Template file for 'libva' # Template file for 'libva'
pkgname=libva pkgname=libva
version=2.6.1 version=2.7.1
revision=1 revision=1
build_style=meson build_style=meson
configure_args="-Dwith_glx=no $(vopt_if wayland -Dwith_wayland=yes) configure_args="-Dwith_glx=no $(vopt_if wayland -Dwith_wayland=yes)"
-Dwith_egl=yes"
hostmakedepends="pkg-config $(vopt_if wayland wayland-devel)" hostmakedepends="pkg-config $(vopt_if wayland wayland-devel)"
makedepends="libXfixes-devel libXext-devel libdrm-devel makedepends="libXfixes-devel libXext-devel libdrm-devel
$(vopt_if wayland 'libffi-devel wayland-devel')" $(vopt_if wayland 'libffi-devel wayland-devel')"
short_desc="Video Acceleration (VA) API" short_desc="Video Acceleration (VA) API"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="MIT" license="MIT"
homepage="https://01.org/linuxmedia" homepage="https://01.org/linuxmedia/vaapi"
changelog="https://raw.githubusercontent.com/intel/libva/master/NEWS" changelog="https://raw.githubusercontent.com/intel/libva/master/NEWS"
distfiles="https://github.com/intel/libva/archive/${version}.tar.gz" distfiles="https://github.com/intel/libva/archive/${version}.tar.gz"
checksum=965f581e096508ece26ea9bef8bd769e93f9d1fe6840e309cc925cfef35ad13f checksum=9a3167c9af8c0ce10c4a46791557f934457b78fcc625111dcefaa7f30b7eb289
build_options="wayland" build_options="wayland"
build_options_default="wayland" build_options_default="wayland"