Hi, Here's an update for the krita gmic plugin.
No changes in the plugin, just the import of the new gmic version: https://github.com/vanyossi/gmic/releases/tag/v3.5.0.1 Gmic itself has no changelog, but you may look into the commit history and connect the dots... https://github.com/GreycLab/gmic/compare/v.3.2.4...v.3.5.0 I tested a few filters and they worked. OK? Index: graphics/krita-gmic-plugin/Makefile =================================================================== RCS file: /cvs/ports/graphics/krita-gmic-plugin/Makefile,v diff -u -p -r1.10 Makefile --- graphics/krita-gmic-plugin/Makefile 26 Sep 2023 11:39:06 -0000 1.10 +++ graphics/krita-gmic-plugin/Makefile 19 Jan 2025 15:47:44 -0000 @@ -1,6 +1,6 @@ COMMENT = krita gmic plugin -V = 3.2.4.1 +V = 3.5.0.1 DISTNAME = krita-gmic-plugin-${V} CATEGORIES = graphics @@ -11,7 +11,7 @@ HOMEPAGE = https://krita.org # https://invent.kde.org/graphics/krita/-/blob/master/README.packagers.md # Actually developed here: -# https://github.com/amyspark/gmic +# https://github.com/vanyossi/gmic MAINTAINER = Stefan Hagen <sh+po...@codevoid.de> Index: graphics/krita-gmic-plugin/distinfo =================================================================== RCS file: /cvs/ports/graphics/krita-gmic-plugin/distinfo,v diff -u -p -r1.8 distinfo --- graphics/krita-gmic-plugin/distinfo 6 Sep 2023 12:25:09 -0000 1.8 +++ graphics/krita-gmic-plugin/distinfo 19 Jan 2025 15:47:44 -0000 @@ -1,2 +1,2 @@ -SHA256 (gmic-3.2.4.1-patched.tar.gz) = 5e+B3tTeLX0uF6YPkOgEbivAa8eiQ5qzoBI2EdIQ7tg= -SIZE (gmic-3.2.4.1-patched.tar.gz) = 11803760 +SHA256 (gmic-3.5.0.1-patched.tar.gz) = GujKDTaGFa9uvfHL/wBcsgho4QMrnSwBbOevkclYI5I= +SIZE (gmic-3.5.0.1-patched.tar.gz) = 21951486 Index: graphics/krita-gmic-plugin/patches/patch-src_gmic_cpp =================================================================== RCS file: /cvs/ports/graphics/krita-gmic-plugin/patches/patch-src_gmic_cpp,v diff -u -p -r1.3 patch-src_gmic_cpp --- graphics/krita-gmic-plugin/patches/patch-src_gmic_cpp 6 Sep 2023 12:25:10 -0000 1.3 +++ graphics/krita-gmic-plugin/patches/patch-src_gmic_cpp 19 Jan 2025 15:47:44 -0000 @@ -1,7 +1,7 @@ Index: src/gmic.cpp --- src/gmic.cpp.orig +++ src/gmic.cpp -@@ -2204,6 +2204,8 @@ inline CImgList<void*>& gmic_runs() { +@@ -2045,6 +2045,8 @@ inline CImgList<void*>& gmic_runs() { inline void* get_tid() { #if defined(__MACOSX__) || defined(__APPLE__) void* tid = (void*)(cimg_ulong)getpid();