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)

Dependencies (35)

Required by (9)

Sources (1)

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 Next › Last »

dpirate commented on 2022-03-03 21:59 (UTC)

Please add ffmpeg4.4 as a dependency instead of ffmpeg (which is at 5) as gegl fails to build with ffmpeg 5 which is the default on Arch. There are no patches in the gegl repo in the pipeline to fix this anytime soon.

katt commented on 2020-07-13 13:07 (UTC)

Did you just bypass pkgver()? The pkgver will be auto-generated by the pkver() function and your change will be overwritten. Please just build the package instead to update the pkgver or don't update it at all.

frsfnrrg commented on 2019-09-20 14:07 (UTC)

I was able to build this package with the makedepend for python2 changed to python(3).

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.

bartus commented on 2019-08-19 13:24 (UTC)

Gegl drops autotools in favor of meson working PKGBUILD

bartus commented on 2019-07-25 19:54 (UTC) (edited on 2019-07-25 20:28 (UTC) by bartus)

Dependency should be updated: babl>=0.1.68

bartus commented on 2019-05-18 14:15 (UTC)

Dependency should be updated: babl>=0.1.63

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.