libva-intel-driver: update to 1.0.19.
This commit is contained in:
parent
d2d58aefd6
commit
c23fdea9ad
2 changed files with 8 additions and 10 deletions
|
@ -1,6 +1,5 @@
|
|||
libpthread.so.0
|
||||
libdrm.so.2
|
||||
libdrm_intel.so.1
|
||||
libva-x11.so.1
|
||||
libva.so.1
|
||||
libc.so.6
|
||||
libdl.so.2
|
||||
|
|
|
@ -1,18 +1,17 @@
|
|||
# Template file for 'libva-intel-driver'
|
||||
_distname=intel-driver
|
||||
pkgname=libva-${_distname}
|
||||
version=1.0.18
|
||||
revision=2
|
||||
wrksrc=${_distname}-${version}
|
||||
pkgname=libva-intel-driver
|
||||
version=1.0.19
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
depends="libva>=1:1.0.16"
|
||||
makedepends="automake pkg-config libva-devel>=1:1.0.16 libdrm-devel libX11-devel"
|
||||
makedepends="automake pkg-config libva-devel>=1:1.0.16 libdrm-devel
|
||||
libX11-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://cgit.freedesktop.org/vaapi/${_distname}/snapshot/${_distname}-$version.tar.bz2"
|
||||
checksum=609bfe3f4ff72e8f6bcc2a80f1ca6f59790838469707a2fe4ad33e90b807cad4
|
||||
distfiles="http://www.freedesktop.org/software/vaapi/releases/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=2db68da9f4cea9b726ce2cd7c6246d902085310d83609082e453aa01559ea792
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue