1 ################################################################################
5 ################################################################################
7 # This cset is on the branch 'Jarvis'
8 # When Kodi is updated, then this should be updated to the corresponding branch
9 KODI_PVR_HTS_VERSION
= 3c673b5b29fc26c203c79f7df58680af50a1afa7
10 KODI_PVR_HTS_SITE
= $(call github
,kodi-pvr
,pvr.hts
,$(KODI_PVR_HTS_VERSION
))
11 KODI_PVR_HTS_LICENSE
= GPLv2
+
12 KODI_PVR_HTS_LICENSE_FILES
= src
/client.h
13 KODI_PVR_HTS_DEPENDENCIES
= kodi-platform
15 $(eval
$(cmake-package
))