diff --git a/kodi-inputstream-adaptive-20.3.12-gcc-13.2.patch b/kodi-inputstream-adaptive-20.3.12-gcc-13.2.patch deleted file mode 100644 index a7691e2..0000000 --- a/kodi-inputstream-adaptive-20.3.12-gcc-13.2.patch +++ /dev/null @@ -1,126 +0,0 @@ -From e5928d5dbb49a3dcb17ff9814ac4fceceb0032c2 Mon Sep 17 00:00:00 2001 -From: BlackEagle -Date: Sat, 3 Jun 2023 12:42:09 +0200 -Subject: [PATCH] =?UTF-8?q?Fix=20error:=20=E2=80=98uint*=5Ft=E2=80=99=20ha?= - =?UTF-8?q?s=20not=20been=20declared=20with=20gcc=2013?= -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -When building with gcc 13 there are various build issues like: - -``` -[ 48%] Building CXX object CMakeFiles/inputstream.adaptive.dir/src/aes_decrypter.cpp.o -In file included from /home/ike/devel/github/inputstream.adaptive-upstream/src/aes_decrypter.h:11, - from /home/ike/devel/github/inputstream.adaptive-upstream/src/aes_decrypter.cpp:9: -/home/ike/devel/github/inputstream.adaptive-upstream/src/Iaes_decrypter.h:28:31: error: ‘uint8_t’ has not been declared - 28 | virtual void ivFromSequence(uint8_t* buffer, uint64_t sid) = 0; - | ^~~~~~~ -/home/ike/devel/github/inputstream.adaptive-upstream/src/Iaes_decrypter.h:28:48: error: ‘uint64_t’ has not been declared - 28 | virtual void ivFromSequence(uint8_t* buffer, uint64_t sid) = 0; - | ^~~~~~~~ -make[2]: *** [CMakeFiles/inputstream.adaptive.dir/build.make:692: CMakeFiles/inputstream.adaptive.dir/src/aes_decrypter.cpp.o] Error 1 -make[1]: *** [CMakeFiles/Makefile2:210: CMakeFiles/inputstream.adaptive.dir/all] Error 2 -make: *** [Makefile:166: all] Error 2 -``` - -Using the `#include ` in the various headers fixes this issue. - -Signed-off-by: BlackEagle ---- - src/Iaes_decrypter.h | 1 + - src/SSD_dll.h | 1 + - src/test/KodiStubs.h | 1 + - src/utils/FileUtils.h | 1 + - src/utils/PropertiesUtils.h | 1 + - src/utils/StringUtils.h | 1 + - src/utils/Utils.h | 1 + - 7 files changed, 7 insertions(+) - -diff --git a/src/Iaes_decrypter.h b/src/Iaes_decrypter.h -index 7fdf604..e7f889b 100644 ---- a/src/Iaes_decrypter.h -+++ b/src/Iaes_decrypter.h -@@ -11,6 +11,7 @@ - #include - - #include -+#include - - class IAESDecrypter - { -diff --git a/src/SSD_dll.h b/src/SSD_dll.h -index 6298d09..bf75346 100644 ---- a/src/SSD_dll.h -+++ b/src/SSD_dll.h -@@ -10,6 +10,7 @@ - - #include // va_list, va_start, va_arg, va_end - #include -+#include - - //Functionality wich is supported by the Decrypter - class Adaptive_CencSingleSampleDecrypter; -diff --git a/src/test/KodiStubs.h b/src/test/KodiStubs.h -index 7a9d8e6..fe5107b 100644 ---- a/src/test/KodiStubs.h -+++ b/src/test/KodiStubs.h -@@ -12,6 +12,7 @@ - - #include - #include -+#include - - #ifdef _WIN32 // windows - #if !defined(_SSIZE_T_DEFINED) && !defined(HAVE_SSIZE_T) -diff --git a/src/utils/FileUtils.h b/src/utils/FileUtils.h -index 40745b0..92e75b1 100644 ---- a/src/utils/FileUtils.h -+++ b/src/utils/FileUtils.h -@@ -10,6 +10,7 @@ - - #include - #include -+#include - - namespace UTILS - { -diff --git a/src/utils/PropertiesUtils.h b/src/utils/PropertiesUtils.h -index b277f58..0f0ba49 100644 ---- a/src/utils/PropertiesUtils.h -+++ b/src/utils/PropertiesUtils.h -@@ -11,6 +11,7 @@ - #include - #include - #include -+#include - - namespace UTILS - { -diff --git a/src/utils/StringUtils.h b/src/utils/StringUtils.h -index fbafccd..066a6de 100644 ---- a/src/utils/StringUtils.h -+++ b/src/utils/StringUtils.h -@@ -11,6 +11,7 @@ - #include - #include - #include -+#include - - namespace UTILS - { -diff --git a/src/utils/Utils.h b/src/utils/Utils.h -index e7ae209..24bccaf 100644 ---- a/src/utils/Utils.h -+++ b/src/utils/Utils.h -@@ -12,6 +12,7 @@ - #include - #include - #include -+#include - - namespace UTILS - { --- -2.40.1 - diff --git a/kodi-inputstream-adaptive.spec b/kodi-inputstream-adaptive.spec index 2f4ffc4..9bfaacf 100644 --- a/kodi-inputstream-adaptive.spec +++ b/kodi-inputstream-adaptive.spec @@ -1,7 +1,7 @@ %define majver %(echo %version | cut -d. -f1) -%define bento_version 1.6.0-639-6 +%define bento_version 1.6.0-641 Name: kodi-inputstream-adaptive -Version: 20.3.18 +Version: 21.4.5 Release: 1mamba Summary: kodi inputstream addon for several manifest types Group: Graphical Desktop/Applications/Multimedia @@ -9,17 +9,16 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/xbmc/inputstream.adaptive -Source: https://github.com/xbmc/inputstream.adaptive.git/%{version}-Nexus/inputstream.adaptive-%{version}.tar.bz2 -Source1: https://github.com/xbmc/Bento4/archive/refs/tags/%{bento_version}-Nexus.tar.gz -Patch0: kodi-inputstream-adaptive-20.3.12-gcc-13.2.patch +Source: https://github.com/xbmc/inputstream.adaptive.git/%{version}-Omega/inputstream.adaptive-%{version}.tar.bz2 +Source1: https://github.com/xbmc/Bento4/archive/refs/tags/%{bento_version}-Omega.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libexpat-devel BuildRequires: libgcc BuildRequires: libstdc++6-devel +BuildRequires: pugixml-devel ## AUTOBUILDREQ-END -BuildRequires: kodi-devel >= 0:20.1-1mamba +BuildRequires: kodi-devel >= %{majver} BuildRequires: cmake Requires: kodi >= %{majver} Requires: kodi < %{majver}.999 @@ -31,8 +30,6 @@ kodi inputstream addon for several manifest types. %prep %setup -q -n inputstream.adaptive-%{version} -%define _default_patch_fuzz 2 -%patch 0 -p1 -b .gcc-13.2 %build %cmake -d build \ @@ -58,6 +55,9 @@ kodi inputstream addon for several manifest types. %{_datadir}/kodi/addons/inputstream.adaptive/* %changelog +* Wed Apr 24 2024 Silvan Calarco 21.4.5-1mamba +- update to 21.4.5 + * Tue Feb 20 2024 Automatic Build System 20.3.18-1mamba - automatic version update by autodist