package/kodi-adsp-*: remove packages
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 1 Apr 2018 13:58:08 +0000 (15:58 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 1 Apr 2018 14:20:11 +0000 (16:20 +0200)
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>
Config.in.legacy
package/kodi-adsp-basic/Config.in [deleted file]
package/kodi-adsp-basic/kodi-adsp-basic.hash [deleted file]
package/kodi-adsp-basic/kodi-adsp-basic.mk [deleted file]
package/kodi-adsp-freesurround/Config.in [deleted file]
package/kodi-adsp-freesurround/kodi-adsp-freesurround.hash [deleted file]
package/kodi-adsp-freesurround/kodi-adsp-freesurround.mk [deleted file]
package/kodi/Config.in

index fa083eaf79478e80d5d9dcfbef8336ed70f6b8a0..2e3b1b600141e4dd9504f1d583df6d70944ba606 100644 (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"
 
diff --git a/package/kodi-adsp-basic/Config.in b/package/kodi-adsp-basic/Config.in
deleted file mode 100644 (file)
index 87bdd19..0000000
+++ /dev/null
@@ -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
diff --git a/package/kodi-adsp-basic/kodi-adsp-basic.hash b/package/kodi-adsp-basic/kodi-adsp-basic.hash
deleted file mode 100644 (file)
index 10dd773..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-# Locally computed
-sha256 d6ef031157ceb825a6e6ba114fb20c622ef7f396ddd17ae8bf1954aab25bc2af  kodi-adsp-basic-2ae604e591346741324663260696cfa231931870.tar.gz
diff --git a/package/kodi-adsp-basic/kodi-adsp-basic.mk b/package/kodi-adsp-basic/kodi-adsp-basic.mk
deleted file mode 100644 (file)
index bb114a4..0000000
+++ /dev/null
@@ -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))
diff --git a/package/kodi-adsp-freesurround/Config.in b/package/kodi-adsp-freesurround/Config.in
deleted file mode 100644 (file)
index 80aadf1..0000000
+++ /dev/null
@@ -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
diff --git a/package/kodi-adsp-freesurround/kodi-adsp-freesurround.hash b/package/kodi-adsp-freesurround/kodi-adsp-freesurround.hash
deleted file mode 100644 (file)
index 2649bbd..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-# Locally computed
-sha256 cf6985be6839530027861b54e2146693d05e802363281ef6f8c1f352dbf94b5c  kodi-adsp-freesurround-34f50406bcba22e364711562e5b9205e57ae844b.tar.gz
diff --git a/package/kodi-adsp-freesurround/kodi-adsp-freesurround.mk b/package/kodi-adsp-freesurround/kodi-adsp-freesurround.mk
deleted file mode 100644 (file)
index 927af74..0000000
+++ /dev/null
@@ -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))
index 071c03d640c782db73e7c345874882c21efd6583..d96d546bf97aac2dcf22072f3e93037bc920e64c 100644 (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"