2011-08-11 19:27:10 +00:00
|
|
|
# Template file for 'libva'
|
|
|
|
pkgname=libva
|
2012-06-16 06:10:42 +00:00
|
|
|
version=1.1.0
|
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="pkg-config automake libXfixes-devel MesaLib-devel"
|
2012-06-16 06:10:42 +00:00
|
|
|
subpackages="$pkgname-devel"
|
2011-08-11 19:27:10 +00:00
|
|
|
short_desc="Video Acceleration (VA) API"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
homepage="http://freedesktop.org/wiki/Software/vaapi"
|
|
|
|
license="MIT"
|
2012-06-16 06:10:42 +00:00
|
|
|
distfiles="http://cgit.freedesktop.org/libva/snapshot/libva-$version.tar.bz2"
|
|
|
|
checksum=a7289f9c36639f04e7c140ac7ae67d0398d54625a1b5e87990fcba547349990f
|
2011-08-11 19:27:10 +00:00
|
|
|
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)."
|
|
|
|
|
2011-11-03 08:54:47 +00:00
|
|
|
pre_configure() {
|
2011-08-11 19:27:10 +00:00
|
|
|
autoreconf -fiv
|
|
|
|
}
|
|
|
|
|
2011-11-03 08:54:47 +00:00
|
|
|
post_install() {
|
2011-08-11 19:27:10 +00:00
|
|
|
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
|
|
|
}
|