void-packages/srcpkgs/libva-intel-driver/template

33 lines
1.1 KiB
Text
Raw Normal View History

# Template file for 'libva-intel-driver'
2012-11-10 05:30:53 +00:00
pkgname=libva-intel-driver
2013-06-26 20:59:50 +00:00
version=1.2.0
2012-11-10 05:30:53 +00:00
revision=1
build_style=gnu-configure
2013-04-20 06:49:39 +00:00
hostmakedepends="pkg-config"
2013-06-26 20:59:50 +00:00
makedepends="libX11-devel libva-devel>=1:1.2.0 libdrm-devel"
short_desc="Video Acceleration (VA) API - Intel Graphics backend"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://freedesktop.org/wiki/Software/vaapi"
license="MIT"
2012-11-10 05:30:53 +00:00
distfiles="http://www.freedesktop.org/software/vaapi/releases/${pkgname}/${pkgname}-${version}.tar.bz2"
2013-06-26 20:59:50 +00:00
checksum=a6fceaa118fe5d1a6e7382ed30e6684b4059b3fedd79eb53121a80e8016c748c
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."
post_install() {
vinstall COPYING 644 usr/share/licenses/${pkgname}
}
libva-intel-driver_package() {
2013-06-26 20:59:50 +00:00
depends="libva>=1:1.2.0"
pkg_install() {
2013-04-20 06:49:39 +00:00
vmove all
}
}