0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-12-12 15:43:27 +00:00
Rudi Heitbaum d9ba77a2c1 kodi-binary-addons: update to latest versions
- peripheral.joystick: update 20.1.11-Nexus to 20.1.12-Nexus
- pvr.nextpvr: update 20.4.2-Nexus to 20.4.3-Nexus
2023-08-25 11:52:58 +00:00

24 lines
711 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.nextpvr"
PKG_VERSION="20.4.3-Nexus"
PKG_SHA256="752dff532a277797f3fefc1ced7fea6efb8d92982d9040c4080c1e6dbab203a0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/kodi-pvr/pvr.nextpvr"
PKG_URL="https://github.com/kodi-pvr/pvr.nextpvr/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain kodi-platform tinyxml2"
PKG_SECTION=""
PKG_SHORTDESC="pvr.nextpvr"
PKG_LONGDESC="pvr.nextpvr"
PKG_IS_ADDON="yes"
PKG_ADDON_TYPE="xbmc.pvrclient"
pre_configure_target() {
CXXFLAGS+=" -Wno-narrowing"
}