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?
Search Criteria
Package Details: gegl-git 0.4.49.r10849.d540df2ad-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: | 2024-09-03 11:48 (UTC) |
Dependencies (35)
- babl (babl-gitAUR)
- json-glib (json-glib-gitAUR)
- libspiro
- sdl2 (sdl2-compat-gitAUR, sdl2-gitAUR)
- exiv2 (exiv2-gitAUR) (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-amd-fullAUR, ffmpeg-headlessAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gobject-introspection (gobject-introspection-gitAUR) (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 (python-gobject-gitAUR) (make)
- ruby (make)
- suitesparse (make)
- vala (vala-gitAUR) (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-amd-fullAUR, ffmpeg-headlessAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR) (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 (8)
- dibuja (requires gegl)
- gimp-devel (requires gegl)
- gimp-devel-noconflict (requires gegl)
- gimp-develop-git (requires gegl)
- gimp-git
- gnome-photos-git (requires gegl)
- lib32-gegl (requires gegl)
- phoronix-test-suite-git (requires gegl) (optional)
Sources (1)
qdii commented on 2018-04-20 00:25 (UTC)
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 :)
cafehaine commented on 2018-03-05 09:51 (UTC)
The correct URL for the git repository is now git://git.gnome.org/browse/gegl
JonnyRobbie commented on 2017-10-22 08:24 (UTC)
Build error.
"Requested 'babl >= 0.1.34' but version of babl is 0.1.33"
Both babl and babl-git are versioned at 0.1.30. The build passes with `babl-git`.
The makedepends should have the git version, the vanilla version fails.
haawda commented on 2017-09-13 22:23 (UTC)
It turns out that the gegl-git package is fine. The culprit was the lensfun-git package from AUR I use, delivering a broken .pc-File for pkg-config.
haawda commented on 2017-09-10 06:32 (UTC)
BTW., I opened a bug report for this: https://bugzilla.gnome.org/show_bug.cgi?id=787475
haawda commented on 2017-09-09 14:34 (UTC)
I need a small patch to compile this.
prepare() {
cd "$srcdir/$_gitname"
patch -p1 < "$srcdir"/correct_lensfun.patch
}
diff --git a/operations/workshop/external/lens-correct.c b/operations/workshop/external/lens-correct.c
index ac8070a3..141ee304 100644
--- a/operations/workshop/external/lens-correct.c
+++ b/operations/workshop/external/lens-correct.c
@@ -19,7 +19,7 @@
*/
#include "config.h"
-#include <lensfun.h>
+#include <lensfun/lensfun.h>
#include <glib/gi18n-lib.h>
grayich commented on 2017-02-13 14:17 (UTC) (edited on 2017-02-13 14:19 (UTC) by grayich)
no babl>=0.1.24
there extra/babl 0.1.18 and aur/babl-git 0.1.24.3.g37947d1
imho
-- depends=('babl>=0.1.24' 'libspiro' 'json-glib')
++ depends=('babl-git' 'libspiro' 'json-glib')
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" />