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

Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
9943d05ce5
d6b71de38b

Added dependency to gcc >= 7 due to c++17 code added by
954f25d396

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:14 +01:00 committed by Thomas Petazzoni
parent 1c93827df5
commit b193fb07b0
3 changed files with 9 additions and 6 deletions

View file

@ -1,7 +1,10 @@
config BR2_PACKAGE_KODI_PVR_HTS
bool "kodi-pvr-hts"
select BR2_PACKAGE_KODI_PLATFORM
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # C++17
help
Tvheadend HTSP PVR client addon for Kodi
https://github.com/kodi-pvr/pvr.hts
comment "kodi-pvr-hts needs a toolchain w/ gcc >= 7"
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_7

View file

@ -1,3 +1,3 @@
# Locally computed
sha256 6958b91ca616554e4c068bc303c66388e9a2c3a68b5979d8918b4e0d7b6bb95c kodi-pvr-hts-4.4.21-Leia.tar.gz
sha256 6d97c3d608a5d59565b567313bd3e53a1d0066ed59f4ae8e474c895d0c20e746 debian/copyright
sha256 ec291b5717c19dfd639131d195c64043746043d4f85189accaf29e9b1547fbba kodi-pvr-hts-8.2.2-Matrix.tar.gz
sha256 310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af LICENSE.md

View file

@ -4,10 +4,10 @@
#
################################################################################
KODI_PVR_HTS_VERSION = 4.4.21-Leia
KODI_PVR_HTS_VERSION = 8.2.2-Matrix
KODI_PVR_HTS_SITE = $(call github,kodi-pvr,pvr.hts,$(KODI_PVR_HTS_VERSION))
KODI_PVR_HTS_LICENSE = GPL-2.0+
KODI_PVR_HTS_LICENSE_FILES = debian/copyright
KODI_PVR_HTS_DEPENDENCIES = kodi-platform
KODI_PVR_HTS_LICENSE_FILES = LICENSE.md
KODI_PVR_HTS_DEPENDENCIES = kodi
$(eval $(cmake-package))