[neon/extras/krita/Neon/stable] debian/patches: add patch from branch to fix build with our jxl version
Jonathan Riddell
null at kde.org
Fri Jul 5 10:41:11 BST 2024
Git commit 98ac17c4408933aedad44866e2b0acaec4df00d2 by Jonathan Riddell.
Committed on 05/07/2024 at 09:40.
Pushed by jriddell into branch 'Neon/stable'.
add patch from branch to fix build with our jxl version
A +20 -0 debian/patches/jxl-include.diff
A +1 -0 debian/patches/series
https://invent.kde.org/neon/extras/krita/-/commit/98ac17c4408933aedad44866e2b0acaec4df00d2
diff --git a/debian/patches/jxl-include.diff b/debian/patches/jxl-include.diff
new file mode 100644
index 0000000..fe48c7b
--- /dev/null
+++ b/debian/patches/jxl-include.diff
@@ -0,0 +1,20 @@
+commit af067322a2efa88f3c8ac4f83d58a03fcfd7bdf2
+Author: Klaus Weiss <lkw573 at gmail.com>
+Date: Sat Feb 3 09:52:23 2024 +0000
+
+ Fix build
+
+ (cherry picked from commit 39351a5c2d0602e9ae38b7bedb1c7861c1d6a525)
+
+diff --git a/plugins/impex/jxl/JPEGXLExport.cpp b/plugins/impex/jxl/JPEGXLExport.cpp
+index 7a7f96e52b..7e82efbbc9 100644
+--- a/plugins/impex/jxl/JPEGXLExport.cpp
++++ b/plugins/impex/jxl/JPEGXLExport.cpp
+@@ -10,6 +10,7 @@
+
+ #include <KisGlobalResourcesInterface.h>
+
++#include <jxl/version.h>
+ #include <jxl/color_encoding.h>
+ #include <jxl/encode_cxx.h>
+ #include <jxl/resizable_parallel_runner_cxx.h>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5a99eae
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+jxl-include.diff
More information about the Neon-commits
mailing list