[packages/kodi-addon-inputstream-adaptive] add missing include to fix build with gcc 15

atler atler at pld-linux.org
Thu Nov 13 19:34:18 CET 2025


commit bdd2613cec9fd9b848f7163e9c54f92a3b083aba
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Nov 13 19:31:04 2025 +0100

    add missing include to fix build with gcc 15

 includes.patch                       | 21 +++++++++++++++++++++
 kodi-addon-inputstream-adaptive.spec |  2 ++
 2 files changed, 23 insertions(+)
---
diff --git a/kodi-addon-inputstream-adaptive.spec b/kodi-addon-inputstream-adaptive.spec
index 1412558..5fa304d 100644
--- a/kodi-addon-inputstream-adaptive.spec
+++ b/kodi-addon-inputstream-adaptive.spec
@@ -19,6 +19,7 @@ Source0:	https://github.com/xbmc/inputstream.adaptive/archive/%{version}-%{coden
 Source1:	https://github.com/xbmc/Bento4/archive/%{bento4_ver}/Bento4-%{bento4_ver}.tar.gz
 # Source1-md5:	7cefb139db93ab2417635f003cd7a7b5
 Patch0:		bento4-hash.patch
+Patch1:		includes.patch
 URL:		https://github.com/xbmc/inputstream.adaptive
 BuildRequires:	cmake >= 3.10
 BuildRequires:	expat-devel
@@ -38,6 +39,7 @@ Kodi InputStream addon for several manifest types
 %prep
 %setup -q -n %{addon}-%{version}-%{codename}
 %patch -P0 -p1
+%patch -P1 -p1
 
 install -d build/download
 cp -p %{SOURCE1} build/download/%{bento4_ver}.tar.gz
diff --git a/includes.patch b/includes.patch
new file mode 100644
index 0000000..2c8ba2d
--- /dev/null
+++ b/includes.patch
@@ -0,0 +1,21 @@
+From 6ea898ca77f3062f6c5cf851dad66bdf83a7866b Mon Sep 17 00:00:00 2001
+From: Rudi Heitbaum <rudi at heitbaum.com>
+Date: Wed, 5 Nov 2025 04:01:33 +1100
+Subject: [PATCH] [AdaptiveUtils] Add missing include <cstdint>
+
+---
+ src/common/AdaptiveUtils.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/common/AdaptiveUtils.h b/src/common/AdaptiveUtils.h
+index 0bc17bc65..8cdf2da83 100644
+--- a/src/common/AdaptiveUtils.h
++++ b/src/common/AdaptiveUtils.h
+@@ -9,6 +9,7 @@
+ #pragma once
+ 
+ #include <algorithm>
++#include <cstdint>
+ #include <limits>
+ #include <memory>
+ #include <string_view>
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kodi-addon-inputstream-adaptive.git/commitdiff/bb104f79b4a295e24f159b9810fc7222ebfd83d6




More information about the pld-cvs-commit mailing list