# # Chakra Packages for Chakra, part of chakra-project.org # # maintainer (i686): Phil Miller # maintainer (x86_64): Manuel Tortosa pkgname=vdpau-video pkgver=0.7.3 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) md5sums=('18870e007ecdc50a528861fa55556364') build() { cd "${srcdir}/${pkgname}-${pkgver}" autoreconf -fi ./configure --prefix=/usr --enable-glx make make DESTDIR="${pkgdir}" install } # vim:set ts=2 sw=2 et: