Control: tags 1097072 + patch Control: tags 1097072 + pending Dear maintainer,
I've prepared an NMU for kodi-inputstream-adaptive (versioned as 21.5.9+ds-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for kodi-inputstream-adaptive-21.5.9+ds kodi-inputstream-adaptive-21.5.9+ds changelog | 7 +++++++ patches/gcc-15.patch | 15 +++++++++++++++ patches/series | 1 + 3 files changed, 23 insertions(+) diff -Nru kodi-inputstream-adaptive-21.5.9+ds/debian/changelog kodi-inputstream-adaptive-21.5.9+ds/debian/changelog --- kodi-inputstream-adaptive-21.5.9+ds/debian/changelog 2025-01-27 10:45:13.000000000 +0200 +++ kodi-inputstream-adaptive-21.5.9+ds/debian/changelog 2025-09-21 21:30:56.000000000 +0300 @@ -1,3 +1,10 @@ +kodi-inputstream-adaptive (21.5.9+ds-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Backport upstream fix for FTBFS with GCC 15. (Closes: #1097072) + + -- Adrian Bunk <[email protected]> Sun, 21 Sep 2025 21:30:56 +0300 + kodi-inputstream-adaptive (21.5.9+ds-1) unstable; urgency=high * New upstream version 21.5.9+ds diff -Nru kodi-inputstream-adaptive-21.5.9+ds/debian/patches/gcc-15.patch kodi-inputstream-adaptive-21.5.9+ds/debian/patches/gcc-15.patch --- kodi-inputstream-adaptive-21.5.9+ds/debian/patches/gcc-15.patch 1970-01-01 02:00:00.000000000 +0200 +++ kodi-inputstream-adaptive-21.5.9+ds/debian/patches/gcc-15.patch 2025-09-21 21:30:56.000000000 +0300 @@ -0,0 +1,15 @@ +Description: Fix FTBFS with GCC 15 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1097072 +Origin: upstream, https://github.com/xbmc/inputstream.adaptive/pull/1851 + +--- kodi-inputstream-adaptive-21.5.9+ds.orig/src/common/AdaptiveUtils.h ++++ kodi-inputstream-adaptive-21.5.9+ds/src/common/AdaptiveUtils.h +@@ -13,6 +13,7 @@ + #include <memory> + #include <string_view> + #include <vector> ++#include <cstdint> + + // forwards + class AP4_Movie; diff -Nru kodi-inputstream-adaptive-21.5.9+ds/debian/patches/series kodi-inputstream-adaptive-21.5.9+ds/debian/patches/series --- kodi-inputstream-adaptive-21.5.9+ds/debian/patches/series 2025-01-27 10:45:13.000000000 +0200 +++ kodi-inputstream-adaptive-21.5.9+ds/debian/patches/series 2025-09-21 21:30:56.000000000 +0300 @@ -1,3 +1,4 @@ 0001-Use-packaged-libwebm.patch 0002-bento4.patch 0003-arch.patch +gcc-15.patch

