aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-26 14:55:15 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-26 20:28:22 +0000
commitd4895ffd1e50e7c1766f4620bc616f7d64698b05 (patch)
treeb3a68838268ffab70126a6eda166e48cc410d725 /testing
parenta2d91dfdf980b456852e7b012e830e27516fad81 (diff)
downloadaports-d4895ffd1e50e7c1766f4620bc616f7d64698b05.tar.bz2
aports-d4895ffd1e50e7c1766f4620bc616f7d64698b05.tar.xz
testing/vdpauinfo: upgrade to 1.3
Diffstat (limited to 'testing')
-rw-r--r--testing/vdpauinfo/APKBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/testing/vdpauinfo/APKBUILD b/testing/vdpauinfo/APKBUILD
index d79fe6d615..e105218f83 100644
--- a/testing/vdpauinfo/APKBUILD
+++ b/testing/vdpauinfo/APKBUILD
@@ -1,17 +1,16 @@
# Maintainer: Taner Tas <taner76@gmail.com>
pkgname=vdpauinfo
-pkgver="1.0"
+pkgver=1.3
pkgrel=0
pkgdesc="Command line utility for querying the capabilities of a VDPAU device."
+options="!check" # No testsuite
url="https://cgit.freedesktop.org/vdpau/vdpauinfo"
arch="all"
license="custom"
makedepends="libx11-dev libvdpau-dev"
-source="https://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz"
-options="!check"
+source="https://gitlab.freedesktop.org/vdpau/vdpauinfo/uploads/6fa9718c507ef0fb6966170ef55344bf/vdpauinfo-$pkgver.tar.gz"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -23,8 +22,7 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="54c177424bdae65374a13c0546ecda0e25e7357f9e779fb48dc018a9c11593039f87715ea18b320684dca22455df9b41a4eea6b0f977956efb6ab85b8b99297e vdpauinfo-1.0.tar.gz"
+sha512sums="a17812edb0596a50445b312efdbd14800f85d2e7c3d7b62114bc7ac6008da43032cd75c4464c3b2c89c0091184ac98dfa7698a1503d91331f6db44a437775fd0 vdpauinfo-1.3.tar.gz"