comment "----------------------------------------------------"
endif
+###############################################################################
+comment "Legacy options removed in 2018.05"
+
+config BR2_PACKAGE_KODI_ADSP_BASIC
+ bool "kodi-adsp-basic package removed"
+ select BR2_LEGACY
+ help
+ kodi-adsp-basic is unmaintained
+
+config BR2_PACKAGE_KODI_ADSP_FREESURROUND
+ bool "kodi-adsp-freesurround package removed"
+ select BR2_LEGACY
+ help
+ kodi-adsp-freesurround is unmaintained
+
###############################################################################
comment "Legacy options removed in 2018.02"
+++ /dev/null
-config BR2_PACKAGE_KODI_ADSP_BASIC
- bool "kodi-adsp-basic"
- select BR2_PACKAGE_LIBPLATFORM
- select BR2_PACKAGE_KODI_PLATFORM
- help
- This add-on contains basic dsp related parts to handle
- speaker delays, channel related volume amplification. As
- mode it supports a Dolby Pro Logic II compatible
- multichannel downmix to stereo, which becomes available if
- only 2 channel output on Kodi is selected.
-
- https://github.com/kodi-adsp/adsp.basic
+++ /dev/null
-# Locally computed
-sha256 d6ef031157ceb825a6e6ba114fb20c622ef7f396ddd17ae8bf1954aab25bc2af kodi-adsp-basic-2ae604e591346741324663260696cfa231931870.tar.gz
+++ /dev/null
-################################################################################
-#
-# kodi-adsp-basic
-#
-################################################################################
-
-# This cset is on the branch 'Krypton'
-# When Kodi is updated, then this should be updated to the corresponding branch
-KODI_ADSP_BASIC_VERSION = 2ae604e591346741324663260696cfa231931870
-KODI_ADSP_BASIC_SITE = $(call github,kodi-adsp,adsp.basic,$(KODI_ADSP_BASIC_VERSION))
-KODI_ADSP_BASIC_LICENSE = GPL-3.0+
-KODI_ADSP_BASIC_LICENSE_FILES = LICENSE.md
-KODI_ADSP_BASIC_DEPENDENCIES = libplatform kodi-platform
-
-$(eval $(cmake-package))
+++ /dev/null
-config BR2_PACKAGE_KODI_ADSP_FREESURROUND
- bool "kodi-adsp-freesurround"
- select BR2_PACKAGE_LIBPLATFORM
- select BR2_PACKAGE_KODI_PLATFORM
- help
- FreeSurround is meant to be the KODI equivalent of your
- hi-fi receiver's Dolby ProLogic II button. It's purpose is
- to decode surround information from your stereo music and to
- produce multichannel output from it.
-
- https://github.com/kodi-adsp/adsp.freesurround
+++ /dev/null
-# Locally computed
-sha256 cf6985be6839530027861b54e2146693d05e802363281ef6f8c1f352dbf94b5c kodi-adsp-freesurround-34f50406bcba22e364711562e5b9205e57ae844b.tar.gz
+++ /dev/null
-################################################################################
-#
-# kodi-adsp-freesurround
-#
-################################################################################
-
-# 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
-KODI_ADSP_FREESURROUND_SITE = $(call github,kodi-adsp,adsp.freesurround,$(KODI_ADSP_FREESURROUND_VERSION))
-KODI_ADSP_FREESURROUND_LICENSE = GPL-3.0+
-KODI_ADSP_FREESURROUND_LICENSE_FILES = LICENSE.md
-KODI_ADSP_FREESURROUND_DEPENDENCIES = libplatform kodi-platform
-
-$(eval $(cmake-package))
source "package/kodi-audiodecoder-vgmstream/Config.in"
endmenu
-menu "Audio DSP addons"
- source "package/kodi-adsp-basic/Config.in"
- source "package/kodi-adsp-freesurround/Config.in"
-endmenu
-
menu "Audio encoder addons"
source "package/kodi-audioencoder-flac/Config.in"
source "package/kodi-audioencoder-lame/Config.in"