%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. &lfs82_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; Additional Downloads Required patch: (if a version of ffmpeg >= 3.5 has been installed) gegl Dependencies Required and Optional , , , , , , , , , , , , , , , , , , , , lensfun, libopenraw, libspiro, libumfpack, MRG, OpenCL (for tests), and OpenEXR User Notes: Installation of gegl Install gegl by running the following commands: If you have installed apply the patch: patch -Np1 -i ../gegl-&gegl-version;-ffmpeg4-1.patch Install gegl by running the following commands: ./configure --prefix=/usr && make To test the results, issue: make check. Many tests are skipped and there are some warnings. Now, as the root user: make install && install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/gegl && 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 the stylesheet gegl.css and three png files. --without-vala: Do not create a vala API - use this if vapigen breaks the build. Contents Installed Programs Installed Libraries Installed Directories gcut, gegl, gegl-imgcmp libgegl-0.4.so, libgegl-npd-0.4.so, libgegl-sc-0.4.so and libraries in /usr/lib/gegl-0.4 /usr/include/gegl-0.4 Short Descriptions gcut is a video editing engine for GEGL. gcut gegl is a commandline tool for working with the XML data model. gegl gegl-imgcmp is a simple image difference detection tool for use in regression testing. gegl-imgcmp libgegl-0.4.so provides infrastructure to do demand based cached non destructive image editing on larger than RAM buffers. libgegl-0.4.so libgegl-npd-0.4.so is the GEGL N-point image deformation library. libgegl-npd-0.4.so libgegl-sc-0.4.so is the GEGL Seamless Cloning library. libgegl-sc-0.4.so