2011-08-11 19:27:10 +00:00
|
|
|
# Template file for 'libva'
|
|
|
|
pkgname=libva
|
2012-08-16 09:09:49 +00:00
|
|
|
_distver=1.0.16
|
|
|
|
version=1:${_distver}
|
2012-06-16 06:10:42 +00:00
|
|
|
revision=1
|
2012-08-16 09:09:49 +00:00
|
|
|
wrksrc="${pkgname}-${_distver}"
|
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-08-16 09:09:49 +00:00
|
|
|
distfiles="http://cgit.freedesktop.org/libva/snapshot/libva-${_distver}.tar.bz2"
|
|
|
|
checksum=a9a39a2b92eeab73c517de7e6b841c2840b040ea685f850866fe58242cc2f161
|
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}
|
|
|
|
}
|