From 12ec9c0e396d085d11dae3753289798133bf9e36 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 17 Apr 2019 21:00:38 +0000 Subject: user/libvdpau: bump to 1.2 with retarded URL --- user/libvdpau/APKBUILD | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/user/libvdpau/APKBUILD b/user/libvdpau/APKBUILD index a8febe21a..bb400cf77 100644 --- a/user/libvdpau/APKBUILD +++ b/user/libvdpau/APKBUILD @@ -1,20 +1,18 @@ # Contributor: Carlo Landmeter # Maintainer: A. Wilcox pkgname=libvdpau -pkgver=1.1.1 -pkgrel=2 +pkgver=1.2 +pkgrel=0 pkgdesc="Hardware-accelerated video playback library" url="https://cgit.freedesktop.org/~aplattner/libvdpau" arch="all" license="MIT" -depends= +depends="" makedepends="libx11-dev libxext-dev xorgproto-dev" -install= subpackages="$pkgname-dev $pkgname-doc" -source="https://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz" +source="https://gitlab.freedesktop.org/vdpau/libvdpau/uploads/14b620084c027d546fa0b3f083b800c6/libvdpau-1.2.tar.bz2" build() { - cd "$builddir" LIBS="-lX11" \ ./configure \ --build=$CBUILD \ @@ -27,15 +25,11 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install - install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}" - install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" } -sha512sums="e094494fc820c2395c9dbb4e69daa89334b9186e2ad1a6c06671c7f844568db191ce4d1d9df95c4536579864bcc8541eb6fd159c377bc73c228cdf2a0fea50fb libvdpau-1.1.1.tar.gz" +sha512sums="86aa3f2a39cb73a597bf417da2eeef73ff01160ed9f54dff3725785ff5a289f47040496de44e2f5292d59657d4746e369b3fa307c4f83a32f7cc28e4cd8bce6f libvdpau-1.2.tar.bz2" -- cgit v1.2.3-60-g2f50