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"
2023-03-01 22:14:52 +00:00
PKG_VERSION="1.5"
PKG_SHA256="a5d50a42b8c288febc07151ab643ac8de06a18446965c7241f89b4e810821913"
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"