gegl-0.4.26
Introduction to gegl
This package provides the GEneric Graphics Library, which is a
graph based image processing format.
This package is known to build and work properly using an LFS-10.0
platform.
Package Information
gegl Dependencies
Required
babl-0.1.78 and JSON-GLib-1.4.4
Recommended
gobject-introspection-1.64.1,
Pygments-2.6.1, and PyGObject-3.36.1
Optional
asciidoc-9.0.2, Cairo-1.17.2+f93fc72c03e, Exiv2-0.27.3,
FFmpeg-4.3.1, gdk-pixbuf-2.40.0, gexiv2-0.12.1,
Graphviz-2.44.1, GTK-Doc-1.32, JasPer-2.0.14,
Little
CMS-2.11, libjpeg-turbo-2.0.5 libpng-1.6.37, librsvg-2.48.8, LibTIFF-4.1.0, libwebp-1.1.0,
Pango-1.46.0, Ruby-2.7.1, SDL2-2.0.12,
v4l-utils-1.20.0, Vala-0.48.9, lensfun, libopenraw,
libspiro, libumfpack,
LuaJIT,
MRG, and OpenEXR
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gegl
Installation of gegl
At first, adjust some test scripts to use Python 3 installed in
LFS, instead of EOL'ed Python 2:
sed '1s@python@&3@' -i tests/python/*.py
Install gegl by running the
following commands:
mkdir build &&
cd build &&
meson --prefix=/usr .. &&
ninja
To test the results, issue: ninja
test.
Now, as the root
user:
ninja install
Command Explanations
-Ddocs=true
: Build and install
documentation (requires GTK-Doc-1.32,).
Contents
Installed Programs:
gegl and gegl-imgcmp
Installed Libraries:
libgegl-0.4.so, libgegl-npd-0.4.so,
libgegl-sc-0.4.so, and modules in /usr/lib/gegl-0.4
Installed Directories:
/usr/lib/gegl-0.4 and
/usr/include/gegl-0.4
Short Descriptions
gegl
|
is a commandline tool for working with the XML data
model.
|
gegl-imgcmp
|
is a simple image difference detection tool for use in
regression testing.
|
libgegl-0.4.so
|
provides infrastructure to do demand based cached non
destructive image editing on larger than RAM buffers.
|
libgegl-npd-0.4.so
|
is the GEGL N-point image deformation library.
|
libgegl-sc-0.4.so
|
is the GEGL Seamless Cloning library.
|
Last updated on 2020-08-18 14:14:07 -0700