mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-26 22:33:27 +08:00
package/kodi-screensaver-planestate: remove package
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. This package is also not part of the upstream binary repo: https://github.com/xbmc/repo-binary-addons Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
eeb069f962
commit
64c9bc8e99
@ -146,6 +146,12 @@ endif
|
||||
|
||||
comment "Legacy options removed in 2019.11"
|
||||
|
||||
config BR2_PACKAGE_KODI_SCREENSAVER_PLANESTATE
|
||||
bool "kodi-screensaver-planestate package was removed"
|
||||
select BR2_LEGACY
|
||||
help
|
||||
This package is incompatible with Kodi 18.x.
|
||||
|
||||
config BR2_PACKAGE_KODI_VISUALISATION_WAVEFORHUE
|
||||
bool "kodi-visualisation-waveforhue package was removed"
|
||||
select BR2_LEGACY
|
||||
|
@ -1,11 +0,0 @@
|
||||
config BR2_PACKAGE_KODI_SCREENSAVER_PLANESTATE
|
||||
bool "kodi-screensaver-planestate"
|
||||
depends on BR2_PACKAGE_HAS_LIBGL # libsoil
|
||||
select BR2_PACKAGE_LIBSOIL
|
||||
help
|
||||
PlaneState screensaver for Kodi
|
||||
|
||||
https://github.com/notspiff/screensaver.planestate
|
||||
|
||||
comment "kodi-screensaver-planestate needs OpenGL"
|
||||
depends on !BR2_PACKAGE_HAS_LIBGL
|
@ -1,2 +0,0 @@
|
||||
# Locally computed
|
||||
sha256 6059630e56bd022a27f73fe7c94fcf6a66792e7bb10f54a7893f536c23b95b99 kodi-screensaver-planestate-5341406dd05439a1a0245ab3f6d1a8964461d0e5.tar.gz
|
@ -1,11 +0,0 @@
|
||||
################################################################################
|
||||
#
|
||||
# kodi-screensaver-planestate
|
||||
#
|
||||
################################################################################
|
||||
|
||||
KODI_SCREENSAVER_PLANESTATE_VERSION = 5341406dd05439a1a0245ab3f6d1a8964461d0e5
|
||||
KODI_SCREENSAVER_PLANESTATE_SITE = $(call github,notspiff,screensaver.planestate,$(KODI_SCREENSAVER_PLANESTATE_VERSION))
|
||||
KODI_SCREENSAVER_PLANESTATE_DEPENDENCIES = kodi libsoil
|
||||
|
||||
$(eval $(cmake-package))
|
@ -343,7 +343,6 @@ menu "Screensavers"
|
||||
source "package/kodi-screensaver-greynetic/Config.in"
|
||||
source "package/kodi-screensaver-matrixtrails/Config.in"
|
||||
source "package/kodi-screensaver-pingpong/Config.in"
|
||||
source "package/kodi-screensaver-planestate/Config.in"
|
||||
source "package/kodi-screensaver-pyro/Config.in"
|
||||
source "package/kodi-screensaver-rsxs/Config.in"
|
||||
source "package/kodi-screensaver-stars/Config.in"
|
||||
|
Loading…
Reference in New Issue
Block a user