libva: update to 1.1.1.

This commit is contained in:
Juan RP 2013-04-20 08:00:33 +02:00
parent ab220e79d2
commit 18cf430e23

View file

@ -1,8 +1,8 @@
# Template file for 'libva' # Template file for 'libva'
pkgname=libva pkgname=libva
_distver=1.1.0 _distver=1.1.1
version=1:${_distver} version=1:${_distver}
revision=2 revision=1
wrksrc="${pkgname}-${_distver}" wrksrc="${pkgname}-${_distver}"
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static" configure_args="--disable-static"
@ -13,7 +13,7 @@ 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://www.freedesktop.org/software/vaapi/releases/libva/libva-${_distver}.tar.bz2" distfiles="http://www.freedesktop.org/software/vaapi/releases/libva/libva-${_distver}.tar.bz2"
checksum=db6adc24a6f02f234a823dd8ced4a7e38084581f4ae02b6aac10716e523cefa8 checksum=c0af7bf3e96e19fbd0513fbf461a010638907136b5ee0d68094fa0cc7e66cd4d
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
@ -35,6 +35,6 @@ libva-devel_package() {
libva_package() { libva_package() {
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }