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.
Download (HTTP): http://gd.tuwien.ac.at/graphics/gimp/gegl/0.1//gegl-0.1.8.tar.bz2
Download (FTP): ftp://ftp.gimp.org/pub/gegl/0.1//gegl-0.1.8.tar.bz2
Download MD5 sum: c8279b86b3d584ee4f503839fc500425
Download size: 5.2 MB
Estimated disk space required: 48 MB
Estimated build time: 0.8 SBU
babl-0.1.6, and GLib-2.30.1
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
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
--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.
Last updated on 2011-12-12 17:21:45 +0000