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
|
libpthread.so.0
|
||||||
libdrm.so.2
|
libdrm.so.2
|
||||||
libdrm_intel.so.1
|
libdrm_intel.so.1
|
||||||
libva-x11.so.1
|
|
||||||
libva.so.1
|
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
libdl.so.2
|
||||||
|
|
|
@ -1,18 +1,17 @@
|
||||||
# Template file for 'libva-intel-driver'
|
# Template file for 'libva-intel-driver'
|
||||||
_distname=intel-driver
|
pkgname=libva-intel-driver
|
||||||
pkgname=libva-${_distname}
|
version=1.0.19
|
||||||
version=1.0.18
|
revision=1
|
||||||
revision=2
|
|
||||||
wrksrc=${_distname}-${version}
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
depends="libva>=1:1.0.16"
|
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"
|
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://cgit.freedesktop.org/vaapi/${_distname}/snapshot/${_distname}-$version.tar.bz2"
|
distfiles="http://www.freedesktop.org/software/vaapi/releases/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=609bfe3f4ff72e8f6bcc2a80f1ca6f59790838469707a2fe4ad33e90b807cad4
|
checksum=2db68da9f4cea9b726ce2cd7c6246d902085310d83609082e453aa01559ea792
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue