diff --git a/multimedia/graphics/gimp/addon/gimp-resynthesizer/actions.py b/multimedia/graphics/gimp/addon/gimp-resynthesizer/actions.py
index bcd289badb..2745f5d021 100644
--- a/multimedia/graphics/gimp/addon/gimp-resynthesizer/actions.py
+++ b/multimedia/graphics/gimp/addon/gimp-resynthesizer/actions.py
@@ -4,14 +4,22 @@
from pisi.actionsapi import pisitools
from pisi.actionsapi import autotools
+from pisi.actionsapi import mesontools
+from pisi.actionsapi import get
-WorkDir = "resynthesizer-0.16"
+
+# WorkDir = "resynthesizer-0.16"
+
+def setup():
+ mesontools.configure()
def build():
- autotools.make()
+ mesontools.build()
def install():
- pisitools.insinto("/usr/share/gimp/2.0/scripts","smart-enlarge.scm")
- pisitools.insinto("/usr/share/gimp/2.0/scripts","smart-remove.scm")
- pisitools.insinto("/usr/lib/gimp/2.0/plug-ins","resynth")
- pisitools.dodoc("COPYING","README")
+ mesontools.install()
+
+ # pisitools.insinto("/usr/share/gimp/2.0/scripts","smart-enlarge.scm")
+ # pisitools.insinto("/usr/share/gimp/2.0/scripts","smart-remove.scm")
+ # pisitools.insinto("/usr/lib/gimp/2.0/plug-ins","resynth")
+ pisitools.dodoc("COPYING","README*")
diff --git a/multimedia/graphics/gimp/addon/gimp-resynthesizer/pspec.xml b/multimedia/graphics/gimp/addon/gimp-resynthesizer/pspec.xml
index 4abaf9ca57..18fe7173cf 100644
--- a/multimedia/graphics/gimp/addon/gimp-resynthesizer/pspec.xml
+++ b/multimedia/graphics/gimp/addon/gimp-resynthesizer/pspec.xml
@@ -12,8 +12,9 @@
addon
Resynthesizer is a Gimp plug-in for texture synthesis
Resynthesizer is a Gimp plug-in for texture synthesis. Given a sample of a texture, it can create more of that texture.
- http://www.logarithmic.net/pfh-files/resynthesizer/resynthesizer-0.16.tar.gz
+ https://github.com/bootchk/resynthesizer/archive/refs/tags/v3.0.tar.gz
+ meson
gimp-devel
gtk3-devel
@@ -37,14 +38,21 @@
gdk-pixbuf
- /usr/lib/gimp/2.0/plug-ins
- /usr/share/gimp/2.0/scripts
+ /usr/lib/gimp/3.0/plug-ins
+ /usr/share/gimp/3.0/scripts
/usr/share/doc
+ 2026-01-03
+ 3.0
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
+
2025-01-03
0.16
Rebuild