void-packages/srcpkgs/libva/template
2012-06-16 08:10:42 +02:00

27 lines
890 B
Plaintext

# Template file for 'libva'
pkgname=libva
version=1.1.0
revision=1
build_style=gnu-configure
makedepends="pkg-config automake libXfixes-devel MesaLib-devel"
subpackages="$pkgname-devel"
short_desc="Video Acceleration (VA) API"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://freedesktop.org/wiki/Software/vaapi"
license="MIT"
distfiles="http://cgit.freedesktop.org/libva/snapshot/libva-$version.tar.bz2"
checksum=a7289f9c36639f04e7c140ac7ae67d0398d54625a1b5e87990fcba547349990f
long_desc="
The main motivation for VA-API (Video Acceleration API) is to enable hardware
accelerated video decode/encode at various entry-points (VLD, IDCT, Motion
Compensation etc.) for the prevailing coding standards today (MPEG-2,
MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3)."
pre_configure() {
autoreconf -fiv
}
post_install() {
vinstall COPYING 644 usr/share/licenses/${pkgname}
}