package/kodi-screensaver-rsxs: bump version to 19.0.1-Matrix
Removed patch which was applied upstream. Release notes: https://github.com/xbmc/screensavers.rsxs/releases/tag/19.0.1-Matrix Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
9e83e7b851
commit
aee03038e4
@ -1,29 +0,0 @@
|
||||
From fb23e136f88a94aa497e8eb4369bb06435c2aaf8 Mon Sep 17 00:00:00 2001
|
||||
From: Bernd Kuhls <bernd.kuhls@t-online.de>
|
||||
Date: Sun, 26 Sep 2021 15:59:29 +0200
|
||||
Subject: [PATCH] impSurface.h: fix build with gcc11
|
||||
|
||||
lib/Implicit/impSurface.h:44:9: error: 'size_t' does not name a type
|
||||
44 | size_t vertex_data_size;
|
||||
|
||||
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
|
||||
Upstream status: https://github.com/xbmc/screensavers.rsxs/pull/52
|
||||
---
|
||||
lib/Implicit/impSurface.h | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/lib/Implicit/impSurface.h b/lib/Implicit/impSurface.h
|
||||
index 388701aa..3319820e 100644
|
||||
--- a/lib/Implicit/impSurface.h
|
||||
+++ b/lib/Implicit/impSurface.h
|
||||
@@ -21,6 +21,7 @@
|
||||
#ifndef IMPSURFACE_H
|
||||
#define IMPSURFACE_H
|
||||
|
||||
+#include <cstddef>
|
||||
#include <functional>
|
||||
|
||||
#ifdef WIN32
|
||||
--
|
||||
2.30.2
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 d08570d45a7f5bcf43f737a89f2988ebb163590f1746a8f734995711cda0d3a6 kodi-screensaver-rsxs-19.0.0-Matrix.tar.gz
|
||||
sha256 9b06aa9745aa1ee6e4c01d3faab8adea7404933779c597537d2223f9f5492c14 kodi-screensaver-rsxs-19.0.1-Matrix.tar.gz
|
||||
sha256 310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af LICENSE.md
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
KODI_SCREENSAVER_RSXS_VERSION = 19.0.0-Matrix
|
||||
KODI_SCREENSAVER_RSXS_VERSION = 19.0.1-Matrix
|
||||
KODI_SCREENSAVER_RSXS_SITE = $(call github,xbmc,screensavers.rsxs,$(KODI_SCREENSAVER_RSXS_VERSION))
|
||||
KODI_SCREENSAVER_RSXS_LICENSE = GPL-2.0+
|
||||
KODI_SCREENSAVER_RSXS_LICENSE_FILES = LICENSE.md
|
||||
|
Loading…
Reference in New Issue
Block a user