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.9 platform.
Download (HTTP): http://download.gimp.org/pub/gegl/0.2/gegl-0.2.0.tar.bz2
Download MD5 sum: 32b00002f1f1e316115c4ed922e1dec8
Download size: 7.2 MB
Estimated disk space required: 50 MB
Estimated build time: 0.9 SBU
Cairo-1.14.6, Enscript-1.6.6, Exiv2-0.25, FFmpeg-2.8.6, gdk-pixbuf-2.32.3, Graphviz-2.38.0, libjpeg-turbo-1.4.2, libpng-1.6.21, librsvg-2.40.13, Lua-5.3.2, Pango-1.38.1, Python-2.7.11, Ruby-2.3.0, SDL-1.2.15, gobject-introspection-1.46.0, Vala-0.28.1, w3m-0.5.3, AsciiDoc, lensfun, libopenraw, libspiro, libumfpack, and OpenEXR
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gegl
Install gegl by running the following commands:
patch -Np1 -i ../gegl-0.2.0-ffmpeg2-1.patch && ./configure --prefix=/usr && LC_ALL=en_US 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 -d -v -m755 /usr/share/gtk-doc/html/gegl/images && install -v -m644 docs/images/* /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 operations.html
and the stylesheet gegl.css
.
--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.
LC_ALL=en_US
: In some locales with
Ruby-2.3.0
installed, one build component fails and prevents completion of the
procedure. Using this variable avoids the problem.
Last updated on 2016-02-24 00:06:22 -0800