diff --git a/package/kodi-imagedecoder-heif/0001-include-missing-cstdint-to-support-gcc-13.patch b/package/kodi-imagedecoder-heif/0001-include-missing-cstdint-to-support-gcc-13.patch deleted file mode 100644 index bd431545e1..0000000000 --- a/package/kodi-imagedecoder-heif/0001-include-missing-cstdint-to-support-gcc-13.patch +++ /dev/null @@ -1,31 +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 - -Upstream: https://github.com/xbmc/imagedecoder.heif/commit/47dcb3843e02abb69c52d6f0021bd2816b8317a5 - -Signed-off-by: Bernd Kuhls ---- - 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 - diff --git a/package/kodi-imagedecoder-heif/kodi-imagedecoder-heif.hash b/package/kodi-imagedecoder-heif/kodi-imagedecoder-heif.hash index 4c7dec7df1..c68a26808e 100644 --- a/package/kodi-imagedecoder-heif/kodi-imagedecoder-heif.hash +++ b/package/kodi-imagedecoder-heif/kodi-imagedecoder-heif.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 17f50aada11528c02db2ff3871a355c89709ab7e2a5e6b5e33957b790cf207ff kodi-imagedecoder-heif-20.1.0-Nexus.tar.gz +sha256 12578bc027871dce331ea82070dd8f3e59bf89e72ae43b9178b8083a36be9c23 kodi-imagedecoder-heif-bf9771060dddc753ac7cf1dbf561059cad54dfb0.tar.gz sha256 310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af LICENSE.md diff --git a/package/kodi-imagedecoder-heif/kodi-imagedecoder-heif.mk b/package/kodi-imagedecoder-heif/kodi-imagedecoder-heif.mk index 40b091d8b4..600f3fa7d2 100644 --- a/package/kodi-imagedecoder-heif/kodi-imagedecoder-heif.mk +++ b/package/kodi-imagedecoder-heif/kodi-imagedecoder-heif.mk @@ -4,7 +4,7 @@ # ################################################################################ -KODI_IMAGEDECODER_HEIF_VERSION = 20.1.0-Nexus +KODI_IMAGEDECODER_HEIF_VERSION = bf9771060dddc753ac7cf1dbf561059cad54dfb0 KODI_IMAGEDECODER_HEIF_SITE = $(call github,xbmc,imagedecoder.heif,$(KODI_IMAGEDECODER_HEIF_VERSION)) KODI_IMAGEDECODER_HEIF_LICENSE = GPL-2.0+ KODI_IMAGEDECODER_HEIF_LICENSE_FILES = LICENSE.md diff --git a/package/kodi-imagedecoder-raw/kodi-imagedecoder-raw.hash b/package/kodi-imagedecoder-raw/kodi-imagedecoder-raw.hash index 8be6ed98da..8f9451048c 100644 --- a/package/kodi-imagedecoder-raw/kodi-imagedecoder-raw.hash +++ b/package/kodi-imagedecoder-raw/kodi-imagedecoder-raw.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 6235c0be431bbb814b3e464753af9ad17febf6001f77cbf030e6c6e1cdc41a04 kodi-imagedecoder-raw-20.1.0-Nexus.tar.gz +sha256 451ce58acf377dd4758d78baf46f3e8c35d1e76b1a073744963f7a837f336707 kodi-imagedecoder-raw-7be9cf4d985c277f3a059f64873d81b24e6edd70.tar.gz sha256 310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af LICENSE.md diff --git a/package/kodi-imagedecoder-raw/kodi-imagedecoder-raw.mk b/package/kodi-imagedecoder-raw/kodi-imagedecoder-raw.mk index 171956df41..87699ffaca 100644 --- a/package/kodi-imagedecoder-raw/kodi-imagedecoder-raw.mk +++ b/package/kodi-imagedecoder-raw/kodi-imagedecoder-raw.mk @@ -4,7 +4,7 @@ # ################################################################################ -KODI_IMAGEDECODER_RAW_VERSION = 20.1.0-Nexus +KODI_IMAGEDECODER_RAW_VERSION = 7be9cf4d985c277f3a059f64873d81b24e6edd70 KODI_IMAGEDECODER_RAW_SITE = $(call github,xbmc,imagedecoder.raw,$(KODI_IMAGEDECODER_RAW_VERSION)) KODI_IMAGEDECODER_RAW_LICENSE = GPL-2.0+ KODI_IMAGEDECODER_RAW_LICENSE_FILES = LICENSE.md