package/kodi-screensaver-greynetic: bump version to 2.5.0-Matrix

Remove dependency to opengl, add dependency to glm, opengles support
was fixed upstream:
aee7082c92

Switch license file to LICENSE.md.

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 2021-03-02 08:07:32 +01:00 committed by Thomas Petazzoni
parent 6ee5476913
commit 8004d2c0ad
3 changed files with 6 additions and 9 deletions

View File

@ -1,10 +1,7 @@
config BR2_PACKAGE_KODI_SCREENSAVER_GREYNETIC
bool "kodi-screensaver-greynetic"
depends on BR2_PACKAGE_HAS_LIBGL
select BR2_PACKAGE_GLM
help
Greynetic screensaver for Kodi
https://github.com/xbmc/screensaver.greynetic
comment "kodi-screensaver-greynetic needs OpenGL"
depends on !BR2_PACKAGE_HAS_LIBGL

View File

@ -1,3 +1,3 @@
# Locally computed
sha256 e9a24d3204e3d6d5b5302a865e37c6f2ae9e25a3536eeda4205830f5e0256555 kodi-screensaver-greynetic-2.2.3-Leia.tar.gz
sha256 2905fdee5c68dc4944c42711d45f47794e8fb881bd67d66d0875d10f9a2156a0 debian/copyright
sha256 093c77ad332dc5797f1866895218d6c6b4490ef1f9bd4cbdf15c000c3b881798 kodi-screensaver-greynetic-2.5.0-Matrix.tar.gz
sha256 310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af LICENSE.md

View File

@ -4,10 +4,10 @@
#
################################################################################
KODI_SCREENSAVER_GREYNETIC_VERSION = 2.2.3-Leia
KODI_SCREENSAVER_GREYNETIC_VERSION = 2.5.0-Matrix
KODI_SCREENSAVER_GREYNETIC_SITE = $(call github,xbmc,screensaver.greynetic,$(KODI_SCREENSAVER_GREYNETIC_VERSION))
KODI_SCREENSAVER_GREYNETIC_LICENSE = GPL-2.0+
KODI_SCREENSAVER_GREYNETIC_LICENSE_FILES = debian/copyright
KODI_SCREENSAVER_GREYNETIC_DEPENDENCIES = kodi
KODI_SCREENSAVER_GREYNETIC_LICENSE_FILES = LICENSE.md
KODI_SCREENSAVER_GREYNETIC_DEPENDENCIES = glm kodi
$(eval $(cmake-package))