summaryrefslogtreecommitdiff
path: root/user/libvdpau
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-24 17:48:45 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-24 17:48:45 -0600
commit4e2263a1b9b454ae51a8b3de392dbfde6632e6ee (patch)
tree4bf0a0e2bbbca89c0c6d55db0016b3ccd98f98a3 /user/libvdpau
parentc5627a7163801e0db28b53fd2a0b67062278adfc (diff)
downloadpackages-4e2263a1b9b454ae51a8b3de392dbfde6632e6ee.tar.gz
packages-4e2263a1b9b454ae51a8b3de392dbfde6632e6ee.tar.bz2
packages-4e2263a1b9b454ae51a8b3de392dbfde6632e6ee.tar.xz
packages-4e2263a1b9b454ae51a8b3de392dbfde6632e6ee.zip
user/libvdpau: change download URL because ~fd.o~
They keep moving tarballs around. Let's just use GitLab archives.
Diffstat (limited to 'user/libvdpau')
-rw-r--r--user/libvdpau/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/libvdpau/APKBUILD b/user/libvdpau/APKBUILD
index 4560d319c..2c8b32cb0 100644
--- a/user/libvdpau/APKBUILD
+++ b/user/libvdpau/APKBUILD
@@ -10,7 +10,7 @@ license="MIT"
depends=""
makedepends="libx11-dev libxext-dev meson ninja xorgproto-dev"
subpackages="$pkgname-dev"
-source="https://cgit.freedesktop.org/~aplattner/libvdpau/snapshot/libvdpau-$pkgver.tar.xz"
+source="https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/1.3/libvdpau-$pkgver.tar.bz2"
build() {
meson -Dprefix=/usr \
@@ -26,4 +26,4 @@ package() {
DESTDIR="$pkgdir" ninja -C build install
}
-sha512sums="a839ed06ac3bb1ceaa8020e38f40f6dd1d1af066878effbc02e3b02f0917ccdad4059ac2a4428ca39265bda3ba02885d905231f365b86151bae28d135d8de3d5 libvdpau-1.3.tar.xz"
+sha512sums="c06c23062816e8b207d38d9d53df43a1b193bb9836b48bd6d79a63d76522e87d383c446285b9877fe9c99faa0d290da8a49ccbb58eefa138cc38d0929a8e1330 libvdpau-1.3.tar.bz2"