mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/kodi-pvr-stalker: new package
[Thomas: - use a shorter file as the license file, client.h instead of client.cpp - 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
8776003db8
commit
70cf949fb0
@ -121,6 +121,7 @@ config BR2_PACKAGE_KODI_PVR_ADDONS
|
|||||||
select BR2_PACKAGE_KODI_PVR_NEXTPVR
|
select BR2_PACKAGE_KODI_PVR_NEXTPVR
|
||||||
select BR2_PACKAGE_KODI_PVR_NJOY
|
select BR2_PACKAGE_KODI_PVR_NJOY
|
||||||
select BR2_PACKAGE_KODI_PVR_PCTV
|
select BR2_PACKAGE_KODI_PVR_PCTV
|
||||||
|
select BR2_PACKAGE_KODI_PVR_STALKER
|
||||||
help
|
help
|
||||||
Kodi PVR addon was split into seperate modules
|
Kodi PVR addon was split into seperate modules
|
||||||
|
|
||||||
|
7
package/kodi-pvr-stalker/Config.in
Normal file
7
package/kodi-pvr-stalker/Config.in
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
config BR2_PACKAGE_KODI_PVR_STALKER
|
||||||
|
bool "kodi-pvr-stalker"
|
||||||
|
select BR2_PACKAGE_KODI_PLATFORM
|
||||||
|
help
|
||||||
|
A PVR Client that connects Kodi to Stalker Middleware
|
||||||
|
|
||||||
|
https://github.com/kodi-pvr/pvr.stalker
|
13
package/kodi-pvr-stalker/kodi-pvr-stalker.mk
Normal file
13
package/kodi-pvr-stalker/kodi-pvr-stalker.mk
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
################################################################################
|
||||||
|
#
|
||||||
|
# kodi-pvr-stalker
|
||||||
|
#
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
KODI_PVR_STALKER_VERSION = 5f6eb1992ffd45a075ebb7bc4253c4a88bf65c80
|
||||||
|
KODI_PVR_STALKER_SITE = $(call github,kodi-pvr,pvr.stalker,$(KODI_PVR_STALKER_VERSION))
|
||||||
|
KODI_PVR_STALKER_LICENSE = GPLv2+
|
||||||
|
KODI_PVR_STALKER_LICENSE_FILES = src/client.h
|
||||||
|
KODI_PVR_STALKER_DEPENDENCIES = kodi-platform
|
||||||
|
|
||||||
|
$(eval $(cmake-package))
|
@ -269,6 +269,7 @@ menu "PVR addons"
|
|||||||
source "package/kodi-pvr-nextpvr/Config.in"
|
source "package/kodi-pvr-nextpvr/Config.in"
|
||||||
source "package/kodi-pvr-njoy/Config.in"
|
source "package/kodi-pvr-njoy/Config.in"
|
||||||
source "package/kodi-pvr-pctv/Config.in"
|
source "package/kodi-pvr-pctv/Config.in"
|
||||||
|
source "package/kodi-pvr-stalker/Config.in"
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
endif # BR2_PACKAGE_KODI
|
endif # BR2_PACKAGE_KODI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user