package/kodi-visualisation-goom: bump version 3.4.0-Matrix
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>
This commit is contained in:
parent
7ad1e18bfb
commit
f6c2949160
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user