Lakka-LibreELEC/packages/mediacenter/kodi-binary-addons/pvr.vdr.vnsi/package.mk
Rudi Heitbaum a794735eef kodi-binary-addons: update to latest versions
- pvr.argustv: update 22.3.0-Piers to 22.3.1-Piers
- pvr.demo: update 22.4.0-Piers to 22.4.1-Piers
- pvr.dvblink: update 22.2.0-Piers to 22.2.1-Piers
- pvr.dvbviewer: update 22.2.0-Piers to 22.2.1-Piers
- pvr.filmon: update 22.2.0-Piers to 22.2.1-Piers
- pvr.hdhomerun: update 22.2.0-Piers to 22.2.1-Piers
- pvr.iptvsimple: update 22.4.1-Piers to 22.4.2-Piers
- pvr.mediaportal.tvserver: update 22.2.0-Piers to 22.2.1-Piers
- pvr.njoy: update 22.2.0-Piers to 22.2.1-Piers
- pvr.pctv: update 22.2.0-Piers to 22.2.1-Piers
- pvr.stalker: update 22.2.0-Piers to 22.2.1-Piers
- pvr.vbox: update 22.2.0-Piers to 22.2.1-Piers
- pvr.vdr.vnsi: update 22.2.0-Piers to 22.2.1-Piers
- pvr.vuplus: update 22.3.1-Piers to 22.3.2-Piers
- pvr.wmc: update 22.2.0-Piers to 22.2.1-Piers
2025-02-02 00:31:26 +00:00

27 lines
813 B
Makefile

# 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="pvr.vdr.vnsi"
PKG_VERSION="22.2.1-Piers"
PKG_SHA256="d5e697b6704c3d1e4aa8a9e52e84af9f04c7cb90019f3d4965362e205aea47ee"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/kodi-pvr/pvr.vdr.vnsi"
PKG_URL="https://github.com/kodi-pvr/pvr.vdr.vnsi/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain kodi-platform"
PKG_SECTION=""
PKG_SHORTDESC="pvr.vdr.vnsi"
PKG_LONGDESC="pvr.vdr.vnsi"
PKG_IS_ADDON="yes"
PKG_ADDON_TYPE="xbmc.pvrclient"
if [ "${OPENGLES_SUPPORT}" = "yes" ]; then
PKG_DEPENDS_TARGET+=" ${OPENGLES}"
fi
if [ "${OPENGL_SUPPORT}" = "yes" ]; then
PKG_DEPENDS_TARGET+=" ${OPENGL}"
fi