void-packages/srcpkgs/libvdpau/template
2012-09-05 09:45:48 +02:00

24 lines
926 B
Plaintext

# Template file for 'libvdpau'
pkgname=libvdpau
version=0.5
revision=1
subpackages="$pkgname-devel"
build_style=gnu-configure
makedepends="pkg-config dri2proto libX11-devel libXext-devel"
short_desc="The Video Decode and Presentation API for UNIX"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://cgit.freedesktop.org/~aplattner/libvdpau"
license="MIT"
distfiles="http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${version}.tar.gz"
checksum=1dba27b86c94c400d540df0cc5166fb683d1157794867627b5fe9febc96f5e4c
long_desc="
The Video Decode and Presentation API for Unix (VDPAU) provides a complete
solution for decoding, post-processing, compositing, and displaying
compressed or uncompressed video streams. These video streams may be combined
(composited) with bitmap content, to implement OSDs and other application
user interfaces."
post_install() {
vinstall COPYING 644 usr/share/licenses/${pkgname}
}