source: general/graphlib/gegl.xml@ b98838eb

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b98838eb was b98838eb, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to libepoxy-1.5.2.
Update to cmake-3.11.2.
Update to cdrdao-1.2.4.
Update to c-ares-1.14.0.
Update to gegl-0.4.2.
Update to xfce4-terminal-0.8.7.4.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20160 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 8.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gegl-download-http "https://download.gimp.org/pub/gegl/0.4/gegl-&gegl-version;.tar.bz2">
8 <!ENTITY gegl-download-ftp " ">
9 <!ENTITY gegl-md5sum "47b8f88c466e0a38f5e8d6181bba89bd">
10 <!ENTITY gegl-size "6.5 MB">
11 <!ENTITY gegl-buildsize "133 MB (add 22 MB for tests)">
12 <!ENTITY gegl-time "0.8 SBU (Using parallism=4; add 0.4 SBU for tests)">
13]>
14
15<sect1 id="gegl" xreflabel="gegl-&gegl-version;">
16 <?dbhtml filename="gegl.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>gegl-&gegl-version;</title>
24
25 <indexterm zone="gegl">
26 <primary sortas="a-Gegl">Gegl</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to gegl</title>
31
32 <para>
33 This package provides the GEneric Graphics Library, which is a graph based
34 image processing format.
35 </para>
36
37 &lfs82_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&gegl-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&gegl-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &gegl-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &gegl-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &gegl-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &gegl-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">gegl Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="babl"/> and
78 <xref linkend="json-glib"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="asciidoc"/>,
84 <xref linkend="cairo"/>,
85 <xref linkend="enscript"/>,
86 <xref linkend="exiv2"/>,
87 <xref linkend="ffmpeg"/>,
88 <xref linkend="gdk-pixbuf"/>,
89 <xref linkend="graphviz"/>,
90 <xref linkend="libjpeg"/>,
91 <xref linkend="libpng"/>,
92 <xref linkend="librsvg"/>,
93 <xref linkend="libwebp"/>,
94 <xref linkend="lua"/>,
95 <xref linkend="pango"/>,
96 <xref linkend="python2"/>,
97 <xref linkend="ruby"/>,
98 <xref linkend="sdl"/>,
99 <xref linkend="gobject-introspection"/>,
100 <xref linkend="vala"/>,
101 <xref linkend="w3m"/>,
102 <xref linkend="gexiv2"/>,
103 <ulink url="http://lensfun.sourceforge.net/">lensfun</ulink>,
104 <ulink url="http://libopenraw.freedesktop.org/wiki/">libopenraw</ulink>,
105 <ulink url="http://libspiro.sourceforge.net/">libspiro</ulink>,
106 <ulink url="http://faculty.cse.tamu.edu/davis/suitesparse.html">libumfpack</ulink>,
107 <ulink url="https://github.com/hodefoting/mrg/releases">MRG</ulink>,
108 <ulink url="https://www.khronos.org/opencl/">OpenCL</ulink> (for tests), and
109 <ulink url="http://www.openexr.org">OpenEXR</ulink>
110 </para>
111
112 <para condition="html" role="usernotes">
113 User Notes: <ulink url='&blfs-wiki;/gegl'/>
114 </para>
115 </sect2>
116
117 <sect2 role="installation">
118 <title>Installation of gegl</title>
119
120 <para>
121 Install <application>gegl</application> by running the following commands:
122 </para>
123
124 <para>
125 Install <application>gegl</application> by running the following commands:
126 </para>
127
128<screen><userinput>./configure --prefix=/usr &amp;&amp;
129make</userinput></screen>
130
131 <para>
132 To test the results, issue: <command>make check</command>.
133 Many tests are skipped and there are some failures.
134 <!-- in 0.4.2 no failures, but the video tests have several
135 Failed to parse extradata messages. The warnings are about
136 missing reference, assuming SUCCESS
137 and lots of Missing fast-path babl conversion detected
138 also GEGL-WARNING for runtime check failed and for
139 operation desired unknown paramspec type for seed -->
140 </para>
141
142 <para>
143 Now, as the <systemitem class="username">root</systemitem> user:
144 </para>
145
146<screen role="root"><userinput>make install &amp;&amp;
147install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/gegl &amp;&amp;
148install -v -m644 docs/images/*.{png,ico,svg} /usr/share/gtk-doc/html/gegl/images</userinput></screen>
149 </sect2>
150
151 <sect2 role="commands">
152 <title>Command Explanations</title>
153
154 <para>
155 <command>install -v -m644/docs/*/{css,html} ...</command>:
156 This and the subsequent commands install all the provided documentation
157 instead of only the stylesheet <filename>gegl.css</filename> and three
158 png files.
159 </para>
160
161 <para>
162 <parameter>--without-vala</parameter>: Do not create a
163 <application>vala</application> API - use this if
164 <command>vapigen</command> breaks the build.
165 </para>
166
167 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
168 href="../../xincludes/gtk-doc-rebuild.xml"/>
169
170 <!-- commented in case a later version reinstates this problem
171 <para>
172 <envar>LC_ALL=en_US</envar>: In some locales with <xref linkend='ruby'/>
173 installed, one build component fails and prevents completion of the
174 procedure. Using this variable avoids the problem.
175 </para> -->
176
177 </sect2>
178
179 <sect2 role="content">
180 <title>Contents</title>
181
182 <segmentedlist>
183 <segtitle>Installed Programs</segtitle>
184 <segtitle>Installed Libraries</segtitle>
185 <segtitle>Installed Directories</segtitle>
186
187 <seglistitem>
188 <seg>gcut, gegl, gegl-imgcmp</seg>
189 <seg>libgegl-0.4.so, libgegl-npd-0.4.so, libgegl-sc-0.4.so and libraries in
190 /usr/lib/gegl-0.4</seg>
191 <seg>/usr/include/gegl-0.4</seg>
192 </seglistitem>
193 </segmentedlist>
194
195 <variablelist>
196 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
197 <?dbfo list-presentation="list"?>
198 <?dbhtml list-presentation="table"?>
199
200 <varlistentry id="gcut">
201 <term><command>gcut</command></term>
202 <listitem>
203 <para>
204 is a video editing engine for GEGL.
205 </para>
206 <indexterm zone="gegl gcut">
207 <primary sortas="b-gcut">gcut</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 <varlistentry id="gegl-prog">
213 <term><command>gegl</command></term>
214 <listitem>
215 <para>
216 is a commandline tool for working with the XML data model.
217 </para>
218 <indexterm zone="gegl gegl-prog">
219 <primary sortas="b-gegl">gegl</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
223
224 <varlistentry id="gegl-imgcmp">
225 <term><command>gegl-imgcmp</command></term>
226 <listitem>
227 <para>
228 is a simple image difference detection tool for use in regression
229 testing.
230 </para>
231 <indexterm zone="gegl gegl-imgcmp">
232 <primary sortas="b-gegl-imgcmp">gegl-imgcmp</primary>
233 </indexterm>
234 </listitem>
235 </varlistentry>
236
237 <varlistentry id="libgegl-0.4">
238 <term><filename class='libraryfile'>libgegl-0.4.so</filename></term>
239 <listitem>
240 <para>
241 provides infrastructure to do demand based cached non destructive
242 image editing on larger than RAM buffers.
243 </para>
244 <indexterm zone="gegl libgegl-0.4">
245 <primary sortas="c-libgegl-0.4">libgegl-0.4.so</primary>
246 </indexterm>
247 </listitem>
248 </varlistentry>
249
250 <varlistentry id="libgegl-npd-0.4">
251 <term><filename class='libraryfile'>libgegl-npd-0.4.so</filename></term>
252 <listitem>
253 <para>
254 is the GEGL N-point image deformation library.
255 </para>
256 <indexterm zone="gegl libgegl-npd-0.4">
257 <primary sortas="c-libgegl-npd-0.4">libgegl-npd-0.4.so</primary>
258 </indexterm>
259 </listitem>
260 </varlistentry>
261
262 <varlistentry id="libgegl-sc-0.4">
263 <term><filename class='libraryfile'>libgegl-sc-0.4.so</filename></term>
264 <listitem>
265 <para>
266 is the GEGL Seamless Cloning library.
267 </para>
268 <indexterm zone="gegl libgegl-sc-0.4">
269 <primary sortas="c-libgegl-sc-0.4">libgegl-sc-0.4.so</primary>
270 </indexterm>
271 </listitem>
272 </varlistentry>
273
274 </variablelist>
275 </sect2>
276</sect1>
Note: See TracBrowser for help on using the repository browser.