package/kodi-visualisation-spectrum: bump version to 3.4.0-Matrix

Removed patch applied upstream:
46b605516b

Add dependency to glm due to upstream commit:
0a3e3885b8

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:45 +01:00 committed by Thomas Petazzoni
parent eb9cef745c
commit fc992625b3
4 changed files with 6 additions and 35 deletions

View File

@ -1,30 +0,0 @@
From b2c54c1043c2396678005b578e85db30bdf5ccb9 Mon Sep 17 00:00:00 2001
From: Bernd Kuhls <bernd.kuhls@t-online.de>
Date: Sat, 18 Jan 2020 20:22:41 +0100
Subject: [PATCH] [Backport] Add missing cstddef include
Backported from https://github.com/xbmc/visualization.spectrum/pull/37
Patch sent upstream:
https://github.com/xbmc/visualization.spectrum/pull/38
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
src/opengl_spectrum.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/opengl_spectrum.cpp b/src/opengl_spectrum.cpp
index 05409ea..2441fd6 100644
--- a/src/opengl_spectrum.cpp
+++ b/src/opengl_spectrum.cpp
@@ -38,6 +38,7 @@
#include <string.h>
#include <math.h>
#include <stdint.h>
+#include <cstddef>
#include <glm/glm.hpp>
#include <glm/gtc/type_ptr.hpp>
--
2.20.1

View File

@ -1,5 +1,6 @@
config BR2_PACKAGE_KODI_VISUALISATION_SPECTRUM
bool "kodi-visualisation-spectrum"
select BR2_PACKAGE_GLM
help
Spectrum visualiser for Kodi

View File

@ -1,3 +1,3 @@
# Locally computed
sha256 ec88defbb90fdb03f075abdba39c436906a8fbad8f034da3e3b31f75842206cc kodi-visualisation-spectrum-3.0.2-Leia.tar.gz
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
sha256 0b08b99c0289a421425a5d3b39eafdf6262021e213bd3093e98704efb410d348 kodi-visualisation-spectrum-3.4.0-Matrix.tar.gz
sha256 310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af LICENSE.md

View File

@ -4,10 +4,10 @@
#
################################################################################
KODI_VISUALISATION_SPECTRUM_VERSION = 3.0.2-Leia
KODI_VISUALISATION_SPECTRUM_VERSION = 3.4.0-Matrix
KODI_VISUALISATION_SPECTRUM_SITE = $(call github,xbmc,visualization.spectrum,$(KODI_VISUALISATION_SPECTRUM_VERSION))
KODI_VISUALISATION_SPECTRUM_LICENSE = GPL-2.0+
KODI_VISUALISATION_SPECTRUM_LICENSE_FILES = COPYING
KODI_VISUALISATION_SPECTRUM_DEPENDENCIES = kodi
KODI_VISUALISATION_SPECTRUM_LICENSE_FILES = LICENSE.md
KODI_VISUALISATION_SPECTRUM_DEPENDENCIES = glm kodi
$(eval $(cmake-package))