Commit 6940d66a authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

package/kodi-pvr-hts: new package



[Thomas:
   - use a shorter file as the license file, client.h
   - do not pass -DCMAKE_MODULE_PATH, no longer needed.]

Signed-off-by: default avatarBernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 313e45cd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -114,6 +114,7 @@ config BR2_PACKAGE_KODI_PVR_ADDONS
	select BR2_PACKAGE_KODI_PVR_DVBLINK
	select BR2_PACKAGE_KODI_PVR_DVBVIEWER
	select BR2_PACKAGE_KODI_PVR_FILMON
	select BR2_PACKAGE_KODI_PVR_HTS
	help
	  Kodi PVR addon was split into seperate modules

+7 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_KODI_PVR_HTS
	bool "kodi-pvr-hts"
	select BR2_PACKAGE_KODI_PLATFORM
	help
	  Tvheadend HTSP PVR client addon for Kodi

	  https://github.com/kodi-pvr/pvr.hts
+13 −0
Original line number Diff line number Diff line
################################################################################
#
# kodi-pvr-hts
#
################################################################################

KODI_PVR_HTS_VERSION = 5c2244044a00ecd3320fc6ce15dd208c16578588
KODI_PVR_HTS_SITE = $(call github,kodi-pvr,pvr.hts,$(KODI_PVR_HTS_VERSION))
KODI_PVR_HTS_LICENSE = GPLv2+
KODI_PVR_HTS_LICENSE_FILES = src/client.h
KODI_PVR_HTS_DEPENDENCIES = kodi-platform

$(eval $(cmake-package))
+1 −0
Original line number Diff line number Diff line
@@ -262,6 +262,7 @@ menu "PVR addons"
	source "package/kodi-pvr-dvblink/Config.in"
	source "package/kodi-pvr-dvbviewer/Config.in"
	source "package/kodi-pvr-filmon/Config.in"
	source "package/kodi-pvr-hts/Config.in"
endmenu

endif # BR2_PACKAGE_KODI