# $Id: PKGBUILD 94611 2010-10-08 19:13:12Z ibiru $ # Maintainer: Ionut Biru pkgname=vdpau-video pkgver=0.7.3.pre4 pkgrel=1 pkgdesc="VDPAU backend for VA API" arch=('i686' 'x86_64') url="http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/" license=('GPL') depends=('libva' 'libvdpau') makedepends=('mesa') options=('!libtool') source=(http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/${pkgname}-${pkgver}.tar.gz) #enable-glx.patch) build() { cd "${srcdir}/${pkgname}-${pkgver}" # patch -Np1 -i $srcdir/enable-glx.patch autoreconf -fi ./configure --prefix=/usr --enable-glx make make DESTDIR="${pkgdir}" install } # vim:set ts=2 sw=2 et: md5sums=('704421ffd5b2ba33b1e1260fb7af9d4a')