package/kodi-visualisation-goom: bump version 3.4.0-Matrix
authorBernd Kuhls <bernd.kuhls@t-online.de>
Tue, 2 Mar 2021 07:07:43 +0000 (08:07 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 6 Mar 2021 21:56:51 +0000 (22:56 +0100)
Switched opengl dependency to render system used by Kodi.

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>
package/kodi-visualisation-goom/Config.in
package/kodi-visualisation-goom/kodi-visualisation-goom.hash
package/kodi-visualisation-goom/kodi-visualisation-goom.mk

index 065bc1d7732305db06fdcd3af51ea9e6867d1da0..18905bba3aa16bdf3cd3d14bf79fa67abdf049d4 100644 (file)
@@ -1,11 +1,11 @@
 config BR2_PACKAGE_KODI_VISUALISATION_GOOM
        bool "kodi-visualisation-goom"
-       depends on BR2_PACKAGE_HAS_LIBGL
+       depends on BR2_PACKAGE_KODI_RENDER_SYSTEM_GL
        select BR2_PACKAGE_GLM
        help
          GOOM visualiser for Kodi
 
          https://github.com/notspiff/visualization.goom
 
-comment "kodi-visualization-goom needs OpenGL"
-       depends on !BR2_PACKAGE_HAS_LIBGL
+comment "kodi-visualization-goom needs OpenGL as Kodi render system"
+       depends on !BR2_PACKAGE_KODI_RENDER_SYSTEM_GL
index c9fa7dea9f3bd4d8f0f962c428b497e82a959ee0..ab5bda33c46c5e14bb592d40246080cade98e220 100644 (file)
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  fdd656721f6d1b1962fd0a1e240eafb4710237ba70809dd0391cd10cacf4417c  kodi-visualisation-goom-2.2.3-Leia.tar.gz
-sha256  a6b36f495079206146ae0b11624a8db49a538f421ffe1341f8651c9e6b06f0b0  debian/copyright
+sha256  8de34cd33977bb8fa5fd721993341f7d64bbf5b08e481438740287dd2a366079  kodi-visualisation-goom-3.4.0-Matrix.tar.gz
+sha256  310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af  LICENSE.md
index d83f857ae179ffd3e2ad97b4f969133daf26f967..45f2f05ece8d8043b2fbf9493dc952c4bf99d80c 100644 (file)
@@ -4,10 +4,10 @@
 #
 ################################################################################
 
-KODI_VISUALISATION_GOOM_VERSION = 2.2.3-Leia
+KODI_VISUALISATION_GOOM_VERSION = 3.4.0-Matrix
 KODI_VISUALISATION_GOOM_SITE = $(call github,xbmc,visualization.goom,$(KODI_VISUALISATION_GOOM_VERSION))
 KODI_VISUALISATION_GOOM_LICENSE = GPL-2.0+
-KODI_VISUALISATION_GOOM_LICENSE_FILES = debian/copyright
+KODI_VISUALISATION_GOOM_LICENSE_FILES = LICENSE.md
 
 KODI_VISUALISATION_GOOM_DEPENDENCIES = glm kodi