source: general/graphlib/gegl.xml@ a5fc81e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym 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 a5fc81e was a5fc81e, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Update to gegl-0.3.6.
Update to babl-0.1.16.

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

  • Property mode set to 100644
File size: 6.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 "http://download.gimp.org/pub/gegl/0.2/gegl-&gegl-version;.tar.bz2">
8 <!ENTITY gegl-download-ftp " ">
9<!-- <!ENTITY gegl-download-ftp "ftp://ftp.gimp.org/pub/gegl/0.2/gegl-&gegl-version;.tar.bz2">-->
10 <!ENTITY gegl-md5sum "e6b4eb720ef541aab8c9b12b1a517a78">
11 <!ENTITY gegl-size "5.5 MB">
12 <!ENTITY gegl-buildsize "138 MB (additional 25 MB for tests)">
13 <!ENTITY gegl-time "2.4 SBU (additional 1.9 SBU for tests)">
14]>
15
16<sect1 id="gegl" xreflabel="gegl-&gegl-version;">
17 <?dbhtml filename="gegl.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>gegl-&gegl-version;</title>
25
26 <indexterm zone="gegl">
27 <primary sortas="a-Gegl">Gegl</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to gegl</title>
32
33 <para>
34 This package provides the GEneric Graphics Library, which is a graph based
35 image processing format.
36 </para>
37
38 &lfs79_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&gegl-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&gegl-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &gegl-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &gegl-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &gegl-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &gegl-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">gegl Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="babl"/> and
79 <xref linkend="glib2"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
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="lua"/>,
94 <xref linkend="pango"/>,
95 <xref linkend="python2"/>,
96 <xref linkend="ruby"/>,
97 <xref linkend="sdl"/>,
98 <xref linkend="gobject-introspection"/>,
99 <xref linkend="vala"/>,
100 <xref linkend="w3m"/>,
101 <ulink url="http://www.methods.co.nz/asciidoc/">AsciiDoc</ulink>,
102 <ulink url="http://lensfun.berlios.de/">lensfun</ulink>,
103 <ulink url="http://libopenraw.freedesktop.org/wiki/">libopenraw</ulink>,
104 <ulink url="http://libspiro.sourceforge.net/">libspiro</ulink>,
105 <ulink url="http://www.cise.ufl.edu/research/sparse/umfpack/">libumfpack</ulink>,
106 <ulink url="https://www.khronos.org/opencl/">OpenCL</ulink> (for tests), and
107 <ulink url="http://www.openexr.org">OpenEXR</ulink>
108 </para>
109
110 <para condition="html" role="usernotes">
111 User Notes: <ulink url='&blfs-wiki;/gegl'/>
112 </para>
113 </sect2>
114
115 <sect2 role="installation">
116 <title>Installation of gegl</title>
117
118 <para>
119 Install <application>gegl</application> by running the following commands:
120 </para>
121
122<screen><userinput> sed -i '/check:/s/images//' tests/ff-load-save/Makefile.in &amp;&amp;
123
124./configure --prefix=/usr &amp;&amp;
125LC_ALL=en_US make</userinput></screen>
126
127 <para>
128 To test the results, issue: <command>make check</command>.
129 </para>
130
131 <para>
132 Now, as the <systemitem class="username">root</systemitem> user:
133 </para>
134
135<screen role="root"><userinput>make install &amp;&amp;
136install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/gegl &amp;&amp;
137install -d -v -m755 /usr/share/gtk-doc/html/gegl/images &amp;&amp;
138install -v -m644 docs/images/* /usr/share/gtk-doc/html/gegl/images</userinput></screen>
139 </sect2>
140
141 <sect2 role="commands">
142 <title>Command Explanations</title>
143
144 <para>
145 <command>sed ...</command>:
146 Skip tests that fail due to missing image files.
147 </para>
148
149 <para>
150 <parameter>install -v -m644/docs/*/{css,html} ...</parameter>:
151 This and the subsequent commands install all the provided documentation
152 instead of only <filename>operations.html</filename> and the stylesheet
153 <filename>gegl.css</filename>.
154 </para>
155
156 <para>
157 <option>--without-vala</option>: Do not create a
158 <application>vala</application> API - use this if
159 <command>vapigen</command> breaks the build.
160 </para>
161
162 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
163 href="../../xincludes/gtk-doc-rebuild.xml"/>
164
165 <para>
166 <envar>LC_ALL=en_US</envar>: In some locales with <xref linkend='ruby'/>
167 installed, one build component fails and prevents completion of the
168 procedure. Using this variable avoids the problem.
169 </para>
170
171 </sect2>
172
173 <sect2 role="content">
174 <title>Contents</title>
175
176 <segmentedlist>
177 <segtitle>Installed Programs</segtitle>
178 <segtitle>Installed Libraries</segtitle>
179 <segtitle>Installed Directories</segtitle>
180
181 <seglistitem>
182 <seg>gegl</seg>
183 <seg>libgegl-0.2.so and libraries in /usr/lib/gegl-0.2</seg>
184 <seg>/usr/include/gegl-0.2</seg>
185 </seglistitem>
186 </segmentedlist>
187
188 <variablelist>
189 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
190 <?dbfo list-presentation="list"?>
191 <?dbhtml list-presentation="table"?>
192
193 <varlistentry id="gegl-prog">
194 <term><command>gegl</command></term>
195 <listitem>
196 <para>
197 is a commandline tool for working with the XML data model.
198 </para>
199 <indexterm zone="gegl gegl-prog">
200 <primary sortas="b-gegl">gegl</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="libgegl-0.2">
206 <term><filename class='libraryfile'>libgegl-0.2.so</filename></term>
207 <listitem>
208 <para>
209 provides infrastructure to do demand based cached non destructive
210 image editing on larger than RAM buffers.
211 </para>
212 <indexterm zone="gegl libgegl-0.2">
213 <primary sortas="c-libgegl-0.2">libgegl-0.2.so</primary>
214 </indexterm>
215 </listitem>
216 </varlistentry>
217 </variablelist>
218 </sect2>
219</sect1>
Note: See TracBrowser for help on using the repository browser.