testing/libva-utils: Upgrade to 2.1.0

This commit is contained in:
Taner Tas 2018-03-20 07:22:02 +00:00 committed by Leonardo Arena
parent 902c00fda1
commit 4de7c6b5e3

View File

@ -1,15 +1,17 @@
# Contributor: Taner Tas <taner76@gmail.com>
# Maintainer: Taner Tas <taner76@gmail.com>
pkgname=libva-utils
pkgver="2.0.0"
pkgver=2.1.0
pkgrel=0
pkgdesc="Intel VA-API Media Applications and Scripts for libva"
url="https://github.com/01org/libva-utils"
arch="all"
license="custom"
makedepends="mesa-dev libva-dev autoconf automake libtool"
license="MIT"
makedepends="mesa-dev libva-dev autoconf automake libtool libva-dev"
source="https://github.com/01org/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2"
options="!check"
builddir="${srcdir}/${pkgname}-${pkgver}"
build() {
cd "$builddir"
./autogen.sh \
@ -33,4 +35,4 @@ package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
sha512sums="6f6da5ca99745f78ad1ee9c7fa8c9d986a5a4360b8e7b01031fd33bfe3884075291c7596817824f7dbd310b07614b0633b60cf29195769e651e2e8c579d1d211 libva-utils-2.0.0.tar.bz2"
sha512sums="17517c09197a84d1c56b2da1b8af5cc17cfe5bf6a667eb78d80398d54a74e2f27d45808710d52a4348700fcd6cde9866140e9826b24ffa39e08e6400ec17a5f2 libva-utils-2.1.0.tar.bz2"