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: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
313e45cd3b
commit
6940d66abf
@ -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
package/kodi-pvr-hts/Config.in
Normal file
7
package/kodi-pvr-hts/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
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
package/kodi-pvr-hts/kodi-pvr-hts.mk
Normal file
13
package/kodi-pvr-hts/kodi-pvr-hts.mk
Normal file
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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))
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user