diff --git a/common/shlibs b/common/shlibs index edb831e512d..812b486050d 100644 --- a/common/shlibs +++ b/common/shlibs @@ -786,9 +786,9 @@ libwebpdemux.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.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-egl.so.1 libva-1.0.14_1 libva-drm.so.1 libva-1:1.1.0_1 libva-wayland.so.1 libva-1:1.3.0_1 libv4l2.so.0 v4l-utils-0.8.5_1 diff --git a/srcpkgs/libva/template b/srcpkgs/libva/template index fa3c113f248..148b692f568 100644 --- a/srcpkgs/libva/template +++ b/srcpkgs/libva/template @@ -2,12 +2,12 @@ pkgname=libva _distver=1.5.0 version=1:${_distver} -revision=1 +revision=2 wrksrc="${pkgname}-${_distver}" build_style=gnu-configure -configure_args="--disable-static" -hostmakedepends="pkg-config libtool" -makedepends="libXfixes-devel MesaLib-devel wayland-devel" +configure_args="--disable-static --enable-x11 --disable-egl --disable-glx" +hostmakedepends="automake pkg-config libtool" +makedepends="libXfixes-devel libXext-devel libdrm-devel wayland-devel" short_desc="Video Acceleration (VA) API" maintainer="Juan RP " homepage="http://freedesktop.org/wiki/Software/vaapi" @@ -16,8 +16,7 @@ distfiles="http://www.freedesktop.org/software/vaapi/releases/libva/libva-${_dis checksum=e946d4b3110e4e23ec6a588e0c828937e502c67196d1266214441fefc4b83486 pre_configure() { - touch aclocal.m4 Makefile.in config.h.in - libtoolize -f + autoreconf -fi } post_install() { vlicense COPYING