Package Details: gegl-git 0.4.47.r10635.3c4479f65-1

Git Clone URL: https://aur.archlinux.org/gegl-git.git (read-only, click to copy)
Package Base: gegl-git
Description: Graph based image processing framework
Upstream URL: https://www.gegl.org
Licenses: GPL3, LGPL3
Conflicts: gegl
Provides: gegl
Submitter: None
Maintainer: bartus (Salamandar)
Last Packager: bartus
Votes: 105
Popularity: 0.000000
First Submitted: 2009-05-27 08:12 (UTC)
Last Updated: 2023-11-11 18:54 (UTC)

Pinned Comments

bartus commented on 2022-03-14 10:34 (UTC)

Sorry lads, I'm at the Polish Ukraine border helping allocate refugees. Expect no update until this hell is over, wish us luck. Have no time nor access to my rig and AUR keys to test/post updates. If you have a patch, ping me on email - I'll add you as co-maintainer. Posted with my old script - https://github.com/bartoszek/aur-post

bartus commented on 2019-08-28 15:01 (UTC) (edited on 2019-08-28 15:01 (UTC) by bartus)

This is a package is also hosted on GitHub.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6

mtorromeo commented on 2010-07-07 09:25 (UTC)

Cleaned up PKGBUILD http://pastie.org/1033988

<deleted-account> commented on 2010-07-04 06:29 (UTC)

needs to handle first time builds better 'rm -rf "$srcdir/$_gitname-build"' to '[ ! -d "$srcdir/$_gitname-build" ] || rm -rf "$srcdir/$_gitname-build"' that way first time builders don't get an error for trying to remove a directory that isn't there. http://aur.pastebin.com/BbivyE75

<deleted-account> commented on 2010-06-30 22:43 (UTC)

under make rm -r ... should be rm -rf to avoid makepkg from bailing out first time package is built