mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
package/kodi-pvr-vuplus: bump version
Added dependency to json-for-modern-cpp after upstream commit:
07480b96fc
Also added missing dependency to tinyxml.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
0aec6528c8
commit
2cc2ae83fc
@ -1,6 +1,8 @@
|
|||||||
config BR2_PACKAGE_KODI_PVR_VUPLUS
|
config BR2_PACKAGE_KODI_PVR_VUPLUS
|
||||||
bool "kodi-pvr-vuplus"
|
bool "kodi-pvr-vuplus"
|
||||||
|
select BR2_PACKAGE_JSON_FOR_MODERN_CPP
|
||||||
select BR2_PACKAGE_KODI_PLATFORM
|
select BR2_PACKAGE_KODI_PLATFORM
|
||||||
|
select BR2_PACKAGE_TINYXML
|
||||||
help
|
help
|
||||||
VuPlus PVR client addon for Kodi
|
VuPlus PVR client addon for Kodi
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
# Locally computed
|
# Locally computed
|
||||||
sha256 a8c7345e4e2e415e29c21f14460b257dfbe08ed5ecf1cc2dc6bc393a10f95cf3 kodi-pvr-vuplus-2.4.12-Krypton.tar.gz
|
sha256 d7dd890e4491e211ff3781cdc043347ab7a4ef6e00619ac1b4641ed81b0c3626 kodi-pvr-vuplus-3.28.9-Leia.tar.gz
|
||||||
|
@ -4,12 +4,10 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# This cset is on the branch 'Krypton'
|
KODI_PVR_VUPLUS_VERSION = 3.28.9-Leia
|
||||||
# When Kodi is updated, then this should be updated to the corresponding branch
|
|
||||||
KODI_PVR_VUPLUS_VERSION = 2.4.12-Krypton
|
|
||||||
KODI_PVR_VUPLUS_SITE = $(call github,kodi-pvr,pvr.vuplus,$(KODI_PVR_VUPLUS_VERSION))
|
KODI_PVR_VUPLUS_SITE = $(call github,kodi-pvr,pvr.vuplus,$(KODI_PVR_VUPLUS_VERSION))
|
||||||
KODI_PVR_VUPLUS_LICENSE = GPL-2.0+
|
KODI_PVR_VUPLUS_LICENSE = GPL-2.0+
|
||||||
KODI_PVR_VUPLUS_LICENSE_FILES = src/client.h
|
KODI_PVR_VUPLUS_LICENSE_FILES = src/client.h
|
||||||
KODI_PVR_VUPLUS_DEPENDENCIES = kodi-platform
|
KODI_PVR_VUPLUS_DEPENDENCIES = json-for-modern-cpp kodi-platform tinyxml
|
||||||
|
|
||||||
$(eval $(cmake-package))
|
$(eval $(cmake-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user