From 18cf430e231c4ab3b6af17fa3900e3ea82f414be Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 20 Apr 2013 08:00:33 +0200 Subject: [PATCH] libva: update to 1.1.1. --- srcpkgs/libva/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libva/template b/srcpkgs/libva/template index 3482c48e07a..fa381d293c8 100644 --- a/srcpkgs/libva/template +++ b/srcpkgs/libva/template @@ -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 " 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 } }