1 # Maintainer: Bart Verhoeven <nepherte at gmail dot com>
5 pkgdesc="Command line utility for querying the capabilities of a VDPAU device."
7 url="http://cgit.freedesktop.org/~aplattner/vdpauinfo"
9 changelog=$pkgname.changelog
10 depends=('libvdpau' 'libxfixes')
11 source=('http://cgit.freedesktop.org/~aplattner/vdpauinfo/snapshot/vdpauinfo-0.0.6.tar.bz2')
12 sha256sums=('9a81a13780cbf668ac7d6d6449a4f12857891775cc945ffa9ff27f8ffd102b25')
15 cd $srcdir/$pkgname-$pkgver
19 ./configure --prefix=/usr VDPAU_CFLAGS=-I/usr/include \
20 VDPAU_LIBS=-lvdpau LIBS=-lX11
25 cd $srcdir/$pkgname-$pkgver
26 make DESTDIR="$pkgdir" install
27 install -D -m644 $srcdir/$pkgname-$pkgver/LICENSE $pkgdir/usr/share/licenses/$pkgname/license