summaryrefslogtreecommitdiff
path: root/graphics/kf6-kimageformats
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/kf6-kimageformats')
-rw-r--r--graphics/kf6-kimageformats/Makefile1
-rw-r--r--graphics/kf6-kimageformats/distinfo6
-rw-r--r--graphics/kf6-kimageformats/files/patch-src_imageformats_raw.cpp11
3 files changed, 14 insertions, 4 deletions
diff --git a/graphics/kf6-kimageformats/Makefile b/graphics/kf6-kimageformats/Makefile
index 8dc08c060878..486c61aae2d5 100644
--- a/graphics/kf6-kimageformats/Makefile
+++ b/graphics/kf6-kimageformats/Makefile
@@ -1,6 +1,5 @@
PORTNAME= kimageformats
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
-PORTREVISION= 1
CATEGORIES= graphics kde kde-frameworks
COMMENT= Plugins to allow QImage to support extra file formats
diff --git a/graphics/kf6-kimageformats/distinfo b/graphics/kf6-kimageformats/distinfo
index b261fe8d969e..0a54b7935cd7 100644
--- a/graphics/kf6-kimageformats/distinfo
+++ b/graphics/kf6-kimageformats/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1754127970
-SHA256 (KDE/frameworks/6.17/kimageformats-6.17.0.tar.xz) = 180b670f766bae740340e5afd2044ea08242ea935459bb95bc80313d062066a8
-SIZE (KDE/frameworks/6.17/kimageformats-6.17.0.tar.xz) = 28654092
+TIMESTAMP = 1757408193
+SHA256 (KDE/frameworks/6.18/kimageformats-6.18.0.tar.xz) = 9d373ef5362aa8d71541cec2895415c95ca914626dcb0dd6b0ceef491dcbae46
+SIZE (KDE/frameworks/6.18/kimageformats-6.18.0.tar.xz) = 28750912
diff --git a/graphics/kf6-kimageformats/files/patch-src_imageformats_raw.cpp b/graphics/kf6-kimageformats/files/patch-src_imageformats_raw.cpp
new file mode 100644
index 000000000000..694fb2864ee3
--- /dev/null
+++ b/graphics/kf6-kimageformats/files/patch-src_imageformats_raw.cpp
@@ -0,0 +1,11 @@
+--- src/imageformats/raw.cpp.orig 2025-09-08 08:12:54 UTC
++++ src/imageformats/raw.cpp
+@@ -27,7 +27,7 @@
+ * By defining RAW_IGNORE_BROKEN_STREAMS removes this protection, leaving
+ * LibRaw in complete control of error handling (which is mostly absent).
+ */
+-// #define RAW_DISABLE_BROKEN_STREAM_PROTECTION
++#define RAW_DISABLE_BROKEN_STREAM_PROTECTION
+ #endif
+
+ #ifdef QT_DEBUG