libva-glx: update to 2.6.0.

This commit is contained in:
Juan RP 2019-12-26 12:12:32 +01:00
parent fdf4e047d7
commit f51402f77d
No known key found for this signature in database
GPG Key ID: AF19F6CB482F9368

View File

@ -2,12 +2,12 @@
# #
# THIS PACKAGE IS SPLITTED FROM "libva" TO AVOID A CYCLIC DEPENDENCY: # THIS PACKAGE IS SPLITTED FROM "libva" TO AVOID A CYCLIC DEPENDENCY:
# #
# libva -> libGL -> libva # libva -> mesa -> libva
# #
# KEEP THIS PACKAGE SYNCHRONIZED WITH "libva". # KEEP THIS PACKAGE SYNCHRONIZED WITH "libva".
# #
pkgname=libva-glx pkgname=libva-glx
version=2.5.0 version=2.6.0
revision=1 revision=1
wrksrc="libva-${version}" wrksrc="libva-${version}"
build_style=meson build_style=meson
@ -15,12 +15,12 @@ configure_args="-Dwith_glx=yes -Dwith_wayland=yes -Dwith_egl=no"
hostmakedepends="pkg-config wayland-devel" hostmakedepends="pkg-config wayland-devel"
makedepends="libva-devel libXfixes-devel MesaLib-devel wayland-devel" makedepends="libva-devel libXfixes-devel MesaLib-devel wayland-devel"
short_desc="Video Acceleration (VA) API - GLX backend" short_desc="Video Acceleration (VA) API - GLX backend"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Juan RP <xtraeme@gmail.com>"
license="MIT" license="MIT"
homepage="https://01.org/linuxmedia" homepage="https://01.org/linuxmedia"
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=9b6264dade6b6d3edb59c6c4f3c9217d1d5a195635fc07da875d565f58624418 checksum=5566755739503ef53beafad7fd7e155e68039e9af78e051e27f1715a420a0952
post_install() { post_install() {
# We are only interested in the glx component, remove everything else. # We are only interested in the glx component, remove everything else.