summaryrefslogtreecommitdiffstats
path: root/abs/extra/vdpau-video/PKGBUILD
blob: d98b7c8935238e6bae2bac65f16f7da6a91e42d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $Id: PKGBUILD 94611 2010-10-08 19:13:12Z ibiru $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
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')