On Mon, Aug 30, 2021 at 04:37:56PM +0200, Marc Espie wrote: > On Sun, Aug 01, 2021 at 01:19:10PM +0200, Marc Espie wrote: > > G'mic released a new version, 2.9.8. > > > > Here's a patch to adjust to the new version (mostly removal of upstreamed > > patch). There are some minor tweaks (there's no debug info in the plugins, > > so the debug packages do not make sense) > > > > There's a small twist: gmic-qt actually has a stand-alone version. > > Also attached is a sub-port to enable that version. > > [...] > ping...
Tested all 4 ports on amd64: graphics/gmic, graphics/gmic-qt/{gimp,krita,none}. All seem to work as expected. One suggestion would be to add a RUN_DEPENDS for krita to that plugin's Makefile, such as in the attached diff.
diff --git a/graphics/gmic-qt/krita/Makefile b/graphics/gmic-qt/krita/Makefile index d26dc931857..2e415c06660 100644 --- a/graphics/gmic-qt/krita/Makefile +++ b/graphics/gmic-qt/krita/Makefile @@ -2,6 +2,7 @@ COMMENT = gmic plugin for krita +RUN_DEPENDS = graphics/krita QT_HOST = krita .include <bsd.port.mk>