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.10 platform.
Download (HTTP): http://download.gimp.org/pub/gegl/0.3/gegl-0.3.8.tar.bz2
Download MD5 sum: d2df2fe2236e3d5fe5bfc67d1c10cab4
Download size: 5.6 MB
Estimated disk space required: 151 MB (additional 8 MB for tests)
Estimated build time: 2.9 SBU (additional 1.4 SBU for tests)
babl-0.1.18 and JSON-GLib-1.2.2
asciidoc-8.6.9, Cairo-1.14.6, Enscript-1.6.6, Exiv2-0.25, FFmpeg-3.1.3, gdk-pixbuf-2.34.0, Graphviz-2.38.0, libjpeg-turbo-1.5.0, libpng-1.6.24, librsvg-2.40.16, Lua-5.3.3, Pango-1.40.1, Python-2.7.12, Ruby-2.3.1, SDL-1.2.15, gobject-introspection-1.48.0, Vala-0.32.1, w3m-0.5.3, lensfun, libopenraw, libspiro, libumfpack, OpenCL (for tests), and OpenEXR
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gegl
If desired, prevent the ouput of numerous invalid warnings:
sed -i "/seems to be moved/s/^/: #/" ltmain.sh
Install gegl by running the following commands:
./configure --prefix=/usr && LC_ALL=en_US make
To test the results, issue: make -k check. One test is known to fail.
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/*.{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 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.1
installed, one build component fails and prevents completion of the
procedure. Using this variable avoids the problem.
Last updated on 2016-08-31 22:06:40 -0700