This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
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

View File

@@ -0,0 +1,2 @@
# Locally computed
sha256 40cd4f7f143c9313a4437854e31c460046af47bd709364439f0e370ec464af0d kodi-audiodecoder-vgmstream-1.1.0.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# kodi-audiodecoder-vgmstream
#
################################################################################
KODI_AUDIODECODER_VGMSTREAM_VERSION = 1.1.0
KODI_AUDIODECODER_VGMSTREAM_SITE = $(call github,notspiff,audiodecoder.vgmstream,v$(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
$(eval $(cmake-package))