2010-10-11 08:52:44 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2018-05-07 14:36:29 +08:00
|
|
|
<!ENTITY gegl-download-http "https://download.gimp.org/pub/gegl/0.4/gegl-&gegl-version;.tar.bz2">
|
2017-08-16 02:49:48 +08:00
|
|
|
<!ENTITY gegl-download-ftp " ">
|
2019-03-04 09:17:13 +08:00
|
|
|
<!ENTITY gegl-md5sum "88004f3a204e2506cd0cc445eba8d63e">
|
|
|
|
<!ENTITY gegl-size "6.9 MB">
|
|
|
|
<!ENTITY gegl-buildsize "144 MB (add 23 MB for tests)">
|
|
|
|
<!ENTITY gegl-time "1.0 SBU (Using parallelism=4; add 0.4 SBU for tests)">
|
2010-10-11 08:52:44 +08:00
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="gegl" xreflabel="gegl-&gegl-version;">
|
|
|
|
<?dbhtml filename="gegl.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
2010-10-11 21:17:48 +08:00
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
2010-10-11 08:52:44 +08:00
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>gegl-&gegl-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="gegl">
|
|
|
|
<primary sortas="a-Gegl">Gegl</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to gegl</title>
|
|
|
|
|
2012-03-27 21:23:32 +08:00
|
|
|
<para>
|
|
|
|
This package provides the GEneric Graphics Library, which is a graph based
|
|
|
|
image processing format.
|
|
|
|
</para>
|
2010-10-11 08:52:44 +08:00
|
|
|
|
2019-02-18 07:47:43 +08:00
|
|
|
&lfs84_checked;
|
2010-10-11 08:52:44 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
2012-03-27 21:23:32 +08:00
|
|
|
<para>
|
|
|
|
Download (HTTP): <ulink url="&gegl-download-http;"/>
|
|
|
|
</para>
|
2010-10-11 08:52:44 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2012-03-27 21:23:32 +08:00
|
|
|
<para>
|
|
|
|
Download (FTP): <ulink url="&gegl-download-ftp;"/>
|
|
|
|
</para>
|
2010-10-11 08:52:44 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2012-03-27 21:23:32 +08:00
|
|
|
<para>
|
|
|
|
Download MD5 sum: &gegl-md5sum;
|
|
|
|
</para>
|
2010-10-11 08:52:44 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2012-03-27 21:23:32 +08:00
|
|
|
<para>
|
|
|
|
Download size: &gegl-size;
|
|
|
|
</para>
|
2010-10-11 08:52:44 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2012-03-27 21:23:32 +08:00
|
|
|
<para>
|
|
|
|
Estimated disk space required: &gegl-buildsize;
|
|
|
|
</para>
|
2010-10-11 08:52:44 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2012-03-27 21:23:32 +08:00
|
|
|
<para>
|
|
|
|
Estimated build time: &gegl-time;
|
|
|
|
</para>
|
2010-10-11 08:52:44 +08:00
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">gegl Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
2012-03-27 21:23:32 +08:00
|
|
|
<para role="required">
|
2016-02-24 13:15:34 +08:00
|
|
|
<xref linkend="babl"/> and
|
2016-04-10 18:51:32 +08:00
|
|
|
<xref linkend="json-glib"/>
|
2012-03-27 21:23:32 +08:00
|
|
|
</para>
|
2010-10-11 08:52:44 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
2012-03-27 21:23:32 +08:00
|
|
|
<para role="optional">
|
2016-04-17 07:52:17 +08:00
|
|
|
<xref linkend="asciidoc"/>,
|
2012-03-27 21:23:32 +08:00
|
|
|
<xref linkend="cairo"/>,
|
2014-06-06 04:45:17 +08:00
|
|
|
<xref linkend="enscript"/>,
|
2012-03-27 21:23:32 +08:00
|
|
|
<xref linkend="exiv2"/>,
|
|
|
|
<xref linkend="ffmpeg"/>,
|
|
|
|
<xref linkend="gdk-pixbuf"/>,
|
|
|
|
<xref linkend="graphviz"/>,
|
|
|
|
<xref linkend="libjpeg"/>,
|
|
|
|
<xref linkend="libpng"/>,
|
|
|
|
<xref linkend="librsvg"/>,
|
2017-02-17 07:36:55 +08:00
|
|
|
<xref linkend="libwebp"/>,
|
2013-06-19 19:58:39 +08:00
|
|
|
<xref linkend="lua"/>,
|
2012-03-27 21:23:32 +08:00
|
|
|
<xref linkend="pango"/>,
|
|
|
|
<xref linkend="python2"/>,
|
|
|
|
<xref linkend="ruby"/>,
|
|
|
|
<xref linkend="sdl"/>,
|
|
|
|
<xref linkend="gobject-introspection"/>,
|
|
|
|
<xref linkend="vala"/>,
|
2015-06-16 05:53:06 +08:00
|
|
|
<xref linkend="w3m"/>,
|
Update to GNOME platform packages gcr,
gjs, gnome-backgrounds, gnome-bluetooth, gnome-desktop,
gnome-keyring, gnome-online-accounts, gnome-settings-daemon,
gsettings-desktop-schemas, libgweather, libsecret,
nautilus, yelp-xsl, and zenity. Partially fixes
Add gexiv2 now required by nautilus.
Update to evolution-data-server-3.28.0.
Update to gvfs-1.36.0.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20030 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-04-02 11:05:37 +08:00
|
|
|
<xref linkend="gexiv2"/>,
|
2016-09-01 13:06:40 +08:00
|
|
|
<ulink url="http://lensfun.sourceforge.net/">lensfun</ulink>,
|
2015-06-16 05:53:06 +08:00
|
|
|
<ulink url="http://libopenraw.freedesktop.org/wiki/">libopenraw</ulink>,
|
|
|
|
<ulink url="http://libspiro.sourceforge.net/">libspiro</ulink>,
|
2017-02-21 07:27:17 +08:00
|
|
|
<ulink url="http://faculty.cse.tamu.edu/davis/suitesparse.html">libumfpack</ulink>,
|
2017-02-17 07:36:55 +08:00
|
|
|
<ulink url="https://github.com/hodefoting/mrg/releases">MRG</ulink>,
|
2016-04-06 05:54:40 +08:00
|
|
|
<ulink url="https://www.khronos.org/opencl/">OpenCL</ulink> (for tests), and
|
2015-06-16 05:53:06 +08:00
|
|
|
<ulink url="http://www.openexr.org">OpenEXR</ulink>
|
2011-12-11 06:45:12 +08:00
|
|
|
</para>
|
2010-10-11 08:52:44 +08:00
|
|
|
|
2012-03-27 21:23:32 +08:00
|
|
|
<para condition="html" role="usernotes">
|
|
|
|
User Notes: <ulink url='&blfs-wiki;/gegl'/>
|
|
|
|
</para>
|
2010-10-11 08:52:44 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of gegl</title>
|
|
|
|
|
2018-05-07 14:36:29 +08:00
|
|
|
<para>
|
|
|
|
Install <application>gegl</application> by running the following commands:
|
|
|
|
</para>
|
|
|
|
|
2017-05-17 06:40:04 +08:00
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
2018-01-30 05:26:33 +08:00
|
|
|
make</userinput></screen>
|
2010-10-11 08:52:44 +08:00
|
|
|
|
2012-03-27 21:23:32 +08:00
|
|
|
<para>
|
2018-05-07 14:36:29 +08:00
|
|
|
To test the results, issue: <command>make check</command>.
|
2018-08-22 06:53:34 +08:00
|
|
|
Many tests are skipped.
|
2018-05-22 04:07:12 +08:00
|
|
|
<!-- in 0.4.2 no failures, but the video tests have several
|
2018-05-07 14:36:29 +08:00
|
|
|
Failed to parse extradata messages. The warnings are about
|
|
|
|
missing reference, assuming SUCCESS
|
|
|
|
and lots of Missing fast-path babl conversion detected
|
|
|
|
also GEGL-WARNING for runtime check failed and for
|
2018-08-22 06:53:34 +08:00
|
|
|
operation desired unknown paramspec type for seed
|
|
|
|
|
2018-10-24 06:57:11 +08:00
|
|
|
In 0.4.10 all tests pass but there several messages about
|
2018-08-22 06:53:34 +08:00
|
|
|
deprecated parameter passing.-->
|
2012-03-27 21:23:32 +08:00
|
|
|
</para>
|
2010-10-11 08:52:44 +08:00
|
|
|
|
2012-03-27 21:23:32 +08:00
|
|
|
<para>
|
|
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
|
|
</para>
|
2010-10-11 08:52:44 +08:00
|
|
|
|
2012-05-08 02:20:02 +08:00
|
|
|
<screen role="root"><userinput>make install &&
|
|
|
|
install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/gegl &&
|
2016-04-11 04:13:37 +08:00
|
|
|
install -v -m644 docs/images/*.{png,ico,svg} /usr/share/gtk-doc/html/gegl/images</userinput></screen>
|
2010-10-11 08:52:44 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
2012-05-08 02:20:02 +08:00
|
|
|
<para>
|
2016-10-11 17:53:29 +08:00
|
|
|
<command>install -v -m644/docs/*/{css,html} ...</command>:
|
2012-05-08 02:20:02 +08:00
|
|
|
This and the subsequent commands install all the provided documentation
|
2018-01-30 05:26:33 +08:00
|
|
|
instead of only the stylesheet <filename>gegl.css</filename> and three
|
|
|
|
png files.
|
2012-05-08 02:20:02 +08:00
|
|
|
</para>
|
|
|
|
|
2012-03-27 21:23:32 +08:00
|
|
|
<para>
|
2017-04-30 15:38:14 +08:00
|
|
|
<parameter>--without-vala</parameter>: Do not create a
|
2012-03-27 21:23:32 +08:00
|
|
|
<application>vala</application> API - use this if
|
|
|
|
<command>vapigen</command> breaks the build.
|
|
|
|
</para>
|
2011-12-13 01:21:45 +08:00
|
|
|
|
2012-03-27 21:23:32 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
2014-03-02 13:24:55 +08:00
|
|
|
|
2018-01-30 05:26:33 +08:00
|
|
|
<!-- commented in case a later version reinstates this problem
|
2014-03-02 13:24:55 +08:00
|
|
|
<para>
|
|
|
|
<envar>LC_ALL=en_US</envar>: In some locales with <xref linkend='ruby'/>
|
|
|
|
installed, one build component fails and prevents completion of the
|
|
|
|
procedure. Using this variable avoids the problem.
|
2018-01-30 05:26:33 +08:00
|
|
|
</para> -->
|
2014-03-02 13:24:55 +08:00
|
|
|
|
2010-10-11 08:52:44 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
2018-05-07 14:36:29 +08:00
|
|
|
<seg>gcut, gegl, gegl-imgcmp</seg>
|
|
|
|
<seg>libgegl-0.4.so, libgegl-npd-0.4.so, libgegl-sc-0.4.so and libraries in
|
|
|
|
/usr/lib/gegl-0.4</seg>
|
|
|
|
<seg>/usr/include/gegl-0.4</seg>
|
2010-10-11 08:52:44 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
2018-05-07 14:36:29 +08:00
|
|
|
<varlistentry id="gcut">
|
|
|
|
<term><command>gcut</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
is a video editing engine for GEGL.
|
|
|
|
</para>
|
|
|
|
<indexterm zone="gegl gcut">
|
|
|
|
<primary sortas="b-gcut">gcut</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2010-10-11 08:52:44 +08:00
|
|
|
<varlistentry id="gegl-prog">
|
|
|
|
<term><command>gegl</command></term>
|
|
|
|
<listitem>
|
2012-03-27 21:23:32 +08:00
|
|
|
<para>
|
|
|
|
is a commandline tool for working with the XML data model.
|
|
|
|
</para>
|
2010-10-11 08:52:44 +08:00
|
|
|
<indexterm zone="gegl gegl-prog">
|
|
|
|
<primary sortas="b-gegl">gegl</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2018-05-07 14:36:29 +08:00
|
|
|
<varlistentry id="gegl-imgcmp">
|
|
|
|
<term><command>gegl-imgcmp</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
is a simple image difference detection tool for use in regression
|
|
|
|
testing.
|
|
|
|
</para>
|
|
|
|
<indexterm zone="gegl gegl-imgcmp">
|
|
|
|
<primary sortas="b-gegl-imgcmp">gegl-imgcmp</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="libgegl-0.4">
|
|
|
|
<term><filename class='libraryfile'>libgegl-0.4.so</filename></term>
|
2010-10-11 08:52:44 +08:00
|
|
|
<listitem>
|
2012-03-27 21:23:32 +08:00
|
|
|
<para>
|
|
|
|
provides infrastructure to do demand based cached non destructive
|
|
|
|
image editing on larger than RAM buffers.
|
|
|
|
</para>
|
2018-05-07 14:36:29 +08:00
|
|
|
<indexterm zone="gegl libgegl-0.4">
|
|
|
|
<primary sortas="c-libgegl-0.4">libgegl-0.4.so</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="libgegl-npd-0.4">
|
|
|
|
<term><filename class='libraryfile'>libgegl-npd-0.4.so</filename></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
is the GEGL N-point image deformation library.
|
|
|
|
</para>
|
|
|
|
<indexterm zone="gegl libgegl-npd-0.4">
|
|
|
|
<primary sortas="c-libgegl-npd-0.4">libgegl-npd-0.4.so</primary>
|
2010-10-11 08:52:44 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2018-05-07 14:36:29 +08:00
|
|
|
|
|
|
|
<varlistentry id="libgegl-sc-0.4">
|
|
|
|
<term><filename class='libraryfile'>libgegl-sc-0.4.so</filename></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
is the GEGL Seamless Cloning library.
|
|
|
|
</para>
|
|
|
|
<indexterm zone="gegl libgegl-sc-0.4">
|
|
|
|
<primary sortas="c-libgegl-sc-0.4">libgegl-sc-0.4.so</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2010-10-11 08:52:44 +08:00
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|