Package Details: gegl-git 0.4.53.r10929.97606ad05-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: 2025-01-29 12:36 (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 7 Next › Last »

lonaowna commented on 2018-12-31 17:53 (UTC)

Dependency should be updated: babl>=0.1.61

https://gitlab.gnome.org/GNOME/gegl/commit/6996efd3952375d01c6ce3446e18b26784f35629

bartus commented on 2018-09-05 12:29 (UTC) (edited on 2018-09-05 12:31 (UTC) by bartus)

@FFY00: using git describe in pkgver doesn't reflect actual gegl version. You should use something like this:

printf "%s.%s.%s" $(./configure --version|grep -oP 'gegl configure \K[0-9.]+') $(git rev-list `git describe --abbrev=0`..HEAD --count) $(git log --pretty=format:'%h' -n 1)

this produces correnct version according to gegl@gitlab.gnome

FFY00 commented on 2018-07-05 14:12 (UTC)

Thanks! Updated.

bartus commented on 2018-07-05 13:10 (UTC) (edited on 2018-07-05 13:11 (UTC) by bartus)

@FFY00: deps update is required: (babl>=0.1.52)

Salamandar commented on 2018-05-25 09:44 (UTC)

The new repository is at https://gitlab.gnome.org/GNOME/gegl.git

haawda commented on 2018-04-29 11:45 (UTC)

qdii, read the comments. it is quite clear what to do then. Rebuild and install babl-git.

qdii commented on 2018-04-20 00:25 (UTC)

Compilation is broken for me. I get "Requested 'babl >= 0.1.46' but version of babl is 0.1.45". How can I fix that?

bartus commented on 2018-04-11 15:39 (UTC) (edited on 2018-04-11 15:41 (UTC) by bartus)

@mytbk: deps should be babl>=0.1.46 as extra has babl=0.1.44 which is goint to be pulled instead of aur:babl-git=0.1.46, preventing successful build of gelg-git in clean chroot.

mk-fg commented on 2018-04-07 07:29 (UTC)

Using gegl-git 0.3.30.15-1 without installing its makedepends will give following warnings:

GEGL-Message: 12:16:02.433: Module '/usr/lib/gegl-0.3/matting-levin.so' load error: libumfpack.so.5: cannot open shared object file: No such file or directory

These seem to be non-fatal, but probably indicate that "suitesparse" should be in depends=() instead of makedepends=(), as libumfpack is provided by that one at runtime.

Salamandar commented on 2018-03-06 15:23 (UTC)

Just as Babl, Gegl was ported to Meson :)