%general-entities; ]> $LastChangedBy$ $Date$ gegl-&gegl-version; Gegl Introduction to gegl This package provides the GEneric Graphics Library, which is a graph based image processing format. &lfs80_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &gegl-md5sum; Download size: &gegl-size; Estimated disk space required: &gegl-buildsize; Estimated build time: &gegl-time; gegl Dependencies Required and Optional , , , , , , , , , , , , , , , , , , , gexiv2, lensfun, libopenraw, libspiro, libumfpack, MRG, OpenCL (for tests), and OpenEXR User Notes: Installation of gegl 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 Command Explanations 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. : Do not create a vala API - use this if vapigen breaks the build. LC_ALL=en_US: In some locales with installed, one build component fails and prevents completion of the procedure. Using this variable avoids the problem. Contents Installed Programs Installed Libraries Installed Directories gegl libgegl-0.2.so and libraries in /usr/lib/gegl-0.2 /usr/include/gegl-0.2 Short Descriptions gegl is a commandline tool for working with the XML data model. gegl libgegl-0.2.so provides infrastructure to do demand based cached non destructive image editing on larger than RAM buffers. libgegl-0.2.so