libva: update to 1.2.0.
This commit is contained in:
parent
b8e9bafe6b
commit
227540bbf6
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libva'
|
||||
pkgname=libva
|
||||
_distver=1.1.1
|
||||
_distver=1.2.0
|
||||
version=1:${_distver}
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${_distver}"
|
||||
|
@ -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=c0af7bf3e96e19fbd0513fbf461a010638907136b5ee0d68094fa0cc7e66cd4d
|
||||
checksum=15c6d69ba52d4313e8c9f8bf8bbe2a7211ab03966f3beaafb4448e517418e1c4
|
||||
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
|
||||
|
@ -26,10 +26,11 @@ post_install() {
|
|||
|
||||
libva-devel_package() {
|
||||
depends="libva-${version}_${revision}"
|
||||
short_desc="${short_desc} - development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue