1 # Maintainer: Jan de Groot <jgc@archlinux.org>
6 pkgdesc="Prints out the capabilities of any video adaptors associated with the display that are accessible through the X-Video extension"
8 url="https://xorg.freedesktop.org/"
10 depends=('libx11' 'libxv')
11 makedepends=('xorg-util-macros')
12 groups=('xorg-apps' 'xorg')
13 source=(https://xorg.freedesktop.org/archive/individual/app/xvinfo-${pkgver}.tar.bz2{,.sig})
14 sha512sums=('85e1f936c5c826f0fdde3670bd77d5cde8641c6e8e7849e42142e91b5aa01d7e0e60d2b064eb6fef4f5666321813ca2dc9f9656756ccbe6dcda37b119ee8a63e'
16 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith <alan.coopersmith@oracle.com>
20 ./configure --prefix=/usr
26 make DESTDIR="${pkgdir}" install
27 install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"