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-8.2 platform.
Download (HTTP): https://download.gimp.org/pub/gegl/0.3/gegl-0.3.28.tar.bz2
Download MD5 sum: 543c3104152c594c022ab54f06403d53
Download size: 6.3 MB
Estimated disk space required: 144 MB (add 23 MB for tests)
Estimated build time: 1.5 SBU (add 1.8 SBU for tests)
babl-0.1.42 and JSON-GLib-1.4.2
asciidoc-8.6.9, Cairo-1.14.12, Enscript-1.6.6, Exiv2-0.26, FFmpeg-3.4.2, gdk-pixbuf-2.36.11, Graphviz-2.40.1, libjpeg-turbo-1.5.3, libpng-1.6.34, librsvg-2.42.2, libwebp-0.6.1, Lua-5.3.4, Pango-1.40.14, Python-2.7.14, Ruby-2.5.0, SDL-1.2.15, gobject-introspection-1.54.1, Vala-0.38.8, w3m-0.5.3, gexiv2, lensfun, libopenraw, libspiro, libumfpack, MRG, OpenCL (for tests), and OpenEXR
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gegl
Install gegl by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make check.
Now, as the root
user:
make install && install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/gegl && install -v -m644 docs/images/*.{png,ico,svg} /usr/share/gtk-doc/html/gegl/images
install -v -m644/docs/*/{css,html}
...: This and the subsequent commands install all
the provided documentation instead of only the stylesheet
gegl.css
and three png files.
--without-vala
: Do not
create a vala API - use this if
vapigen breaks the
build.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2018-02-19 15:32:22 -0800