kumquat-buildroot/package/kodi-inputstream-adaptive/kodi-inputstream-adaptive.mk
Bernd Kuhls 8366622fc8 package/kodi-inputstream-adaptive: bump version to 20.3.17-Nexus
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2024-02-05 15:55:54 +01:00

28 lines
799 B
Makefile

################################################################################
#
# kodi-inputstream-adaptive
#
################################################################################
KODI_INPUTSTREAM_ADAPTIVE_VERSION = 20.3.17-Nexus
KODI_INPUTSTREAM_ADAPTIVE_SITE = $(call github,xbmc,inputstream.adaptive,$(KODI_INPUTSTREAM_ADAPTIVE_VERSION))
KODI_INPUTSTREAM_ADAPTIVE_LICENSE = \
BSD-2-Clause-Views \
BSD-3-Clause \
google-patent-license-webm \
GPL-2.0-or-later \
RSA-MD5
KODI_INPUTSTREAM_ADAPTIVE_LICENSE_FILES = \
LICENSE.md \
LICENSES/README.md \
LICENSES/BSD-2-Clause-Views \
LICENSES/BSD-3-Clause \
LICENSES/google-patent-license-webm \
LICENSES/GPL-2.0-or-later \
LICENSES/RSA-MD
KODI_INPUTSTREAM_ADAPTIVE_DEPENDENCIES = bento4 expat kodi
$(eval $(cmake-package))