Package Details: gimp-plugin-resynthesizer-git 2.0.3.r153.g3846f79-1

Git Clone URL: https://aur.archlinux.org/gimp-plugin-resynthesizer-git.git (read-only, click to copy)
Package Base: gimp-plugin-resynthesizer-git
Description: Suite of gimp plugins for texture synthesis (like heal-selection). Git-Version
Upstream URL: https://github.com/bootchk/resynthesizer
Keywords: gimp heal heal-selection resynthesizer
Licenses: GPL2
Conflicts: gimp-resynth, gimp-resynth-git
Provides: gimp-plugin-resynthesizer
Submitter: TrialnError
Maintainer: TrialnError
Last Packager: TrialnError
Votes: 216
Popularity: 0.54
First Submitted: 2014-10-09 10:24 (UTC)
Last Updated: 2025-05-21 19:34 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

Freso commented on 2025-07-28 19:52 (UTC)

Hi! I had made some changes from this package in gimp3-plugin-resynthesizer-git including some modernisations. Now that you’ve moved to the GIMP 3 branch as well, maybe you’d be interested in carrying some of my changes over. (You should still be able to git remote add gimp3-plugin-resynthesizer-git https://aur.archlinux.org/gimp3-plugin-resynthesizer-git.git even if the package is gone, and then cherry-pick or merge or whatever your preference is to your heart’s content.)

kugel commented on 2025-06-11 06:15 (UTC)

The patch can be skipped. Trizen allows to edit the PKGBUILD where I simply deleted the patch line. The plugin then works against gimp 3.0.4

Maaike commented on 2025-04-09 08:10 (UTC)

Build fails:

==> Extracting sources...
  -> Creating working copy of resynthesizer git repo...
Cloning into 'resynthesizer'...
done.
Switched to a new branch 'makepkg'
==> Starting prepare()...
patching file enginePlugin/debug.c
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file enginePlugin/debug.c.rej
==> ERROR: A failure occurred in prepare().
    Aborting...
 -> error making: gimp3-plugin-resynthesizer-git-exit status 4
checking dependencies...
:: cmake optionally requires ninja: for ninja generator

TrialnError commented on 2025-04-05 21:04 (UTC)

Upstream issue: https://github.com/bootchk/resynthesizer/issues/147
So I will push the changes. But they may need adjustments once the build succeeds

TrialnError commented on 2025-04-05 21:01 (UTC)

Thank you for making me aware.
I was under the impression this plugin would be obsolete with Gimp3.
Build instructions in the process of being switched to the resynthesizer3 branch. Though the build currently fails with linker errors I need to figure out first.

ioctl commented on 2025-04-04 06:17 (UTC) (edited on 2025-04-04 06:17 (UTC) by ioctl)

Build failed on the latest Arch:

This error can be bypassed by adding "-Dsynth-debug=true" parameter to the "arch-meson --prefix '/usr' builddir $_pkgname" command. However, it's not a good fix.

ioctl commented on 2025-04-03 12:43 (UTC)

Please consider updating package for GIMP 3.

ioctl commented on 2025-04-03 12:43 (UTC)

Build failed on the latest Arch:


cc  -o enginePlugin/resynthesizer enginePlugin/resynthesizer.p/plugin.c.o enginePlugin/resynthesizer.p/resynthesizer.c.o enginePlugin/resynthesizer.p/debug.c.o enginePlugin/resynthesizer.p/pluginParams.c.o enginePlugin/resynthesizer.p/drawable.c.o enginePlugin/resynthesizer.p/format.c.o enginePlugin/resynthesizer.p/byte_sequence.c.o enginePlugin/resynthesizer.p/animate.c.o enginePlugin/resynthesizer.p/adaptGimp.c.o -Wl,--as-needed -Wl,--no-undefined -pie -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=native -mtune=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,--start-group lib/liblibresynthesizer-3.0.a /usr/lib/libgimp-3.0.so /usr/lib/libgimpbase-3.0.so /usr/lib/libgimpcolor-3.0.so /usr/lib/libgimpconfig-3.0.so /usr/lib/libgimpmath-3.0.so /usr/lib/libcairo.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libgegl-0.4.so /usr/lib/libgegl-npd-0.4.so -Wl,--export-dynamic /usr/lib/libgmodule-2.0.so -pthread /usr/lib/libjson-glib-1.0.so /usr/lib/libbabl-0.1.so /usr/lib/libgexiv2.so /usr/lib/libgio-2.0.so /usr/lib/libpango-1.0.so /usr/lib/libgobject-2.0.so /usr/lib/libglib-2.0.so /usr/lib/libharfbuzz.so -lm -Wl,--end-group
/usr/bin/ld: lib/liblibresynthesizer-3.0.a.p/engine.c.o: в функции «synthesize.isra.0»:
engine.c:(.text+0x537): undefined reference to `reset_color_change'
/usr/bin/ld: engine.c:(.text+0xbac): undefined reference to `store_betterment_stats'
/usr/bin/ld: engine.c:(.text+0xd4c): undefined reference to `store_betterment_stats'
/usr/bin/ld: engine.c:(.text+0xdf3): undefined reference to `store_betterment_stats'
/usr/bin/ld: engine.c:(.text+0xfc1): undefined reference to `store_betterment_stats'
/usr/bin/ld: engine.c:(.text+0x1037): undefined reference to `integrate_color_change'

Cianowire commented on 2025-03-19 16:21 (UTC)

I could build the package with supplied fix, but I can't run it. I get "Error: Procedure execution of plug-in-resynthesizer failed on invalid input arguments: Procedure 'plug-in-resynthesizer' returned no return values."

elsonfernand commented on 2025-03-19 11:58 (UTC)

Mr chrhasse is right! Did that and worked here.