libva-glx: update to 2.9.0
This commit is contained in:
parent
74e38c06c5
commit
1f923c5ec5
|
@ -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 <xtraeme@gmail.com>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue