mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
libva-glx: update to 1.8.0
This commit is contained in:
parent
0c609fffcf
commit
b303bc330c
1 changed files with 6 additions and 9 deletions
|
@ -7,23 +7,20 @@
|
||||||
# KEEP THIS PACKAGE SYNCHRONIZED WITH "libva".
|
# KEEP THIS PACKAGE SYNCHRONIZED WITH "libva".
|
||||||
#
|
#
|
||||||
pkgname=libva-glx
|
pkgname=libva-glx
|
||||||
version=1.7.3
|
version=1.8.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="libva-${version}"
|
wrksrc="libva-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --enable-glx --enable-egl"
|
configure_args="--enable-glx --enable-egl"
|
||||||
hostmakedepends="automake pkg-config libtool"
|
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="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://freedesktop.org/wiki/Software/vaapi"
|
homepage="https://01.org/linuxmedia"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${FREEDESKTOP_SITE}/vaapi/releases/libva/libva-${version}.tar.bz2"
|
distfiles="https://github.com/01org/libva/releases/download/${version}/libva-${version}.tar.bz2"
|
||||||
checksum=22bc139498065a7950d966dbdb000cad04905cbd3dc8f3541f80d36c4670b9d9
|
checksum=eb92f3dcbe3981df3575348377263b31361113c77b2c3745f23174d1f562d658
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
autoreconf -fi
|
|
||||||
}
|
|
||||||
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.
|
||||||
mkdir -p ${wrksrc}/temp/usr/lib/pkgconfig ${wrksrc}/temp/usr/include/va
|
mkdir -p ${wrksrc}/temp/usr/lib/pkgconfig ${wrksrc}/temp/usr/include/va
|
||||||
|
|
Loading…
Add table
Reference in a new issue