source: general/graphlib/gegl.xml@ 9d8f0f5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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 9d8f0f5 was 83d02fc6, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to cups-filters-1.14.0.
Update to thunderbird-52.1.1.
Update to gegl-0.3.16.

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

  • Property mode set to 100644
File size: 6.8 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.3/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 "e4a523420c5f050c0ca0187b3758ce23">
11 <!ENTITY gegl-size "5.8 MB">
12 <!ENTITY gegl-buildsize "126 MB (add 23 MB for tests)">
13 <!ENTITY gegl-time "1.7 SBU (add 0.7 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 &lfs80_checked;
39 &gcc7_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&gegl-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&gegl-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &gegl-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &gegl-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &gegl-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &gegl-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">gegl Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="babl"/> and
80 <xref linkend="json-glib"/>
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <xref linkend="asciidoc"/>,
86 <xref linkend="cairo"/>,
87 <xref linkend="enscript"/>,
88 <xref linkend="exiv2"/>,
89 <xref linkend="ffmpeg"/>,
90 <xref linkend="gdk-pixbuf"/>,
91 <xref linkend="graphviz"/>,
92 <xref linkend="libjpeg"/>,
93 <xref linkend="libpng"/>,
94 <xref linkend="librsvg"/>,
95 <xref linkend="libwebp"/>,
96 <xref linkend="lua"/>,
97 <xref linkend="pango"/>,
98 <xref linkend="python2"/>,
99 <xref linkend="ruby"/>,
100 <xref linkend="sdl"/>,
101 <xref linkend="gobject-introspection"/>,
102 <xref linkend="vala"/>,
103 <xref linkend="w3m"/>,
104 <ulink url="https://wiki.gnome.org/Projects/gexiv2">gexiv2</ulink>,
105 <ulink url="http://lensfun.sourceforge.net/">lensfun</ulink>,
106 <ulink url="http://libopenraw.freedesktop.org/wiki/">libopenraw</ulink>,
107 <ulink url="http://libspiro.sourceforge.net/">libspiro</ulink>,
108 <ulink url="http://faculty.cse.tamu.edu/davis/suitesparse.html">libumfpack</ulink>,
109 <ulink url="https://github.com/hodefoting/mrg/releases">MRG</ulink>,
110 <ulink url="https://www.khronos.org/opencl/">OpenCL</ulink> (for tests), and
111 <ulink url="http://www.openexr.org">OpenEXR</ulink>
112 </para>
113
114 <para condition="html" role="usernotes">
115 User Notes: <ulink url='&blfs-wiki;/gegl'/>
116 </para>
117 </sect2>
118
119 <sect2 role="installation">
120 <title>Installation of gegl</title>
121
122 <para>
123 Install <application>gegl</application> by running the following commands:
124 </para>
125
126<screen><userinput>./configure --prefix=/usr &amp;&amp;
127LC_ALL=en_US make</userinput></screen>
128
129 <para>
130 To test the results, issue: <command>make -k check</command>. One
131 test is known to fail.
132 </para>
133
134 <para>
135 Now, as the <systemitem class="username">root</systemitem> user:
136 </para>
137
138<screen role="root"><userinput>make install &amp;&amp;
139install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/gegl &amp;&amp;
140install -d -v -m755 /usr/share/gtk-doc/html/gegl/images &amp;&amp;
141install -v -m644 docs/images/*.{png,ico,svg} /usr/share/gtk-doc/html/gegl/images</userinput></screen>
142 </sect2>
143
144 <sect2 role="commands">
145 <title>Command Explanations</title>
146
147 <para>
148 <command>install -v -m644/docs/*/{css,html} ...</command>:
149 This and the subsequent commands install all the provided documentation
150 instead of only <filename>operations.html</filename> and the stylesheet
151 <filename>gegl.css</filename>.
152 </para>
153
154 <para>
155 <parameter>--without-vala</parameter>: Do not create a
156 <application>vala</application> API - use this if
157 <command>vapigen</command> breaks the build.
158 </para>
159
160 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
161 href="../../xincludes/gtk-doc-rebuild.xml"/>
162
163 <para>
164 <envar>LC_ALL=en_US</envar>: In some locales with <xref linkend='ruby'/>
165 installed, one build component fails and prevents completion of the
166 procedure. Using this variable avoids the problem.
167 </para>
168
169 </sect2>
170
171 <sect2 role="content">
172 <title>Contents</title>
173
174 <segmentedlist>
175 <segtitle>Installed Programs</segtitle>
176 <segtitle>Installed Libraries</segtitle>
177 <segtitle>Installed Directories</segtitle>
178
179 <seglistitem>
180 <seg>gegl</seg>
181 <seg>libgegl-0.2.so and libraries in /usr/lib/gegl-0.2</seg>
182 <seg>/usr/include/gegl-0.2</seg>
183 </seglistitem>
184 </segmentedlist>
185
186 <variablelist>
187 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
188 <?dbfo list-presentation="list"?>
189 <?dbhtml list-presentation="table"?>
190
191 <varlistentry id="gegl-prog">
192 <term><command>gegl</command></term>
193 <listitem>
194 <para>
195 is a commandline tool for working with the XML data model.
196 </para>
197 <indexterm zone="gegl gegl-prog">
198 <primary sortas="b-gegl">gegl</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="libgegl-0.2">
204 <term><filename class='libraryfile'>libgegl-0.2.so</filename></term>
205 <listitem>
206 <para>
207 provides infrastructure to do demand based cached non destructive
208 image editing on larger than RAM buffers.
209 </para>
210 <indexterm zone="gegl libgegl-0.2">
211 <primary sortas="c-libgegl-0.2">libgegl-0.2.so</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215 </variablelist>
216 </sect2>
217</sect1>
Note: See TracBrowser for help on using the repository browser.