2 # Contributor: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="Nvidia VDPAU library"
9 url='https://www.freedesktop.org/wiki/Software/VDPAU/'
12 source=(https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
13 makedepends=('xorgproto' 'meson')
14 sha256sums=('66490802f30426d30ff9e8af35263bbbbaa23b52d0a2d797d06959c3d19638fd')
17 arch-meson $pkgname-$pkgver build
26 DESTDIR="${pkgdir}" ninja -C build install
27 install -Dm 644 $pkgname-$pkgver/COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}/"