123456789101112131415161718192021222324252627 |
- ################################################################################
- #
- # kodi-inputstream-adaptive
- #
- ################################################################################
- KODI_INPUTSTREAM_ADAPTIVE_VERSION = 21.5.14-Omega
- 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 kodi pugixml
- $(eval $(cmake-package))
|