aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTaner Tas <taner76@gmail.com>2018-03-20 07:22:02 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-03-20 10:11:57 +0000
commit4de7c6b5e39925e46a75f677803cabc4d6336641 (patch)
treeec540205846bd65b371c16a07a9655a5c92d2431 /testing
parent902c00fda1a6feb7b23bc091090362b0e0e21585 (diff)
downloadaports-4de7c6b5e39925e46a75f677803cabc4d6336641.tar.bz2
aports-4de7c6b5e39925e46a75f677803cabc4d6336641.tar.xz
testing/libva-utils: Upgrade to 2.1.0
Diffstat (limited to 'testing')
-rw-r--r--testing/libva-utils/APKBUILD10
1 files 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 <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"