Same as you, using the latest core version.
Search Criteria
Package Details: gegl-git 0.4.53.r10929.97606ad05-1
Package Actions
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)
- babl (babl-gitAUR)
- json-glib (json-glib-gitAUR)
- libspiro
- sdl2-compat
- exiv2 (exiv2-gitAUR) (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gobject-introspection (make)
- intltool (make)
- jasper (jasper-gitAUR) (make)
- lensfun (lensfun-gitAUR) (make)
- libgexiv2 (make)
- libnsgif (libnsgif-gitAUR) (make)
- libraw (libraw-gitAUR) (make)
- librsvg (librsvg-gitAUR) (make)
- libtiff (libtiff-gitAUR, libtiff-lercAUR) (make)
- luajit (luajit-2.1-lua52-gitAUR, luajit-gitAUR, luajit-openrestyAUR) (make)
- meson (meson-gitAUR) (make)
- openexr (openexr-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-gobject (make)
- ruby (make)
- suitesparse (make)
- vala (vala-gitAUR) (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR) (optional) – for using the ffmpeg plugin
- jasper (jasper-gitAUR) (optional) – for using the jasper plugin
- lensfun (lensfun-gitAUR) (optional) – for lens distortion
- libgexiv2 (optional) – for image metadata
- libnsgif (libnsgif-gitAUR) (optional) – gif plugin
- libraw (libraw-gitAUR) (optional) – raw plugin
- librsvg (librsvg-gitAUR) (optional) – for using the svg plugin
- libtiff (libtiff-gitAUR, libtiff-lercAUR) (optional) – tiff plugin
- luajit (luajit-2.1-lua52-gitAUR, luajit-gitAUR, luajit-openrestyAUR) (optional) – lua plugin
- openexr (openexr-gitAUR) (optional) – for using the openexr plugin
- suitesparse (optional) – matting-levin plugin
Required by (9)
- dibuja (requires gegl)
- gimp-devel (requires gegl)
- gimp-devel-noconflict (requires gegl)
- gimp-develop-git (requires gegl)
- gimp-git
- gimp-plugin-gmic-pre-gimp3 (requires gegl)
- gnome-photos-git (requires gegl)
- lib32-gegl (requires gegl)
- phoronix-test-suite-git (requires gegl) (optional)
Sources (1)
felixonmars commented on 2011-12-05 04:24 (UTC)
0ion9 commented on 2011-12-05 04:04 (UTC)
Then what about GLib? I have 2.30.2
felixonmars commented on 2011-12-05 03:53 (UTC)
@0ion9
Yes, every time I failed just right after I have built babl-git.
0ion9 commented on 2011-12-05 03:06 (UTC)
Have you checked that your BABL is up to date?
Building the latest babl-git then gegl-git works fine for me.
felixonmars commented on 2011-12-05 00:48 (UTC)
I cannot build this for months, output is:
GICOMP Gegl-0.1.gir
/usr/bin/vapigen --library=gegl-0.1 Gegl-0.1.gir
babl-0.1.vapi:7.16-7.16: error: syntax error, expected statement
public class {
^
Generation failed: 1 error(s), 0 warning(s)
make[3]: *** [gegl-0.1.vapi] Error 1
make[3]: Leaving directory `/tmp/yaourt-tmp-felix/aur-gegl-git/src/gegl-build/ge
gl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/yaourt-tmp-felix/aur-gegl-git/src/gegl-build/ge
gl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/yaourt-tmp-felix/aur-gegl-git/src/gegl-build'
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
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
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.
Please submit
patches
and reportissues
to gegl-git/github.comTravis CI Status: <img alt="Build Status" src="https://travis-ci.org/bartoszek/AUR-gegl-git.svg?branch=master" />