package/kodi: bump version to 20.2-Nexus
Removed patch which is included in this release. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
c7d1e92b1c
commit
4c1b141c29
@ -6,7 +6,7 @@
|
||||
|
||||
# Not possible to directly refer to kodi variables, because of
|
||||
# first/second expansion trickery...
|
||||
KODI_JSONSCHEMABUILDER_VERSION = 20.1-Nexus
|
||||
KODI_JSONSCHEMABUILDER_VERSION = 20.2-Nexus
|
||||
KODI_JSONSCHEMABUILDER_SITE = $(call github,xbmc,xbmc,$(KODI_JSONSCHEMABUILDER_VERSION))
|
||||
KODI_JSONSCHEMABUILDER_SOURCE = kodi-$(KODI_JSONSCHEMABUILDER_VERSION).tar.gz
|
||||
KODI_JSONSCHEMABUILDER_DL_SUBDIR = kodi
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
# Not possible to directly refer to kodi variables, because of
|
||||
# first/second expansion trickery...
|
||||
KODI_TEXTUREPACKER_VERSION = 20.1-Nexus
|
||||
KODI_TEXTUREPACKER_VERSION = 20.2-Nexus
|
||||
KODI_TEXTUREPACKER_SITE = $(call github,xbmc,xbmc,$(KODI_TEXTUREPACKER_VERSION))
|
||||
KODI_TEXTUREPACKER_SOURCE = kodi-$(KODI_TEXTUREPACKER_VERSION).tar.gz
|
||||
KODI_TEXTUREPACKER_DL_SUBDIR = kodi
|
||||
|
@ -1,42 +0,0 @@
|
||||
From 07d8c98a0a65e005b85ef70e06eb1b9bbe7f764c Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Markus=20H=C3=A4rer?= <markus.haerer@gmx.net>
|
||||
Date: Sun, 28 May 2023 00:49:40 +0200
|
||||
Subject: [PATCH] SavestateFlatBuffer: Remove forward declararion of
|
||||
FlatBufferBuilder
|
||||
|
||||
This caused a compiler error with recent faltbuffers because the type changed:
|
||||
|
||||
In file included from xbmc/cores/RetroPlayer/savestates/SavestateDatabase.cpp:12:
|
||||
xbmc/cores/RetroPlayer/savestates/SavestateFlatBuffer.h:19:7: error: definition of type 'FlatBufferBuilder' conflicts with type alias of the same name
|
||||
class FlatBufferBuilder;
|
||||
^
|
||||
/usr/include/flatbuffers/flatbuffer_builder.h:1414:7: note: 'FlatBufferBuilder' declared here
|
||||
using FlatBufferBuilder = FlatBufferBuilderImpl<false>;
|
||||
^
|
||||
1 error generated.
|
||||
|
||||
(cherry picked from commit 351184d7e4e3edc447d04a297769eb41a477ba68)
|
||||
|
||||
Upstream: https://github.com/xbmc/xbmc/commit/07d8c98a0a65e005b85ef70e06eb1b9bbe7f764c
|
||||
|
||||
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
|
||||
---
|
||||
xbmc/cores/RetroPlayer/savestates/SavestateFlatBuffer.h | 5 -----
|
||||
1 file changed, 5 deletions(-)
|
||||
|
||||
diff --git a/xbmc/cores/RetroPlayer/savestates/SavestateFlatBuffer.h b/xbmc/cores/RetroPlayer/savestates/SavestateFlatBuffer.h
|
||||
index cb93e6bbc2e12..fa42a9bad7034 100644
|
||||
--- a/xbmc/cores/RetroPlayer/savestates/SavestateFlatBuffer.h
|
||||
+++ b/xbmc/cores/RetroPlayer/savestates/SavestateFlatBuffer.h
|
||||
@@ -14,11 +14,6 @@
|
||||
|
||||
#include <flatbuffers/flatbuffers.h>
|
||||
|
||||
-namespace flatbuffers
|
||||
-{
|
||||
-class FlatBufferBuilder;
|
||||
-}
|
||||
-
|
||||
namespace KODI
|
||||
{
|
||||
namespace RETRO
|
@ -1,5 +1,5 @@
|
||||
# Locally computed
|
||||
sha256 cd4158b2bc2d9593ad2f5c1cd2494957ab726b13d8379bbfb09d7d36df7b7d7e kodi-20.1-Nexus.tar.gz
|
||||
sha256 4e81abf81172812bc8891f69a7a80a2b846298cecaae7b5009725e28a3040c23 kodi-20.2-Nexus.tar.gz
|
||||
sha256 f38c4a4e7a4f4da6d8e83b8852489aa3bb6588a915dc41f5ee89d9aad305a06e kodi-libdvdcss-1.4.3-Next-Nexus-Alpha2-2.tar.gz
|
||||
sha256 584f62a3896794408d46368e2ecf2c6217ab9c676ce85921b2d68b8961f49dfc kodi-libdvdnav-6.1.1-Next-Nexus-Alpha2-2.tar.gz
|
||||
sha256 719130091e3adc9725ba72df808f24a14737a009dca5a4c38c601c0c76449b62 kodi-libdvdread-6.1.3-Next-Nexus-Alpha2-2.tar.gz
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
# When updating the version, please also update kodi-jsonschemabuilder
|
||||
# and kodi-texturepacker
|
||||
KODI_VERSION_MAJOR = 20.1
|
||||
KODI_VERSION_MAJOR = 20.2
|
||||
KODI_VERSION_NAME = Nexus
|
||||
KODI_VERSION = $(KODI_VERSION_MAJOR)-$(KODI_VERSION_NAME)
|
||||
KODI_SITE = $(call github,xbmc,xbmc,$(KODI_VERSION))
|
||||
|
Loading…
Reference in New Issue
Block a user