1 # Maintainer: Daniel Isenmann <daniel@archlinux.org>
4 _tag='e10b8c9114614dc724390a7e737eafd97f47430f'
7 pkgdesc='Graph based image processing framework'
9 url='https://www.gegl.org/'
10 license=('GPL3' 'LGPL3')
11 depends=('babl' 'jasper' 'json-glib' 'lensfun' 'libgexiv2' 'libraw' 'librsvg' 'libspiro'
12 'libtiff' 'luajit' 'openexr' 'poppler-glib' 'suitesparse')
13 makedepends=('exiv2' 'ffmpeg' 'git' 'glu' 'gobject-introspection' 'intltool' 'mesa'
14 'meson' 'python-gobject' 'ruby' 'vala')
15 optdepends=('ffmpeg: ffmpeg plugin'
16 'graphviz: for gegl-introspect')
17 source=("git+https://gitlab.gnome.org/GNOME/gegl.git#tag=$_tag")
22 git describe --tags | sed 's/^GEGL_//;s/_$//;s/_/./g;s/-/+/g'
28 arch-meson ../"${pkgname}" \
42 DESTDIR="${pkgdir}" ninja install