This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119377 additions and 73694 deletions

View File

@@ -1,6 +1,7 @@
config BR2_PACKAGE_KODI_PVR_IPTVSIMPLE
bool "kodi-pvr-iptvsimple"
select BR2_PACKAGE_KODI_PLATFORM
select BR2_PACKAGE_RAPIDXML
help
IPTV Live TV and Radio PVR client addon for Kodi

View File

@@ -1,2 +1,3 @@
# Locally computed
sha256 329bd71e5c786d7b037bf5fd103ee4abff892afc6e5186a5d0a797194a8c4c7c kodi-pvr-iptvsimple-2.4.14-Krypton.tar.gz
sha256 0812e359a943f4ffb763b47fc0440768a8aa09f12172ef8dff4440b0a48f9c96 kodi-pvr-iptvsimple-3.9.8-Leia.tar.gz
sha256 50e33ec3cddb75e6c5c5eb1b3d38cc0adee7dec71d7244925106d4a2c4d5e31d debian/copyright

View File

@@ -4,12 +4,10 @@
#
################################################################################
# This cset is on the branch 'Krypton'
# When Kodi is updated, then this should be updated to the corresponding branch
KODI_PVR_IPTVSIMPLE_VERSION = 2.4.14-Krypton
KODI_PVR_IPTVSIMPLE_VERSION = 3.9.8-Leia
KODI_PVR_IPTVSIMPLE_SITE = $(call github,kodi-pvr,pvr.iptvsimple,$(KODI_PVR_IPTVSIMPLE_VERSION))
KODI_PVR_IPTVSIMPLE_LICENSE = GPL-2.0+
KODI_PVR_IPTVSIMPLE_LICENSE_FILES = src/client.h
KODI_PVR_IPTVSIMPLE_DEPENDENCIES = kodi-platform
KODI_PVR_IPTVSIMPLE_LICENSE_FILES = debian/copyright
KODI_PVR_IPTVSIMPLE_DEPENDENCIES = kodi-platform rapidxml
$(eval $(cmake-package))