On Wed Dec 03, 2025 at 07:54:16PM +0100, Marc Espie wrote:
> Tarball attached, so that people can play with it.
> 
> At the moment, the transition to gimp-3 is not possible, as
> one major feature of the plugin is broken compared to gimp-2
> 
> See https://github.com/bootchk/resynthesizer/issues/165
> 
> But maybe someone will have a bright idea

Even though I disapprove of the order in Makefile and prefer the
"standard" from Makefile.template, this port is prot-wise OK rsadowski
to import. I am not a Gimp user, so I don't know and don't want to know
how to test it at run-time.

Rafael

--- Makefile.orig       Thu Jan 15 07:56:29 2026
+++ Makefile    Thu Jan 15 07:57:03 2026
@@ -1,11 +1,6 @@
 COMMENT = gimp plugin for image reparation
 CATEGORIES = graphics

-# GPLv3
-PERMIT_PACKAGE = Yes
-
-LIB_DEPENDS = gimp->=3:graphics/gimp/snapshot
-
 V =    3.0
 GH_PROJECT = resynthesizer
 GH_ACCOUNT = bootchk
@@ -13,11 +8,17 @@ GH_TAGNAME = v$V

 PKGNAME =      gimp3-resynthesizer-plugin-$V

-GIMP3_PLUGINS = lib/gimp/3.0/plug-ins
-SUBST_VARS +=  GIMP3_PLUGINS
-MODULES =      devel/meson
+# GPLv3
+PERMIT_PACKAGE = Yes

 WANTLIB += babl-0.1 c gegl-0.4 gimp-3.0 glib-2.0 gobject-2.0 intl
 WANTLIB += m
+
+MODULES =      devel/meson
+
+LIB_DEPENDS = gimp->=3:graphics/gimp/snapshot
+
+GIMP3_PLUGINS = lib/gimp/3.0/plug-ins
+SUBST_VARS +=  GIMP3_PLUGINS

 .include <bsd.port.mk>

Reply via email to