2016-02-20 23:09:32 +01:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# kodi-adsp-freesurround
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2017-04-29 10:37:33 +02:00
|
|
|
# This cset is on the branch 'Krypton'
|
|
|
|
# When Kodi is updated, then this should be updated to the corresponding branch
|
|
|
|
KODI_ADSP_FREESURROUND_VERSION = 34f50406bcba22e364711562e5b9205e57ae844b
|
2016-02-20 23:09:32 +01:00
|
|
|
KODI_ADSP_FREESURROUND_SITE = $(call github,kodi-adsp,adsp.freesurround,$(KODI_ADSP_FREESURROUND_VERSION))
|
2017-03-30 15:43:33 +02:00
|
|
|
KODI_ADSP_FREESURROUND_LICENSE = GPL-3.0+
|
2016-02-20 23:09:32 +01:00
|
|
|
KODI_ADSP_FREESURROUND_LICENSE_FILES = LICENSE.md
|
|
|
|
KODI_ADSP_FREESURROUND_DEPENDENCIES = libplatform kodi-platform
|
|
|
|
|
|
|
|
$(eval $(cmake-package))
|