package/kodi-visualisation-waveforhue: remove package
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 21 Sep 2019 19:28:07 +0000 (21:28 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sat, 21 Sep 2019 20:59:07 +0000 (22:59 +0200)
This package is incompatible with Kodi 18.x, configure is broken:

CMake Error at output/host/x86_64-buildroot-linux-uclibc/sysroot/usr/share/kodi/cmake/AddonHelpers.cmake:197 (message):
  "@ADDON_DEPENDS@" not found in addon.xml.in.

For details read PR 2857 of https://github.com/LibreELEC/LibreELEC.tv

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Config.in.legacy
package/kodi-visualisation-waveforhue/Config.in [deleted file]
package/kodi-visualisation-waveforhue/kodi-visualisation-waveforhue.hash [deleted file]
package/kodi-visualisation-waveforhue/kodi-visualisation-waveforhue.mk [deleted file]
package/kodi/Config.in

index b453f544c62f109dae952d2e7f2cf9aaf5a35050..e3e83b43d62a0bdb1f24bd22c54381c802f252d3 100644 (file)
@@ -146,6 +146,12 @@ endif
 
 comment "Legacy options removed in 2019.11"
 
+config BR2_PACKAGE_KODI_VISUALISATION_WAVEFORHUE
+       bool "kodi-visualisation-waveforhue package was removed"
+       select BR2_LEGACY
+       help
+         This package is incompatible with Kodi 18.x.
+
 config BR2_PACKAGE_KODI_AUDIODECODER_OPUS
        bool "kodi-audiodecoder-opus package was removed"
        select BR2_LEGACY
diff --git a/package/kodi-visualisation-waveforhue/Config.in b/package/kodi-visualisation-waveforhue/Config.in
deleted file mode 100644 (file)
index 9694027..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-config BR2_PACKAGE_KODI_VISUALISATION_WAVEFORHUE
-       bool "kodi-visualisation-waveforhue"
-       help
-         WaveForHue visualiser for Kodi
-
-         https://github.com/notspiff/visualization.waveforhue
diff --git a/package/kodi-visualisation-waveforhue/kodi-visualisation-waveforhue.hash b/package/kodi-visualisation-waveforhue/kodi-visualisation-waveforhue.hash
deleted file mode 100644 (file)
index e7e97f1..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-# Locally computed
-sha256 80c466c55aee97d01442892135d4785070333e39f45942da17b65239758e5ae9  kodi-visualisation-waveforhue-b1805dbdba07e5e5b62115490c703aca43e9065c.tar.gz
diff --git a/package/kodi-visualisation-waveforhue/kodi-visualisation-waveforhue.mk b/package/kodi-visualisation-waveforhue/kodi-visualisation-waveforhue.mk
deleted file mode 100644 (file)
index 3ff32e6..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-################################################################################
-#
-# kodi-visualisation-waveforhue
-#
-################################################################################
-
-KODI_VISUALISATION_WAVEFORHUE_VERSION = b1805dbdba07e5e5b62115490c703aca43e9065c
-KODI_VISUALISATION_WAVEFORHUE_SITE = $(call github,hardyt,visualization.waveforhue,$(KODI_VISUALISATION_WAVEFORHUE_VERSION))
-KODI_VISUALISATION_WAVEFORHUE_LICENSE = GPL-2.0+
-KODI_VISUALISATION_WAVEFORHUE_LICENSE_FILES = COPYING
-KODI_VISUALISATION_WAVEFORHUE_DEPENDENCIES = kodi
-
-$(eval $(cmake-package))
index 32dda14c1fe36456c1339bc5c69ad2ff08d47948..2cef12ea6b40733a530073da3a99939140db8afb 100644 (file)
@@ -363,7 +363,6 @@ menu "Visualisations"
        source "package/kodi-visualisation-goom/Config.in"
        source "package/kodi-visualisation-shadertoy/Config.in"
        source "package/kodi-visualisation-spectrum/Config.in"
-       source "package/kodi-visualisation-waveforhue/Config.in"
        source "package/kodi-visualisation-waveform/Config.in"
 endmenu