source: general/graphlib/gegl.xml@ 597d3c9b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 597d3c9b was dfdf251, checked in by Ken Moffat <ken@…>, 4 years ago

gegl-0.4.22,
gimp-2.10.16.

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