package/kodi-pvr-nextpvr: bump version to 8.2.1-Matrix

Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
98b78cee61
304b0ba94f

Added dependency to tinyxml2:
6855f12ad8

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bernd Kuhls 2021-03-02 08:07:18 +01:00 committed by Thomas Petazzoni
parent c84437722f
commit 6e9b9f4aa2
3 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
config BR2_PACKAGE_KODI_PVR_NEXTPVR
bool "kodi-pvr-nextpvr"
select BR2_PACKAGE_KODI_PLATFORM
select BR2_PACKAGE_TINYXML2
help
Kodi's NextPVR client addon

View file

@ -1,3 +1,3 @@
# Locally computed
sha256 1f5576070a0bf076d1f28cdd547bc4ff134861c18a71cff7fd036eaacc357707 kodi-pvr-nextpvr-3.3.21-Leia.tar.gz
sha256 0bd576badce05c6b4315c415dabd77d80c871e72026c399f7a7bb8582e0911fe debian/copyright
sha256 ebe2b1f96b49c08c5960a6f75da6cb3cfc0cc30d6fafe43b77d2f2249915b752 kodi-pvr-nextpvr-8.2.1-Matrix.tar.gz
sha256 310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af LICENSE.md

View file

@ -4,10 +4,10 @@
#
################################################################################
KODI_PVR_NEXTPVR_VERSION = 3.3.21-Leia
KODI_PVR_NEXTPVR_VERSION = 8.2.1-Matrix
KODI_PVR_NEXTPVR_SITE = $(call github,kodi-pvr,pvr.nextpvr,$(KODI_PVR_NEXTPVR_VERSION))
KODI_PVR_NEXTPVR_LICENSE = GPL-2.0+
KODI_PVR_NEXTPVR_LICENSE_FILES = debian/copyright
KODI_PVR_NEXTPVR_DEPENDENCIES = kodi-platform
KODI_PVR_NEXTPVR_LICENSE_FILES = LICENSE.md
KODI_PVR_NEXTPVR_DEPENDENCIES = kodi tinyxml2
$(eval $(cmake-package))