From 228ddf06de6b6950fb286dd61988f7d338262c49 Mon Sep 17 00:00:00 2001 From: 5schatten Date: Fri, 30 Aug 2019 11:20:16 +0200 Subject: [PATCH] libvdpau: updated to v1.3 / switched repo to gitlab / switched to meson toolchain --- packages/multimedia/libvdpau/package.mk | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/multimedia/libvdpau/package.mk b/packages/multimedia/libvdpau/package.mk index 42d2d5a0bd..8b052a1fac 100644 --- a/packages/multimedia/libvdpau/package.mk +++ b/packages/multimedia/libvdpau/package.mk @@ -3,14 +3,14 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) PKG_NAME="libvdpau" -PKG_VERSION="1.1.1" -PKG_SHA256="5fe093302432ef05086ca2ee429c789b7bf843e166d482d166e56859b08bef55" +PKG_VERSION="1.3" +PKG_SHA256="b5a52eeac9417edbc396f26c40591ba5df0cd18285f68d84614ef8f06196e50e" PKG_LICENSE="MIT" PKG_SITE="https://wiki.freedesktop.org/www/Software/VDPAU/" -PKG_URL="https://secure.freedesktop.org/~aplattner/vdpau/$PKG_NAME-$PKG_VERSION.tar.gz" +PKG_URL="https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/${PKG_VERSION}/libvdpau-${PKG_VERSION}.tar.bz2" PKG_DEPENDS_TARGET="toolchain libX11 xorgproto libXext" PKG_LONGDESC="VDPAU is the Video Decode and Presentation API for UNIX." -PKG_CONFIGURE_OPTS_TARGET="--enable-dri2 \ - --disable-documentation \ - --with-module-dir=/usr/lib/vdpau" +PKG_MESON_OPTS_TARGET="-Ddocumentation=false \ + -Ddri2=true \ + -Dmoduledir=/usr/lib/vdpau"