gegl-0.1.8

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-7.0 platform.

Package Information

gegl Dependencies

Required

babl-0.1.6, and GLib-2.30.1

Optional

AsciiDoc, cairo-1.10.2, enscript, exiv2-0.21, FFmpeg-0.9, gdk-pixbuf-2.24.0, Graphviz-2.26.3, lensfun, libjpeg-8c, libopenraw, libpng-1.5.7, librsvg-2.26.3, libspiro, Lua, OpenEXR, Pango-1.29.4, Python-2.7.2, Ruby-1.9.2-p290, SDL-1.2.14 vala, w3m-0.5.2 and libumfpack

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gegl

Installation of 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

Command Explanations

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/gegl : The command 'make install' only installs operations.html, omitting the stylesheet and index.html. This extra command ensures all the links in the html work.

--without-vala: Do not create a vala API - use this if vapigen breaks the build.

Contents

Installed Programs: gegl
Installed Libraries: libgegl-0.1.so, and libraries in /usr/lib/gegl-0.1/
Installed Directories: /usr/include/gegl-0.1/

Short Descriptions

gegl

is a commandline tool for working with the XML data model.

libgegl-0.1.so

provides infrastructure to do demand based cached non destructive image editing on larger than RAM buffers.

Last updated on 2011-12-12 17:21:45 +0000