source: general/graphlib/gegl.xml@ aa41434

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 aa41434 was aa41434, checked in by Pierre Labastie <pieere@…>, 4 years ago

Fix <option> vs <parameter>, and sometimes a little more

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

  • Property mode set to 100644
File size: 7.3 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.xz">
8 <!ENTITY gegl-download-ftp " ">
9 <!ENTITY gegl-md5sum "567f9e6c0a0a1a4145a1a1b254ca9ac5">
10 <!ENTITY gegl-size "4.6 MB">
11 <!ENTITY gegl-buildsize "115 MB (with docs; add 7 MB for tests)">
12 <!ENTITY gegl-time "0.5 SBU (Using parallelism=4; with docs; add 0.3 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 &lfs90_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">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="gobject-introspection"/>,
84 <xref linkend="pygments"/>, and
85 <xref linkend="pygobject3"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="asciidoc"/>,
91 <xref linkend="cairo"/>,
92 <xref linkend="exiv2"/>,
93 <xref linkend="gdk-pixbuf"/>,
94 <xref linkend="gexiv2"/>,
95 <xref linkend="graphviz"/>,
96 <xref linkend="jasper"/>,
97 <xref linkend="lcms2"/>,
98 <xref linkend="libjpeg"/>
99 <xref linkend="libpng"/>,
100 <xref linkend="librsvg"/>,
101 <xref linkend="libtiff"/>,
102 <xref linkend="libwebp"/>,
103 <xref linkend="pango"/>,
104 <xref linkend="ruby"/>,
105 <xref linkend="sdl2"/>,
106 <xref linkend="v4l-utils"/>,
107 <xref linkend="vala"/>,
108 <ulink url="https://lensfun.github.io/">lensfun</ulink>,
109 <ulink url="https://libopenraw.pages.freedesktop.org/">libopenraw</ulink>,
110 <ulink url="http://libspiro.sourceforge.net/">libspiro</ulink>,
111 <ulink url="http://faculty.cse.tamu.edu/davis/suitesparse.html">libumfpack</ulink>,
112 <ulink url="http://luajit.org/luajit.html">LuaJIT</ulink>,
113 <ulink url="https://github.com/hodefoting/mrg/releases">MRG</ulink>, and
114 <ulink url="https://www.openexr.com">OpenEXR</ulink>
115 </para>
116
117 <para condition="html" role="usernotes">
118 User Notes: <ulink url='&blfs-wiki;/gegl'/>
119 </para>
120 </sect2>
121
122 <sect2 role="installation">
123 <title>Installation of gegl</title>
124
125 <para>
126 Install <application>gegl</application> by running the following commands:
127 </para>
128
129<screen><userinput>mkdir build &amp;&amp;
130cd build &amp;&amp;
131
132meson --prefix=/usr .. &amp;&amp;
133ninja</userinput></screen>
134
135 <para>
136 To test the results, issue: <command>ninja test</command>.
137 Two tests, gegl-format and gegl-node are known to fail.
138 </para>
139
140 <para>
141 Now, as the <systemitem class="username">root</systemitem> user:
142 </para>
143
144<screen role="root"><userinput>ninja install</userinput></screen>
145 </sect2>
146
147 <sect2 role="commands">
148 <title>Command Explanations</title>
149
150 <para>
151 <option>-Ddocs=true</option>: Build and
152 install documentation.
153 </para>
154
155 </sect2>
156
157 <sect2 role="content">
158 <title>Contents</title>
159
160 <segmentedlist>
161 <segtitle>Installed Programs</segtitle>
162 <segtitle>Installed Libraries</segtitle>
163 <segtitle>Installed Directories</segtitle>
164
165 <seglistitem>
166 <seg>gegl and
167 gegl-imgcmp
168 </seg>
169 <seg>libgegl-0.4.so,
170 libgegl-npd-0.4.so,
171 libgegl-sc-0.4.so, and
172 modules in /usr/lib/gegl-0.4
173 </seg>
174 <seg>/usr/lib/gegl-0.4 and
175 /usr/include/gegl-0.4
176 </seg>
177 </seglistitem>
178 </segmentedlist>
179
180 <variablelist>
181 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
182 <?dbfo list-presentation="list"?>
183 <?dbhtml list-presentation="table"?>
184
185 <varlistentry id="gegl-prog">
186 <term><command>gegl</command></term>
187 <listitem>
188 <para>
189 is a commandline tool for working with the XML data model.
190 </para>
191 <indexterm zone="gegl gegl-prog">
192 <primary sortas="b-gegl">gegl</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 <varlistentry id="gegl-imgcmp">
198 <term><command>gegl-imgcmp</command></term>
199 <listitem>
200 <para>
201 is a simple image difference detection tool for use in regression
202 testing.
203 </para>
204 <indexterm zone="gegl gegl-imgcmp">
205 <primary sortas="b-gegl-imgcmp">gegl-imgcmp</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 <varlistentry id="libgegl-0.4">
211 <term><filename class='libraryfile'>libgegl-0.4.so</filename></term>
212 <listitem>
213 <para>
214 provides infrastructure to do demand based cached non destructive
215 image editing on larger than RAM buffers.
216 </para>
217 <indexterm zone="gegl libgegl-0.4">
218 <primary sortas="c-libgegl-0.4">libgegl-0.4.so</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 <varlistentry id="libgegl-npd-0.4">
224 <term><filename class='libraryfile'>libgegl-npd-0.4.so</filename></term>
225 <listitem>
226 <para>
227 is the GEGL N-point image deformation library.
228 </para>
229 <indexterm zone="gegl libgegl-npd-0.4">
230 <primary sortas="c-libgegl-npd-0.4">libgegl-npd-0.4.so</primary>
231 </indexterm>
232 </listitem>
233 </varlistentry>
234
235 <varlistentry id="libgegl-sc-0.4">
236 <term><filename class='libraryfile'>libgegl-sc-0.4.so</filename></term>
237 <listitem>
238 <para>
239 is the GEGL Seamless Cloning library.
240 </para>
241 <indexterm zone="gegl libgegl-sc-0.4">
242 <primary sortas="c-libgegl-sc-0.4">libgegl-sc-0.4.so</primary>
243 </indexterm>
244 </listitem>
245 </varlistentry>
246
247 </variablelist>
248 </sect2>
249</sect1>
Note: See TracBrowser for help on using the repository browser.