libva: update to 1.1.1.
This commit is contained in:
parent
ab220e79d2
commit
18cf430e23
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'libva'
|
||||
pkgname=libva
|
||||
_distver=1.1.0
|
||||
_distver=1.1.1
|
||||
version=1:${_distver}
|
||||
revision=2
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${_distver}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://freedesktop.org/wiki/Software/vaapi"
|
||||
license="MIT"
|
||||
distfiles="http://www.freedesktop.org/software/vaapi/releases/libva/libva-${_distver}.tar.bz2"
|
||||
checksum=db6adc24a6f02f234a823dd8ced4a7e38084581f4ae02b6aac10716e523cefa8
|
||||
checksum=c0af7bf3e96e19fbd0513fbf461a010638907136b5ee0d68094fa0cc7e66cd4d
|
||||
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
|
||||
|
@ -35,6 +35,6 @@ libva-devel_package() {
|
|||
|
||||
libva_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue