package/kodi-screensaver-pyro: bump version to 3.0.1-Leia

Drop 0001-Add-missing-stddef-include.patch as it is now upstream.

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 2020-03-09 19:39:36 +01:00 committed by Thomas Petazzoni
parent a2e9869fb2
commit 7fc97af090
3 changed files with 3 additions and 28 deletions

View File

@ -1,25 +0,0 @@
From e1dbe7822b35b889fdc5ea54114ad3f9669d440e Mon Sep 17 00:00:00 2001
From: Rechi <Rechi@users.noreply.github.com>
Date: Sun, 24 Mar 2019 10:55:44 +0100
Subject: [PATCH] [fix] add missing stddef.h include for offsetof macro
Downloaded from upstream commit in master branch:
https://github.com/xbmc/screensaver.pyro/commit/e1dbe7822b35b889fdc5ea54114ad3f9669d440e
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
src/Pyro.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/Pyro.cpp b/src/Pyro.cpp
index 3f873a2..6dfa764 100644
--- a/src/Pyro.cpp
+++ b/src/Pyro.cpp
@@ -34,6 +34,7 @@
#include "Pyro.h"
#include <stdio.h>
#include <math.h>
+#include <stddef.h>
#include <stdlib.h>
#ifdef WIN32

View File

@ -1,3 +1,3 @@
# Locally computed
sha256 55f867b703e5cf409f8e0a8a2c34373f896feb990004b5901b4efaee905d42e5 kodi-screensaver-pyro-3.0.0-Leia.tar.gz
sha256 b945c014a69091c728caa3fca547c2747911e61e1dd2cef9928cf92a6a45655f src/Pyro.cpp
sha256 cf9ed582b70460682175366641e6a00eaea085a1d3477a02710ba8398a1d17bd kodi-screensaver-pyro-3.0.1-Leia.tar.gz
sha256 b945c014a69091c728caa3fca547c2747911e61e1dd2cef9928cf92a6a45655f src/Pyro.cpp

View File

@ -4,7 +4,7 @@
#
################################################################################
KODI_SCREENSAVER_PYRO_VERSION = 3.0.0-Leia
KODI_SCREENSAVER_PYRO_VERSION = 3.0.1-Leia
KODI_SCREENSAVER_PYRO_SITE = $(call github,xbmc,screensaver.pyro,$(KODI_SCREENSAVER_PYRO_VERSION))
KODI_SCREENSAVER_PYRO_LICENSE = GPL-2.0+
KODI_SCREENSAVER_PYRO_LICENSE_FILES = src/Pyro.cpp