mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
package/kodi-pvr-dvbviewer: 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
a69eca43f4
commit
6894c6c74e
@ -112,6 +112,7 @@ config BR2_PACKAGE_KODI_PVR_ADDONS
|
|||||||
select BR2_LEGACY
|
select BR2_LEGACY
|
||||||
select BR2_PACKAGE_KODI_PVR_ARGUSTV
|
select BR2_PACKAGE_KODI_PVR_ARGUSTV
|
||||||
select BR2_PACKAGE_KODI_PVR_DVBLINK
|
select BR2_PACKAGE_KODI_PVR_DVBLINK
|
||||||
|
select BR2_PACKAGE_KODI_PVR_DVBVIEWER
|
||||||
help
|
help
|
||||||
Kodi PVR addon was split into seperate modules
|
Kodi PVR addon was split into seperate modules
|
||||||
|
|
||||||
|
7
package/kodi-pvr-dvbviewer/Config.in
Normal file
7
package/kodi-pvr-dvbviewer/Config.in
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
config BR2_PACKAGE_KODI_PVR_DVBVIEWER
|
||||||
|
bool "kodi-pvr-dvbviewer"
|
||||||
|
select BR2_PACKAGE_KODI_PLATFORM
|
||||||
|
help
|
||||||
|
Kodi's DVBViewer client addon
|
||||||
|
|
||||||
|
https://github.com/kodi-pvr/pvr.dvbviewer
|
13
package/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer.mk
Normal file
13
package/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer.mk
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
################################################################################
|
||||||
|
#
|
||||||
|
# kodi-pvr-dvbviewer
|
||||||
|
#
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
KODI_PVR_DVBVIEWER_VERSION = cbfd4552a4381d289bcfb8eda33699ecfd156bd7
|
||||||
|
KODI_PVR_DVBVIEWER_SITE = $(call github,kodi-pvr,pvr.dvbviewer,$(KODI_PVR_DVBVIEWER_VERSION))
|
||||||
|
KODI_PVR_DVBVIEWER_LICENSE = GPLv2+
|
||||||
|
KODI_PVR_DVBVIEWER_LICENSE_FILES = src/client.h
|
||||||
|
KODI_PVR_DVBVIEWER_DEPENDENCIES = kodi-platform
|
||||||
|
|
||||||
|
$(eval $(cmake-package))
|
@ -260,6 +260,7 @@ menu "PVR addons"
|
|||||||
source "package/kodi-addon-xvdr/Config.in"
|
source "package/kodi-addon-xvdr/Config.in"
|
||||||
source "package/kodi-pvr-argustv/Config.in"
|
source "package/kodi-pvr-argustv/Config.in"
|
||||||
source "package/kodi-pvr-dvblink/Config.in"
|
source "package/kodi-pvr-dvblink/Config.in"
|
||||||
|
source "package/kodi-pvr-dvbviewer/Config.in"
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
endif # BR2_PACKAGE_KODI
|
endif # BR2_PACKAGE_KODI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user