2011-11-03 06:41:30 +00:00
|
|
|
# Template file for 'libvdpau'
|
|
|
|
pkgname=libvdpau
|
|
|
|
version=0.4.1
|
2011-11-16 11:59:14 +00:00
|
|
|
revision=3
|
2011-11-03 06:41:30 +00:00
|
|
|
distfiles="http://people.freedesktop.org/~aplattner/vdpau/$pkgname-$version.tar.gz"
|
|
|
|
build_style=gnu-configure
|
|
|
|
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"
|
|
|
|
checksum=061b6f86c64912f79851bfefcac4f77b401e9a939dbbb7b1ec795bc7d5aaf59b
|
|
|
|
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."
|
|
|
|
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
|
|
|
|
Add_dependency build pkg-config
|
2011-11-16 11:59:14 +00:00
|
|
|
Add_dependency build dri2proto
|
2011-11-03 06:41:30 +00:00
|
|
|
Add_dependency build libX11-devel
|
2011-11-16 11:59:14 +00:00
|
|
|
Add_dependency build libXext-devel
|
2011-11-03 06:41:30 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
|
|
|
}
|