libva-intel-driver: update to 1.0.17.
This commit is contained in:
parent
aa1382fc94
commit
92158eaefd
|
@ -1,16 +1,15 @@
|
|||
# Template file for 'libva-intel-driver'
|
||||
_distname=intel-driver
|
||||
pkgname=libva-${_distname}
|
||||
version=1.0.15
|
||||
version=1.0.17
|
||||
wrksrc=${_distname}-${version}
|
||||
distfiles="http://cgit.freedesktop.org/vaapi/${_distname}/snapshot/${_distname}-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
short_desc="Video Acceleration (VA) API - Intel Graphics backend"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://freedesktop.org/wiki/Software/vaapi"
|
||||
license="MIT"
|
||||
checksum=52f16f78129af00ec40afc6a1b8fb07c7b6c6c0da7f43a54e19afd2a41791098
|
||||
checksum=83bee4de6e156b3a95af3ac41bcb2dbfecbb547444e8ff8ef005dc5ad92e0b3f
|
||||
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,7 +19,6 @@ long_desc="
|
|||
This package includes the VA-API backend for Intel G45 chipsets and Intel
|
||||
HD Graphics."
|
||||
|
||||
|
||||
Add_dependency build automake
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build libva-devel
|
||||
|
@ -28,7 +26,7 @@ Add_dependency build libdrm-devel
|
|||
Add_dependency build libX11-devel
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
./autogen.sh
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue