source: general/graphlib/gegl.xml@ 4a1a7711

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 4a1a7711 was 4a1a7711, checked in by Douglas R. Reno <renodr@…>, 6 years ago

Tags and other fixes

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

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