package/kodi-inputstream-adaptive: bump version to Nexus
Added dependency to bento4 needed after upstream commit70625e7670
License file renamedb555973d98
and updated upstream4b62e9e325
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
b516744fd1
commit
efa3bdcdba
@ -3,6 +3,7 @@ config BR2_PACKAGE_KODI_INPUTSTREAM_ADAPTIVE
|
||||
# wvdecrypter/cdm/build/build_config.h
|
||||
depends on BR2_aarch64 || BR2_arm || BR2_i386 || BR2_mipsel \
|
||||
|| BR2_mips64el || BR2_x86_64
|
||||
select BR2_PACKAGE_BENTO4
|
||||
select BR2_PACKAGE_EXPAT
|
||||
help
|
||||
Kodi inputstream addon for several manifest types
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 b208313fd50442cabd339a16a3beec8cfa41c1b6bf19617ffeb269144c5f65fe kodi-inputstream-adaptive-19.0.7-Matrix.tar.gz
|
||||
sha256 89931c1fb1f3716694175763cf3221cfcd63d6935031cf6b4512d17ffe5d9860 LICENSE.GPL
|
||||
sha256 907915228335eeb9217e6f069cbb210fffce01095a6326908015cd89165a0328 kodi-inputstream-adaptive-20.3.6-Nexus.tar.gz
|
||||
sha256 48632d57fbb6ab8f50cbf4deced5c91e733fa7ff292687c4816b77f28e483df9 LICENSE.md
|
||||
|
@ -4,10 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
KODI_INPUTSTREAM_ADAPTIVE_VERSION = 19.0.7-Matrix
|
||||
KODI_INPUTSTREAM_ADAPTIVE_VERSION = 20.3.6-Nexus
|
||||
KODI_INPUTSTREAM_ADAPTIVE_SITE = $(call github,xbmc,inputstream.adaptive,$(KODI_INPUTSTREAM_ADAPTIVE_VERSION))
|
||||
KODI_INPUTSTREAM_ADAPTIVE_LICENSE = GPL-2.0+
|
||||
KODI_INPUTSTREAM_ADAPTIVE_LICENSE_FILES = LICENSE.GPL
|
||||
KODI_INPUTSTREAM_ADAPTIVE_DEPENDENCIES = expat kodi
|
||||
KODI_INPUTSTREAM_ADAPTIVE_LICENSE_FILES = LICENSE.md
|
||||
KODI_INPUTSTREAM_ADAPTIVE_DEPENDENCIES = bento4 expat kodi
|
||||
|
||||
$(eval $(cmake-package))
|
||||
|
Loading…
Reference in New Issue
Block a user