From 4de7c6b5e39925e46a75f677803cabc4d6336641 Mon Sep 17 00:00:00 2001 From: Taner Tas Date: Tue, 20 Mar 2018 07:22:02 +0000 Subject: testing/libva-utils: Upgrade to 2.1.0 --- testing/libva-utils/APKBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/testing/libva-utils/APKBUILD b/testing/libva-utils/APKBUILD index 98288d51ea..081eb992e9 100644 --- a/testing/libva-utils/APKBUILD +++ b/testing/libva-utils/APKBUILD @@ -1,15 +1,17 @@ +# Contributor: Taner Tas # Maintainer: Taner Tas 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" -- cgit v1.2.3