libva: disable glx/egl backends; now provided by libva-glx.
This commit is contained in:
parent
89904906f8
commit
fdfb9fc9ae
2 changed files with 7 additions and 8 deletions
|
@ -786,9 +786,9 @@ libwebpdemux.so.1 libwebp-0.4.0_3
|
||||||
libwebpdecoder.so.1 libwebp-0.4.0_3
|
libwebpdecoder.so.1 libwebp-0.4.0_3
|
||||||
libva-x11.so.1 libva-1.0.14_1
|
libva-x11.so.1 libva-1.0.14_1
|
||||||
libva.so.1 libva-1.0.14_1
|
libva.so.1 libva-1.0.14_1
|
||||||
libva-glx.so.1 libva-1.0.14_1
|
libva-glx.so.1 libva-glx-1.5.0_1
|
||||||
|
libva-egl.so.1 libva-egl-1.5.0_1
|
||||||
libva-tpi.so.1 libva-1.0.14_1
|
libva-tpi.so.1 libva-1.0.14_1
|
||||||
libva-egl.so.1 libva-1.0.14_1
|
|
||||||
libva-drm.so.1 libva-1:1.1.0_1
|
libva-drm.so.1 libva-1:1.1.0_1
|
||||||
libva-wayland.so.1 libva-1:1.3.0_1
|
libva-wayland.so.1 libva-1:1.3.0_1
|
||||||
libv4l2.so.0 v4l-utils-0.8.5_1
|
libv4l2.so.0 v4l-utils-0.8.5_1
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
pkgname=libva
|
pkgname=libva
|
||||||
_distver=1.5.0
|
_distver=1.5.0
|
||||||
version=1:${_distver}
|
version=1:${_distver}
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}-${_distver}"
|
wrksrc="${pkgname}-${_distver}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static --enable-x11 --disable-egl --disable-glx"
|
||||||
hostmakedepends="pkg-config libtool"
|
hostmakedepends="automake pkg-config libtool"
|
||||||
makedepends="libXfixes-devel MesaLib-devel wayland-devel"
|
makedepends="libXfixes-devel libXext-devel libdrm-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>"
|
||||||
homepage="http://freedesktop.org/wiki/Software/vaapi"
|
homepage="http://freedesktop.org/wiki/Software/vaapi"
|
||||||
|
@ -16,8 +16,7 @@ distfiles="http://www.freedesktop.org/software/vaapi/releases/libva/libva-${_dis
|
||||||
checksum=e946d4b3110e4e23ec6a588e0c828937e502c67196d1266214441fefc4b83486
|
checksum=e946d4b3110e4e23ec6a588e0c828937e502c67196d1266214441fefc4b83486
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
touch aclocal.m4 Makefile.in config.h.in
|
autoreconf -fi
|
||||||
libtoolize -f
|
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue