package/kodi-adsp-*: remove packages

Those packages are unmaintained and not in a working state, for
details see https://github.com/xbmc/xbmc/pull/13723

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bernd Kuhls 2018-04-01 15:58:08 +02:00 committed by Thomas Petazzoni
parent cf9bf7d28b
commit 9657e964f0
8 changed files with 15 additions and 62 deletions

View File

@ -142,6 +142,21 @@ comment "unpredictable ways. "
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"

View File

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

View File

@ -1,2 +0,0 @@
# Locally computed
sha256 d6ef031157ceb825a6e6ba114fb20c622ef7f396ddd17ae8bf1954aab25bc2af kodi-adsp-basic-2ae604e591346741324663260696cfa231931870.tar.gz

View File

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

View File

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

View File

@ -1,2 +0,0 @@
# Locally computed
sha256 cf6985be6839530027861b54e2146693d05e802363281ef6f8c1f352dbf94b5c kodi-adsp-freesurround-34f50406bcba22e364711562e5b9205e57ae844b.tar.gz

View File

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

View File

@ -280,11 +280,6 @@ menu "Audio decoder addons"
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"