31 lines
1.1 KiB
Text
31 lines
1.1 KiB
Text
# Template file for 'libva-intel-driver'
|
|
_distname=intel-driver
|
|
pkgname=libva-${_distname}
|
|
version=1.0.17
|
|
wrksrc=${_distname}-${version}
|
|
distfiles="http://cgit.freedesktop.org/vaapi/${_distname}/snapshot/${_distname}-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
makedepends="automake pkg-config libva-devel libdrm-devel libX11-devel"
|
|
revision=1
|
|
short_desc="Video Acceleration (VA) API - Intel Graphics backend"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://freedesktop.org/wiki/Software/vaapi"
|
|
license="MIT"
|
|
checksum=83bee4de6e156b3a95af3ac41bcb2dbfecbb547444e8ff8ef005dc5ad92e0b3f
|
|
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).
|
|
|
|
This package includes the VA-API backend for Intel G45 chipsets and Intel
|
|
HD Graphics."
|
|
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
|
}
|