libva-intel-driver: update to 1.0.20.

This commit is contained in:
Juan RP 2013-04-20 08:49:39 +02:00
parent 68a2d5a888
commit 392bc23002
1 changed files with 4 additions and 8 deletions

View File

@ -1,16 +1,16 @@
# Template file for 'libva-intel-driver' # Template file for 'libva-intel-driver'
pkgname=libva-intel-driver pkgname=libva-intel-driver
version=1.0.19 version=1.0.20
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="libtool automake pkg-config" hostmakedepends="pkg-config"
makedepends="libX11-devel libva-devel>=1:1.0.16 libdrm-devel" makedepends="libX11-devel libva-devel>=1:1.0.16 libdrm-devel"
short_desc="Video Acceleration (VA) API - Intel Graphics backend" short_desc="Video Acceleration (VA) API - Intel Graphics backend"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://freedesktop.org/wiki/Software/vaapi" homepage="http://freedesktop.org/wiki/Software/vaapi"
license="MIT" license="MIT"
distfiles="http://www.freedesktop.org/software/vaapi/releases/${pkgname}/${pkgname}-${version}.tar.bz2" distfiles="http://www.freedesktop.org/software/vaapi/releases/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=2db68da9f4cea9b726ce2cd7c6246d902085310d83609082e453aa01559ea792 checksum=12fefb661372c053ff26530fae8342f9df63dbe8ab2c548d8d430d994042d4c9
long_desc=" long_desc="
The main motivation for VA-API (Video Acceleration API) is to enable hardware The main motivation for VA-API (Video Acceleration API) is to enable hardware
accelerated video decode/encode at various entry-points (VLD, IDCT, Motion 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 This package includes the VA-API backend for Intel G45 chipsets and Intel
HD Graphics." HD Graphics."
pre_configure() {
./autogen.sh
}
post_install() { post_install() {
vinstall COPYING 644 usr/share/licenses/${pkgname} vinstall COPYING 644 usr/share/licenses/${pkgname}
} }
@ -31,6 +27,6 @@ post_install() {
libva-intel-driver_package() { libva-intel-driver_package() {
depends="libva>=1:1.0.16" depends="libva>=1:1.0.16"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }