libva-glx: update to 1.8.0
This commit is contained in:
parent
0c609fffcf
commit
b303bc330c
|
@ -7,23 +7,20 @@
|
|||
# KEEP THIS PACKAGE SYNCHRONIZED WITH "libva".
|
||||
#
|
||||
pkgname=libva-glx
|
||||
version=1.7.3
|
||||
version=1.8.0
|
||||
revision=1
|
||||
wrksrc="libva-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-glx --enable-egl"
|
||||
hostmakedepends="automake pkg-config libtool"
|
||||
configure_args="--enable-glx --enable-egl"
|
||||
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@voidlinux.eu>"
|
||||
homepage="http://freedesktop.org/wiki/Software/vaapi"
|
||||
homepage="https://01.org/linuxmedia"
|
||||
license="MIT"
|
||||
distfiles="${FREEDESKTOP_SITE}/vaapi/releases/libva/libva-${version}.tar.bz2"
|
||||
checksum=22bc139498065a7950d966dbdb000cad04905cbd3dc8f3541f80d36c4670b9d9
|
||||
distfiles="https://github.com/01org/libva/releases/download/${version}/libva-${version}.tar.bz2"
|
||||
checksum=eb92f3dcbe3981df3575348377263b31361113c77b2c3745f23174d1f562d658
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
post_install() {
|
||||
# We are only interested in the glx component, remove everything else.
|
||||
mkdir -p ${wrksrc}/temp/usr/lib/pkgconfig ${wrksrc}/temp/usr/include/va
|
||||
|
|
Loading…
Reference in New Issue