Merge pull request #3782 from 5schatten/libvdpau_1.3

libvdpau: updated to v1.3
This commit is contained in:
MilhouseVH 2019-09-13 17:21:34 +01:00 committed by GitHub
commit 565360c908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"