libva-intel-driver: update to 1.2.0.
This commit is contained in:
parent
227540bbf6
commit
94edd5706a
1 changed files with 4 additions and 4 deletions
|
@ -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.20
|
version=1.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libX11-devel libva-devel>=1:1.0.16 libdrm-devel"
|
makedepends="libX11-devel libva-devel>=1:1.2.0 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=12fefb661372c053ff26530fae8342f9df63dbe8ab2c548d8d430d994042d4c9
|
checksum=a6fceaa118fe5d1a6e7382ed30e6684b4059b3fedd79eb53121a80e8016c748c
|
||||||
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
|
||||||
|
@ -25,7 +25,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libva-intel-driver_package() {
|
libva-intel-driver_package() {
|
||||||
depends="libva>=1:1.0.16"
|
depends="libva>=1:1.2.0"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue