Control: tags 1097073 + patch Control: tags 1097073 + pending Dear maintainer,
I've prepared an NMU for kodi-pvr-hts (versioned as 21.2.6+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-pvr-hts-21.2.6+ds kodi-pvr-hts-21.2.6+ds changelog | 7 +++++++ patches/0001-Fix-build-with-gcc-15.patch | 24 ++++++++++++++++++++++++ patches/series | 1 + 3 files changed, 32 insertions(+) diff -Nru kodi-pvr-hts-21.2.6+ds/debian/changelog kodi-pvr-hts-21.2.6+ds/debian/changelog --- kodi-pvr-hts-21.2.6+ds/debian/changelog 2025-01-27 10:45:52.000000000 +0200 +++ kodi-pvr-hts-21.2.6+ds/debian/changelog 2025-09-21 21:46:57.000000000 +0300 @@ -1,3 +1,10 @@ +kodi-pvr-hts (21.2.6+ds-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Backport upstream fix for FTBFS with GCC 15. (Closes: #1097073) + + -- Adrian Bunk <[email protected]> Sun, 21 Sep 2025 21:46:57 +0300 + kodi-pvr-hts (21.2.6+ds-1) unstable; urgency=high * New upstream version 21.2.6+ds diff -Nru kodi-pvr-hts-21.2.6+ds/debian/patches/0001-Fix-build-with-gcc-15.patch kodi-pvr-hts-21.2.6+ds/debian/patches/0001-Fix-build-with-gcc-15.patch --- kodi-pvr-hts-21.2.6+ds/debian/patches/0001-Fix-build-with-gcc-15.patch 1970-01-01 02:00:00.000000000 +0200 +++ kodi-pvr-hts-21.2.6+ds/debian/patches/0001-Fix-build-with-gcc-15.patch 2025-09-21 21:46:32.000000000 +0300 @@ -0,0 +1,24 @@ +From 5373fec2ac5a93e3d3e821716fa37b14d3fa25cc Mon Sep 17 00:00:00 2001 +From: Rudi Heitbaum <[email protected]> +Date: Mon, 9 Dec 2024 00:19:15 +1100 +Subject: Fix build with gcc-15 + +--- + src/tvheadend/HTSPVFS.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/tvheadend/HTSPVFS.h b/src/tvheadend/HTSPVFS.h +index 2cd9171..3bea039 100644 +--- a/src/tvheadend/HTSPVFS.h ++++ b/src/tvheadend/HTSPVFS.h +@@ -9,6 +9,7 @@ + + #include <memory> + #include <string> ++#include <cstdint> + + namespace kodi + { +-- +2.30.2 + diff -Nru kodi-pvr-hts-21.2.6+ds/debian/patches/series kodi-pvr-hts-21.2.6+ds/debian/patches/series --- kodi-pvr-hts-21.2.6+ds/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ kodi-pvr-hts-21.2.6+ds/debian/patches/series 2025-09-21 21:46:53.000000000 +0300 @@ -0,0 +1 @@ +0001-Fix-build-with-gcc-15.patch

