Package Details: gimp-plugin-resynthesizer-git 3.0.r3.g32e3962-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: GPL-3.0-only
Conflicts: gimp-plugin-resynthesizer, gimp-resynth, gimp-resynth-git
Provides: gimp-plugin-resynthesizer
Submitter: TrialnError
Maintainer: TrialnError
Last Packager: TrialnError
Votes: 217
Popularity: 0.75
First Submitted: 2014-10-09 10:24 (UTC)
Last Updated: 2025-08-12 18:54 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

JonnyRobbie commented on 2015-09-09 09:39 (UTC)

I have Filters->Map->Resynthesize... menu item as expected, but I cannot find Filter->Enhance->Heal Selection... -rwxr-xr-x 1 root root 6596 Sep 9 03:28 /usr/lib/gimp/2.0/plug-ins/plugin-heal-selection.py that script should have it's execution flag set. But it somehow doesn't seem to load in gimp.

TrialnError commented on 2015-03-12 02:18 (UTC)

Right. But the autogen stuff will run configure after the generation of the necessary files. So the ./configure line could remain there just add ./autogen.sh before that (downside that configure call would be run twice) or pass the arguments from ./configure to ./autogen. (downside: sth like that will stand there: "I am going to run ./configure with the following arguments: --enable-maintainer-mode --disable-maintainer-mode --prefix=/usr" So maybe I should additionally add klesk's sed call)

JoZ3 commented on 2015-03-10 00:16 (UTC)

Thanks Klesk, your solution work fine for me :)

adlerweb commented on 2015-03-07 12:08 (UTC)

Same as klesk - PKGBUILD doesn't call autoconf/-make/… so there is no ./configure available. Calling autogen.sh as suggested worked for compiling, however files ended up in /usr/local/lib/gimp/2.0/plug-ins instead of /usr/lib/gimp/2.0/plug-ins.

klesk commented on 2015-02-13 13:42 (UTC)

I had some problems with the build section, error on the ./configure part. So i changed the build section to this build() { cd $_pkgname AUTOGEN_CONFIGURE_ARGS=--prefix=/usr sed -i s/--enable-maintainer-mode/--disable-maintainer-mode/g autogen.sh ./autogen.sh make } This worked for me.

TrialnError commented on 2014-10-27 16:18 (UTC)

Why? Is there some dependency check on this plugin, or do you intend to upload a non -git PKGBuild?

supermario commented on 2014-10-26 00:04 (UTC)

Hi, could you please add a provides gimp-plugin-resynthesizer? Thanks

TrialnError commented on 2014-10-10 08:39 (UTC)

@SanskritFritz: Yes, this should be used from now on. And the other package will be merged into this one (hopefully). Request is pending

SanskritFritz commented on 2014-10-09 13:49 (UTC)

Will gimp-resynth-git be deleted? Is this the one we should use from now?