# Contributor: Carlo Landmeter # Maintainer: Natanael Copa pkgname=libva-intel-driver pkgver=2.0.0 pkgrel=1 pkgdesc="VA-API implementation for Intel GMA chipsets and Intel HD Graphics" url="http://freedesktop.org/wiki/Software/vaapi" arch="x86 x86_64" license="MIT" depends="" makedepends="libdrm-dev libva-dev autoconf automake libtool" install="" subpackages="" install_if="libva xf86-video-intel" source="${pkgname}-${pkgver}.tar.bz2::https://github.com/01org/intel-vaapi-driver/releases/download/${pkgver}/intel-vaapi-driver-${pkgver}.tar.bz2" builddir="$srcdir"/intel-vaapi-driver-$pkgver prepare() { cd "$builddir" default_prepare # we need to regen the configure script which will unconditionally # depend on wayland scanner otherwise libtoolize --force && aclocal -I m4 && autoconf \ && automake --add-missing } build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --enable-x11 \ --disable-wayland \ --disable-static \ --enable-shared make } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="a1ca679e1e928a56d369140f3a129a5ed66668d37e25b6115712d406d58fdc9cdce16df22361b91356ea267a558eaf30789d9eba0d415bf2e5ca559d983d0c27 libva-intel-driver-2.0.0.tar.bz2"