mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
package/kodi-inputstream-adaptive: bump version
Switched dependencies from libplatform & kodi-platform to kodi after
upstream commit:
0d1c5503ad
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
9792120658
commit
9bb8a8fed1
@ -3,8 +3,6 @@ config BR2_PACKAGE_KODI_INPUTSTREAM_ADAPTIVE
|
|||||||
# wvdecrypter/cdm/build/build_config.h
|
# wvdecrypter/cdm/build/build_config.h
|
||||||
depends on BR2_aarch64 || BR2_arm || BR2_i386 || BR2_mipsel \
|
depends on BR2_aarch64 || BR2_arm || BR2_i386 || BR2_mipsel \
|
||||||
|| BR2_mips64el || BR2_x86_64
|
|| BR2_mips64el || BR2_x86_64
|
||||||
select BR2_PACKAGE_LIBPLATFORM
|
|
||||||
select BR2_PACKAGE_KODI_PLATFORM
|
|
||||||
help
|
help
|
||||||
Kodi inputstream addon for several manifest types
|
Kodi inputstream addon for several manifest types
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
# Locally computed
|
# Locally computed
|
||||||
sha256 872a6ffefb90b6201a1e01fe5a52e05877e2040737e052b2f249725b9a8a44ff kodi-inputstream-adaptive-c51b9a9b58a645f820883e6d99982277fc58aac5.tar.gz
|
sha256 e47263240ac9276546ead439ba14ee26c3f3b45f2882351a9081e5502e296329 kodi-inputstream-adaptive-2.4.2-Leia.tar.gz
|
||||||
|
@ -4,12 +4,10 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# This cset is on the branch 'Krypton'
|
KODI_INPUTSTREAM_ADAPTIVE_VERSION = 2.4.2-Leia
|
||||||
# When Kodi is updated, then this should be updated to the corresponding branch
|
|
||||||
KODI_INPUTSTREAM_ADAPTIVE_VERSION = c51b9a9b58a645f820883e6d99982277fc58aac5
|
|
||||||
KODI_INPUTSTREAM_ADAPTIVE_SITE = $(call github,peak3d,inputstream.adaptive,$(KODI_INPUTSTREAM_ADAPTIVE_VERSION))
|
KODI_INPUTSTREAM_ADAPTIVE_SITE = $(call github,peak3d,inputstream.adaptive,$(KODI_INPUTSTREAM_ADAPTIVE_VERSION))
|
||||||
KODI_INPUTSTREAM_ADAPTIVE_LICENSE = GPL-2.0+
|
KODI_INPUTSTREAM_ADAPTIVE_LICENSE = GPL-2.0+
|
||||||
KODI_INPUTSTREAM_ADAPTIVE_LICENSE_FILES = src/main.cpp
|
KODI_INPUTSTREAM_ADAPTIVE_LICENSE_FILES = src/main.cpp
|
||||||
KODI_INPUTSTREAM_ADAPTIVE_DEPENDENCIES = libplatform kodi-platform
|
KODI_INPUTSTREAM_ADAPTIVE_DEPENDENCIES = kodi
|
||||||
|
|
||||||
$(eval $(cmake-package))
|
$(eval $(cmake-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user