Thanks Klesk, your solution work fine for me :)
Search Criteria
Package Details: gimp-plugin-resynthesizer-git 2.0.3.r132.g7e3eaea-1
Package Actions
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: | heal heal-selection |
Licenses: | GPL2 |
Conflicts: | gimp-resynth, gimp-resynth-git |
Provides: | gimp-plugin-resynthesizer |
Submitter: | TrialnError |
Maintainer: | TrialnError |
Last Packager: | TrialnError |
Votes: | 213 |
Popularity: | 0.061022 |
First Submitted: | 2014-10-09 10:24 (UTC) |
Last Updated: | 2025-04-05 21:21 (UTC) |
Dependencies (3)
- gimp (gimp-gitAUR, gimp-develAUR, gimp-devel-noconflictAUR)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
Required by (0)
Sources (1)
JoZ3 commented on 2015-03-10 00:16 (UTC)
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?
TrialnError commented on 2014-10-09 10:28 (UTC)
Update to gimp-resynth-git PKGBuild
Formally right name, update to the build process
(Sed stuff before building it, replace 'any' with architectures, since there is compiled c-code, removing provides line, improved description)
Thanks to wget for the suggestions
TrialnError commented on 2014-10-09 09:42 (UTC)
@wget: Yes, the provides line can be nuked. Didn't even really notice it was there. Normally it is the conflicts/replace combo. Provides is formally false in this case.
About the package name and the description. You have a point, so I will most likely follow your suggestions.
@Dasonk: It's already included. Maybe you missed the makedepends line?
Pinned Comments
TrialnError commented on 2020-03-29 19:59 (UTC)
Not particulary a reason of this specific version macflav. The culprit is this change in the by Arch provided GIMP package. They removed the Python Plugin, as it still is python2.
Therefore no Heal Selection in GIMP. You need to install for example python2-gimp which is available from the AUR.