package/kodi-pvr-pctv: bump version to 6.1.0-Matrix

Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
b6cebce2c9
db2eca6799

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:21 +01:00 committed by Thomas Petazzoni
parent feba2e8b6a
commit ea50ce3a06
3 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,6 @@
config BR2_PACKAGE_KODI_PVR_PCTV
bool "kodi-pvr-pctv"
select BR2_PACKAGE_JSONCPP
select BR2_PACKAGE_KODI_PLATFORM
help
PCTV PVR client addon for Kodi

View File

@ -1,3 +1,3 @@
# Locally computed
sha256 10124e5444c6cfb0c77bad1d1122f6ba5fc233248d6b33066ba799f4dedceeee kodi-pvr-pctv-2.4.7-Leia.tar.gz
sha256 43376e70ae80133530c8ce71a3b0dcde8529a8162d3b3956009eb8fc0f5c559c debian/copyright
sha256 94b8be4988cb6d8c61f6bdf237ddabb04d77fe4900f61411f5abf918eb5a078c kodi-pvr-pctv-6.1.0-Matrix.tar.gz
sha256 310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af LICENSE.md

View File

@ -4,10 +4,10 @@
#
################################################################################
KODI_PVR_PCTV_VERSION = 2.4.7-Leia
KODI_PVR_PCTV_VERSION = 6.1.0-Matrix
KODI_PVR_PCTV_SITE = $(call github,kodi-pvr,pvr.pctv,$(KODI_PVR_PCTV_VERSION))
KODI_PVR_PCTV_LICENSE = GPL-2.0+
KODI_PVR_PCTV_LICENSE_FILES = debian/copyright
KODI_PVR_PCTV_DEPENDENCIES = jsoncpp kodi-platform
KODI_PVR_PCTV_LICENSE_FILES = LICENSE.md
KODI_PVR_PCTV_DEPENDENCIES = jsoncpp kodi
$(eval $(cmake-package))