source: general/graphlib/gegl.xml@ 0610de8

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 0610de8 was 0610de8, checked in by DJ Lucas <dj@…>, 7 years ago

Fix build issue with gegl and gobject-introspection >= 1.52.1.

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

  • Property mode set to 100644
File size: 7.0 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 "0c4fbdc68d9bcebb21898379a438b862">
11 <!ENTITY gegl-size "5.7 MB">
12 <!ENTITY gegl-buildsize "135 MB (add 26 MB for tests)">
13 <!ENTITY gegl-time "1.6 SBU (add 0.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 &lfs80_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="json-glib"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <xref linkend="asciidoc"/>,
85 <xref linkend="cairo"/>,
86 <xref linkend="enscript"/>,
87 <xref linkend="exiv2"/>,
88 <xref linkend="ffmpeg"/>,
89 <xref linkend="gdk-pixbuf"/>,
90 <xref linkend="graphviz"/>,
91 <xref linkend="libjpeg"/>,
92 <xref linkend="libpng"/>,
93 <xref linkend="librsvg"/>,
94 <xref linkend="libwebp"/>,
95 <xref linkend="lua"/>,
96 <xref linkend="pango"/>,
97 <xref linkend="python2"/>,
98 <xref linkend="ruby"/>,
99 <xref linkend="sdl"/>,
100 <xref linkend="gobject-introspection"/>,
101 <xref linkend="vala"/>,
102 <xref linkend="w3m"/>,
103 <ulink url="https://wiki.gnome.org/Projects/gexiv2">gexiv2</ulink>,
104 <ulink url="http://lensfun.sourceforge.net/">lensfun</ulink>,
105 <ulink url="http://libopenraw.freedesktop.org/wiki/">libopenraw</ulink>,
106 <ulink url="http://libspiro.sourceforge.net/">libspiro</ulink>,
107 <ulink url="http://faculty.cse.tamu.edu/davis/suitesparse.html">libumfpack</ulink>,
108 <ulink url="https://github.com/hodefoting/mrg/releases">MRG</ulink>,
109 <ulink url="https://www.khronos.org/opencl/">OpenCL</ulink> (for tests), and
110 <ulink url="http://www.openexr.org">OpenEXR</ulink>
111 </para>
112
113 <para condition="html" role="usernotes">
114 User Notes: <ulink url='&blfs-wiki;/gegl'/>
115 </para>
116 </sect2>
117
118 <sect2 role="installation">
119 <title>Installation of gegl</title>
120
121 <para>
122 First, fix an issue with gobject-introspection-1.52.1:
123 </para>
124
125<screen><userinput>sed -i /DG_LOG/d configure.ac
126sed -i '/srcdir)\/gegl\/property-types/a\\t-DG_LOG_DOMAIN=\\\"GEGL\\\" \\' \
127 gegl/Makefile.am</userinput></screen>
128
129 <para>
130 Install <application>gegl</application> by running the following commands:
131 </para>
132
133<screen><userinput>./autogen.sh --prefix=/usr --without-vala &amp;&amp;
134LC_ALL=en_US make</userinput></screen>
135
136 <para>
137 To test the results, issue: <command>make -k check</command>. One
138 test is known to fail.
139 </para>
140
141 <para>
142 Now, as the <systemitem class="username">root</systemitem> user:
143 </para>
144
145<screen role="root"><userinput>make install &amp;&amp;
146install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/gegl &amp;&amp;
147install -d -v -m755 /usr/share/gtk-doc/html/gegl/images &amp;&amp;
148install -v -m644 docs/images/*.{png,ico,svg} /usr/share/gtk-doc/html/gegl/images</userinput></screen>
149 </sect2>
150
151 <sect2 role="commands">
152 <title>Command Explanations</title>
153
154 <para>
155 <command>install -v -m644/docs/*/{css,html} ...</command>:
156 This and the subsequent commands install all the provided documentation
157 instead of only <filename>operations.html</filename> and the stylesheet
158 <filename>gegl.css</filename>.
159 </para>
160
161 <para>
162 <parameter>--without-vala</parameter>: Do not create a
163 <application>vala</application> API - use this if
164 <command>vapigen</command> breaks the build.
165 </para>
166
167 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
168 href="../../xincludes/gtk-doc-rebuild.xml"/>
169
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.
174 </para>
175
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>
187 <seg>gegl</seg>
188 <seg>libgegl-0.2.so and libraries in /usr/lib/gegl-0.2</seg>
189 <seg>/usr/include/gegl-0.2</seg>
190 </seglistitem>
191 </segmentedlist>
192
193 <variablelist>
194 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
195 <?dbfo list-presentation="list"?>
196 <?dbhtml list-presentation="table"?>
197
198 <varlistentry id="gegl-prog">
199 <term><command>gegl</command></term>
200 <listitem>
201 <para>
202 is a commandline tool for working with the XML data model.
203 </para>
204 <indexterm zone="gegl gegl-prog">
205 <primary sortas="b-gegl">gegl</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 <varlistentry id="libgegl-0.2">
211 <term><filename class='libraryfile'>libgegl-0.2.so</filename></term>
212 <listitem>
213 <para>
214 provides infrastructure to do demand based cached non destructive
215 image editing on larger than RAM buffers.
216 </para>
217 <indexterm zone="gegl libgegl-0.2">
218 <primary sortas="c-libgegl-0.2">libgegl-0.2.so</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222 </variablelist>
223 </sect2>
224</sect1>
Note: See TracBrowser for help on using the repository browser.