From 00cc1532cf5aecdf4f73be07fc47303dc66ecfbd Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Fri, 17 Jan 2025 23:09:14 +0000 Subject: [PATCH 1/3] audiodecoder.timidity: drop upstreamed patch --- .../audiodecoder.timidity/patches/77.patch | 27 ------------------- 1 file changed, 27 deletions(-) delete mode 100644 packages/mediacenter/kodi-binary-addons/audiodecoder.timidity/patches/77.patch diff --git a/packages/mediacenter/kodi-binary-addons/audiodecoder.timidity/patches/77.patch b/packages/mediacenter/kodi-binary-addons/audiodecoder.timidity/patches/77.patch deleted file mode 100644 index 563e160427..0000000000 --- a/packages/mediacenter/kodi-binary-addons/audiodecoder.timidity/patches/77.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 0d4d3fcf5c58dd16b3e9a7337189141b839e4ace Mon Sep 17 00:00:00 2001 -From: Rudi Heitbaum -Date: Sat, 15 Apr 2023 07:41:15 +1000 -Subject: [PATCH] MidiScan: include missing - -gcc 13 moved some includes around and as a result is no longer transitively -included [1]. Explicitly include it for uint{32,64}_t. - -[1] https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes - -Signed-off-by: Rudi Heitbaum ---- - src/MidiScan.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/MidiScan.h b/src/MidiScan.h -index 9c19bdf..ac959e0 100644 ---- a/src/MidiScan.h -+++ b/src/MidiScan.h -@@ -8,6 +8,7 @@ - - #pragma once - -+#include - #include - #include - From 9c7fbc169ee366dae68eb5f3e6b576958a0efd27 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Fri, 17 Jan 2025 23:11:07 +0000 Subject: [PATCH 2/3] imagedecoder.mpo: drop upstreamed patch --- .../patches/PR55-fix-build-with-gcc-13.patch | 27 ------------------- 1 file changed, 27 deletions(-) delete mode 100644 packages/mediacenter/kodi-binary-addons/imagedecoder.mpo/patches/PR55-fix-build-with-gcc-13.patch diff --git a/packages/mediacenter/kodi-binary-addons/imagedecoder.mpo/patches/PR55-fix-build-with-gcc-13.patch b/packages/mediacenter/kodi-binary-addons/imagedecoder.mpo/patches/PR55-fix-build-with-gcc-13.patch deleted file mode 100644 index e0aace4a0b..0000000000 --- a/packages/mediacenter/kodi-binary-addons/imagedecoder.mpo/patches/PR55-fix-build-with-gcc-13.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 69671899aed02e0da2730a858a6dc1c441e05932 Mon Sep 17 00:00:00 2001 -From: Rudi Heitbaum -Date: Thu, 27 Apr 2023 03:00:02 +1000 -Subject: [PATCH] include missing to support gcc-13 - -gcc 13 moved some includes around and as a result is no longer transitively -included [1]. Explicitly include it for uint{32,64}_t. - -[1] https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes - -Signed-off-by: Rudi Heitbaum ---- - lib/TinyEXIF/TinyEXIF.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/lib/TinyEXIF/TinyEXIF.h b/lib/TinyEXIF/TinyEXIF.h -index 56354aa..b03d36b 100644 ---- a/lib/TinyEXIF/TinyEXIF.h -+++ b/lib/TinyEXIF/TinyEXIF.h -@@ -34,6 +34,7 @@ - #ifndef __TINYEXIF_H__ - #define __TINYEXIF_H__ - -+#include - #include - #include - From 6c4919fbbb875981233ff285cd521a4b0b42918d Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Fri, 17 Jan 2025 23:12:28 +0000 Subject: [PATCH 3/3] imagedecoder.heif: drop upstreamed patch --- .../patches/PR63-fix-build-with-gcc-13.patch | 27 ------------------- 1 file changed, 27 deletions(-) delete mode 100644 packages/mediacenter/kodi-binary-addons/imagedecoder.heif/patches/PR63-fix-build-with-gcc-13.patch diff --git a/packages/mediacenter/kodi-binary-addons/imagedecoder.heif/patches/PR63-fix-build-with-gcc-13.patch b/packages/mediacenter/kodi-binary-addons/imagedecoder.heif/patches/PR63-fix-build-with-gcc-13.patch deleted file mode 100644 index 3540d26aa6..0000000000 --- a/packages/mediacenter/kodi-binary-addons/imagedecoder.heif/patches/PR63-fix-build-with-gcc-13.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 47dcb3843e02abb69c52d6f0021bd2816b8317a5 Mon Sep 17 00:00:00 2001 -From: Rudi Heitbaum -Date: Thu, 27 Apr 2023 02:46:59 +1000 -Subject: [PATCH] include missing to support gcc-13 - -gcc 13 moved some includes around and as a result is no longer transitively -included [1]. Explicitly include it for uint{32,64}_t. - -[1] https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes - -Signed-off-by: Rudi Heitbaum ---- - lib/TinyEXIF/TinyEXIF.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/lib/TinyEXIF/TinyEXIF.h b/lib/TinyEXIF/TinyEXIF.h -index 56354aa..b03d36b 100644 ---- a/lib/TinyEXIF/TinyEXIF.h -+++ b/lib/TinyEXIF/TinyEXIF.h -@@ -34,6 +34,7 @@ - #ifndef __TINYEXIF_H__ - #define __TINYEXIF_H__ - -+#include - #include - #include -