distribution/packages/multimedia/libvdpau/package.mk

17 lines
744 B
Makefile
Raw Normal View History

2022-02-05 14:23:32 +00:00
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libvdpau"
2022-07-02 01:39:43 +00:00
PKG_VERSION="1.4"
PKG_SHA256="4258824c5a4555ef31de0a7d82b3caf19e75a16a13949f1edafc5f6fb2d33f30"
2022-02-05 14:23:32 +00:00
PKG_LICENSE="MIT"
PKG_SITE="https://wiki.freedesktop.org/www/Software/VDPAU/"
2022-07-02 01:39:43 +00:00
PKG_URL="https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/${PKG_VERSION}/libvdpau-${PKG_VERSION}.tar.bz2"
2022-02-05 14:23:32 +00:00
PKG_DEPENDS_TARGET="toolchain libX11 xorgproto libXext"
PKG_LONGDESC="VDPAU is the Video Decode and Presentation API for UNIX."
2022-07-02 01:39:43 +00:00
PKG_MESON_OPTS_TARGET="-Ddocumentation=false \
-Ddri2=true \
-Dmoduledir=/usr/lib/vdpau"