Commit 98c17922 authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

package/kodi-audiodecoder-sidplay: new package



[Thomas:
   - do not pass -DCMAKE_MODULE_PATH, no longer needed.]

Signed-off-by: default avatarBernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent d6383a78
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_KODI_AUDIODECODER_SIDPLAY
	bool "kodi-audiodecoder-sidplay"
	select BR2_PACKAGE_KODI_PLATFORM
	select BR2_PACKAGE_LIBSIDPLAY2
	help
	  Sidplay decoder addon for Kodi

	  https://github.com/notspiff/audiodecoder.sidplay
+13 −0
Original line number Diff line number Diff line
################################################################################
#
# kodi-audiodecoder-sidplay
#
################################################################################

KODI_AUDIODECODER_SIDPLAY_VERSION = 27b2c0582878857bfe03195471fa7ffa4bcc40f0
KODI_AUDIODECODER_SIDPLAY_SITE = $(call github,notspiff,audiodecoder.sidplay,$(KODI_AUDIODECODER_SIDPLAY_VERSION))
KODI_AUDIODECODER_SIDPLAY_LICENSE = GPLv2+
KODI_AUDIODECODER_SIDPLAY_LICENSE_FILES = src/SIDCodec.cpp
KODI_AUDIODECODER_SIDPLAY_DEPENDENCIES = host-pkgconf kodi-platform libsidplay2

$(eval $(cmake-package))
+1 −0
Original line number Diff line number Diff line
@@ -252,6 +252,7 @@ config BR2_PACKAGE_KODI_OPTICALDRIVE
menu "Audio decoder addons"
	source "package/kodi-audiodecoder-modplug/Config.in"
	source "package/kodi-audiodecoder-nosefart/Config.in"
	source "package/kodi-audiodecoder-sidplay/Config.in"
endmenu

menu "Audio encoder addons"