aboutsummaryrefslogtreecommitdiffstats
path: root/main/libva
diff options
context:
space:
mode:
authorTaner Tas <taner76@gmail.com>2017-12-12 15:11:07 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-12-19 14:10:31 +0000
commitf848382dce16883797b6129e99afea3c53f0e12c (patch)
tree46dc392523364f4241fb2d78398964856894bcae /main/libva
parent798c596f2f04c8345cd7d1d770fa16e8a486c849 (diff)
downloadaports-f848382dce16883797b6129e99afea3c53f0e12c.tar.bz2
aports-f848382dce16883797b6129e99afea3c53f0e12c.tar.xz
main/libva: upgrade to 2.0.0
Diffstat (limited to 'main/libva')
-rw-r--r--main/libva/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/libva/APKBUILD b/main/libva/APKBUILD
index d9fc591f7a..f5c76b3722 100644
--- a/main/libva/APKBUILD
+++ b/main/libva/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libva
-pkgver=1.8.2
+pkgver=2.0.0
pkgrel=0
pkgdesc="Video Acceleration (VA) API for Linux"
url="http://freedesktop.org/wiki/Software/vaapi"
@@ -12,9 +12,9 @@ depends_dev="mesa-dev"
makedepends="$depends_dev autoconf automake libtool"
install=""
subpackages="$pkgname-dev"
-source="http://www.freedesktop.org/software/vaapi/releases/libva/libva-$pkgver.tar.bz2"
+source="https://github.com/01org/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2"
-_builddir="$srcdir"/libva-$pkgver
+_builddir="$srcdir"/${pkgname}-$pkgver
prepare() {
local i
cd "$_builddir"
@@ -52,4 +52,4 @@ package() {
make DESTDIR="$pkgdir" install || return 1
}
-sha512sums="8837368886bd9815cb30154c0f087b020737326eaa4ee03c430ba3e980600edeb2f1754d198490d64c8cf7e46c308661e61a4326f1f6742feb179cd8d0836ace libva-1.8.2.tar.bz2"
+sha512sums="72e0aba7808d541c4d54c2628c372d765e444bcdd266b9ef7a1aec2c9c8732efda6fb525befbf39ba2f8f3c845c2d647bef6678875d7b78fa2db5eaa05442bf3 libva-2.0.0.tar.bz2"