summaryrefslogtreecommitdiff
path: root/user/libvdpau
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-04-17 21:00:38 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-04-17 21:00:38 +0000
commit12ec9c0e396d085d11dae3753289798133bf9e36 (patch)
treecb7bfdff39a542c4a672f88e88b3caf72a30715e /user/libvdpau
parentada115daef102f7a4759455c0f38ac8a1a961ca4 (diff)
downloadpackages-12ec9c0e396d085d11dae3753289798133bf9e36.tar.gz
packages-12ec9c0e396d085d11dae3753289798133bf9e36.tar.bz2
packages-12ec9c0e396d085d11dae3753289798133bf9e36.tar.xz
packages-12ec9c0e396d085d11dae3753289798133bf9e36.zip
user/libvdpau: bump to 1.2 with retarded URL
Diffstat (limited to 'user/libvdpau')
-rw-r--r--user/libvdpau/APKBUILD16
1 files 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 <awilfox@adelielinux.org>
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"