source: general/graphlib/gegl.xml@ 27229db

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 27229db was 27229db, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to GNOME platform packages gcr,
gjs, gnome-backgrounds, gnome-bluetooth, gnome-desktop,
gnome-keyring, gnome-online-accounts, gnome-settings-daemon,
gsettings-desktop-schemas, libgweather, libsecret,
nautilus, yelp-xsl, and zenity. Partially fixes

Add gexiv2 now required by nautilus.

Update to evolution-data-server-3.28.0.
Update to gvfs-1.36.0.

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

  • Property mode set to 100644
File size: 7.5 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.3/gegl-&gegl-version;.tar.bz2">
8 <!ENTITY gegl-download-ftp " ">
9 <!ENTITY gegl-md5sum "c23a0ba775bf0f51afa7a999b3b430a3">
10 <!ENTITY gegl-size "6.4 MB">
11 <!ENTITY gegl-buildsize "127 MB (add 22 MB for tests)">
12 <!ENTITY gegl-time "0.8 SBU (using parallelism=4; add 0.4 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 &lfs82_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">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="asciidoc"/>,
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="libwebp"/>,
94 <xref linkend="lua"/>,
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"/>,
101 <xref linkend="w3m"/>,
102 <xref linkend="gexiv2"/>,
103 <ulink url="http://lensfun.sourceforge.net/">lensfun</ulink>,
104 <ulink url="http://libopenraw.freedesktop.org/wiki/">libopenraw</ulink>,
105 <ulink url="http://libspiro.sourceforge.net/">libspiro</ulink>,
106 <ulink url="http://faculty.cse.tamu.edu/davis/suitesparse.html">libumfpack</ulink>,
107 <ulink url="https://github.com/hodefoting/mrg/releases">MRG</ulink>,
108 <ulink url="https://www.khronos.org/opencl/">OpenCL</ulink> (for tests), and
109 <ulink url="http://www.openexr.org">OpenEXR</ulink>
110 </para>
111
112 <para condition="html" role="usernotes">
113 User Notes: <ulink url='&blfs-wiki;/gegl'/>
114 </para>
115 </sect2>
116
117 <sect2 role="installation">
118 <title>Installation of gegl</title>
119
120 <para>
121 Install <application>gegl</application> by running the following commands:
122 </para>
123
124<screen><userinput>./configure --prefix=/usr &amp;&amp;
125make</userinput></screen>
126
127 <para>
128 To test the results, issue: <command>make check</command>.
129 Several tests are not run due to missing data.
130 <!-- for me, no failures : but I don't have all the optional deps,
131 no idea which test used to fail. Ken
132 To test the results, issue: <command>make -k check</command>. One
133 test is known to fail.
134
135 For version 0.3.22, the tests failed with
136 /bin/sh: line 1: ../../examples/gegl-video: No such file or directory
137
138 Same failures for 0.3.26.
139 No failures in 0.3.28, neither does it require a UTF-8 locale
140
141 0.3.30
142 /bin/sh: line 1: ../../examples/gegl-video: No such file or directory
143 Seven instances
144
145 Also several warnings: Using AVStream.codec to pass codec parameters
146 to muxers is deprecated
147 -->
148 </para>
149
150 <para>
151 Now, as the <systemitem class="username">root</systemitem> user:
152 </para>
153
154<!-- With 0.3.28 make install creates gegl/images and put three pngs
155 there. I was going to keep this as commented (after make install
156 but doing that adds a blank line in the box.
157install -d -v -m755 /usr/share/gtk-doc/html/gegl/images &amp;&amp; -->
158<screen role="root"><userinput>make install &amp;&amp;
159install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/gegl &amp;&amp;
160install -v -m644 docs/images/*.{png,ico,svg} /usr/share/gtk-doc/html/gegl/images</userinput></screen>
161 </sect2>
162
163 <sect2 role="commands">
164 <title>Command Explanations</title>
165
166 <para>
167 <command>install -v -m644/docs/*/{css,html} ...</command>:
168 This and the subsequent commands install all the provided documentation
169 instead of only the stylesheet <filename>gegl.css</filename> and three
170 png files.
171 </para>
172
173 <para>
174 <parameter>--without-vala</parameter>: Do not create a
175 <application>vala</application> API - use this if
176 <command>vapigen</command> breaks the build.
177 </para>
178
179 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
180 href="../../xincludes/gtk-doc-rebuild.xml"/>
181
182 <!-- commented in case a later version reinstates this problem
183 <para>
184 <envar>LC_ALL=en_US</envar>: In some locales with <xref linkend='ruby'/>
185 installed, one build component fails and prevents completion of the
186 procedure. Using this variable avoids the problem.
187 </para> -->
188
189 </sect2>
190
191 <sect2 role="content">
192 <title>Contents</title>
193
194 <segmentedlist>
195 <segtitle>Installed Programs</segtitle>
196 <segtitle>Installed Libraries</segtitle>
197 <segtitle>Installed Directories</segtitle>
198
199 <seglistitem>
200 <seg>gegl</seg>
201 <seg>libgegl-0.2.so and libraries in /usr/lib/gegl-0.2</seg>
202 <seg>/usr/include/gegl-0.2</seg>
203 </seglistitem>
204 </segmentedlist>
205
206 <variablelist>
207 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
208 <?dbfo list-presentation="list"?>
209 <?dbhtml list-presentation="table"?>
210
211 <varlistentry id="gegl-prog">
212 <term><command>gegl</command></term>
213 <listitem>
214 <para>
215 is a commandline tool for working with the XML data model.
216 </para>
217 <indexterm zone="gegl gegl-prog">
218 <primary sortas="b-gegl">gegl</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 <varlistentry id="libgegl-0.2">
224 <term><filename class='libraryfile'>libgegl-0.2.so</filename></term>
225 <listitem>
226 <para>
227 provides infrastructure to do demand based cached non destructive
228 image editing on larger than RAM buffers.
229 </para>
230 <indexterm zone="gegl libgegl-0.2">
231 <primary sortas="c-libgegl-0.2">libgegl-0.2.so</primary>
232 </indexterm>
233 </listitem>
234 </varlistentry>
235 </variablelist>
236 </sect2>
237</sect1>
Note: See TracBrowser for help on using the repository browser.