libva-intel-driver: update to 1.0.20.
This commit is contained in:
parent
68a2d5a888
commit
392bc23002
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'libva-intel-driver'
|
||||
pkgname=libva-intel-driver
|
||||
version=1.0.19
|
||||
version=1.0.20
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="libtool automake pkg-config"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libX11-devel libva-devel>=1:1.0.16 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"
|
||||
distfiles="http://www.freedesktop.org/software/vaapi/releases/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=2db68da9f4cea9b726ce2cd7c6246d902085310d83609082e453aa01559ea792
|
||||
checksum=12fefb661372c053ff26530fae8342f9df63dbe8ab2c548d8d430d994042d4c9
|
||||
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
|
||||
|
@ -20,10 +20,6 @@ long_desc="
|
|||
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}
|
||||
}
|
||||
|
@ -31,6 +27,6 @@ post_install() {
|
|||
libva-intel-driver_package() {
|
||||
depends="libva>=1:1.0.16"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue