testing/libva-utils: upgrade to 2.0.0

This commit is contained in:
Taner Tas 2017-12-12 15:26:22 +00:00 committed by Natanael Copa
parent f848382dce
commit d00499aa9b

View File

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