This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119377 additions and 73694 deletions

View File

@@ -1,7 +1,6 @@
config BR2_PACKAGE_KODI_AUDIODECODER_VGMSTREAM
bool "kodi-audiodecoder-vgmstream"
select BR2_PACKAGE_KODI_PLATFORM
help
VGM decoder addon for Kodi
https://github.com/notspiff/audiodecoder.vgmstream
https://github.com/xbmc/audiodecoder.vgmstream

View File

@@ -1,2 +1,3 @@
# Locally computed
sha256 40cd4f7f143c9313a4437854e31c460046af47bd709364439f0e370ec464af0d kodi-audiodecoder-vgmstream-1.1.0.tar.gz
sha256 28876be1e1317b3ec5c3a4fe415f20d92a4c5868912656c5e8ab9cdd7e3f32d8 kodi-audiodecoder-vgmstream-1.1.5-Leia.tar.gz
sha256 fc7c7ab8774d94fb2eccdf47e3b8052a3906e4b5ec8554191da321020c965d8e debian/copyright

View File

@@ -4,10 +4,10 @@
#
################################################################################
KODI_AUDIODECODER_VGMSTREAM_VERSION = 1.1.0
KODI_AUDIODECODER_VGMSTREAM_SITE = $(call github,notspiff,audiodecoder.vgmstream,v$(KODI_AUDIODECODER_VGMSTREAM_VERSION))
KODI_AUDIODECODER_VGMSTREAM_VERSION = 1.1.5-Leia
KODI_AUDIODECODER_VGMSTREAM_SITE = $(call github,xbmc,audiodecoder.vgmstream,$(KODI_AUDIODECODER_VGMSTREAM_VERSION))
KODI_AUDIODECODER_VGMSTREAM_LICENSE = GPL-2.0+
KODI_AUDIODECODER_VGMSTREAM_LICENSE_FILES = src/VGMCodec.cpp
KODI_AUDIODECODER_VGMSTREAM_DEPENDENCIES = kodi-platform
KODI_AUDIODECODER_VGMSTREAM_LICENSE_FILES = debian/copyright
KODI_AUDIODECODER_VGMSTREAM_DEPENDENCIES = kodi
$(eval $(cmake-package))