source: general/graphlib/gegl.xml@ c966932

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since c966932 was c966932, checked in by Andrew Benton <andy@…>, 12 years ago

Added a sed to the gegl page to fix compiling with
Glib-2.32 and gobject-introspection-1.30.0 installed

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9781 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
8 "http://gd.tuwien.ac.at/graphics/gimp/gegl/0.1/gegl-&gegl-version;.tar.bz2">
9 <!ENTITY gegl-download-ftp
10 "ftp://ftp.gimp.org/pub/gegl/0.1/gegl-&gegl-version;.tar.bz2">
11 <!ENTITY gegl-md5sum "c8279b86b3d584ee4f503839fc500425">
12 <!ENTITY gegl-size "5.2 MB">
13 <!ENTITY gegl-buildsize "48 MB">
14 <!ENTITY gegl-time "0.8 SBU">
15]>
16
17<sect1 id="gegl" xreflabel="gegl-&gegl-version;">
18 <?dbhtml filename="gegl.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gegl-&gegl-version;</title>
26
27 <indexterm zone="gegl">
28 <primary sortas="a-Gegl">Gegl</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to gegl</title>
33
34 <para>
35 This package provides the GEneric Graphics Library, which is a graph based
36 image processing format.
37 </para>
38
39 &lfs71_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
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="babl"/>
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <ulink url="http://www.methods.co.nz/asciidoc/">AsciiDoc</ulink>,
86 <xref linkend="cairo"/>,
87 <ulink url="http://www.gnu.org/software/enscript/">enscript</ulink>,
88 <xref linkend="exiv2"/>,
89 <xref linkend="ffmpeg"/>,
90 <xref linkend="gdk-pixbuf"/>,
91 <xref linkend="graphviz"/>,
92 <ulink url="http://lensfun.berlios.de/">lensfun</ulink>,
93 <xref linkend="libjpeg"/>,
94 <ulink url="http://libopenraw.freedesktop.org/wiki/">libopenraw</ulink>,
95 <xref linkend="libpng"/>,
96 <xref linkend="librsvg"/>,
97 <ulink url="http://libspiro.sourceforge.net/">libspiro</ulink>,
98 <ulink url="http://www.lua.org/">Lua</ulink>,
99 <ulink url="http://www.openexr.org">OpenEXR</ulink>,
100 <xref linkend="pango"/>,
101 <xref linkend="python2"/>,
102 <xref linkend="ruby"/>,
103 <xref linkend="sdl"/>,
104 <xref linkend="gobject-introspection"/>,
105 <xref linkend="vala"/>,
106 <xref linkend="w3m"/> and
107 <ulink url="http://www.cise.ufl.edu/research/sparse/umfpack/">libumfpack</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>echo 'Babl-0.1' > gegl/gegl-0.1.deps &amp;&amp;
123sed -i '/INTROSPECTION_SCANNER_ARGS/s#$# -lgmodule-2.0#' gegl/Makefile.in &amp;&amp;
124./configure --prefix=/usr &amp;&amp;
125make</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
137</userinput></screen>
138 </sect2>
139
140 <sect2 role="commands">
141 <title>Command Explanations</title>
142
143 <para>
144 <command>echo 'Babl-0.1' > gegl/gegl-0.1.deps</command>: This command
145 fixes compiling <application>Gegl</application> if you have
146 <xref linkend="gobject-introspection"/> installed.
147 </para>
148
149 <para>
150 <command>sed -i '/INTROSPECTION_SCANNER_ARGS/s#$# -lgmodule-2.0#'
151 gegl/Makefile.in</command>: This sed fixes compiling
152 <application>Gegl</application> if you have
153 <application>Glib-2.32</application> and
154 <xref linkend="gobject-introspection"/> installed.
155 </para>
156
157 <para>
158 <parameter>install -v -m644 docs/*.{css,html}
159 /usr/share/gtk-doc/html/gegl</parameter>: The command '<command>make
160 install</command>' only installs <filename>operations.html</filename>,
161 omitting the stylesheet and <filename>index.html</filename>. This extra
162 command ensures all the links in the html work.
163 </para>
164
165 <para>
166 <option>--without-vala</option>: Do not create a
167 <application>vala</application> API - use this if
168 <command>vapigen</command> breaks the build.
169 </para>
170
171 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
172 href="../../xincludes/gtk-doc-rebuild.xml"/>
173 </sect2>
174
175 <sect2 role="content">
176 <title>Contents</title>
177
178 <segmentedlist>
179 <segtitle>Installed Programs</segtitle>
180 <segtitle>Installed Libraries</segtitle>
181 <segtitle>Installed Directories</segtitle>
182
183 <seglistitem>
184 <seg>gegl</seg>
185 <seg>libgegl-0.1.so, and libraries in /usr/lib/gegl-0.1/</seg>
186 <seg>/usr/include/gegl-0.1/</seg>
187 </seglistitem>
188 </segmentedlist>
189
190 <variablelist>
191 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
192 <?dbfo list-presentation="list"?>
193 <?dbhtml list-presentation="table"?>
194
195 <varlistentry id="gegl-prog">
196 <term><command>gegl</command></term>
197 <listitem>
198 <para>
199 is a commandline tool for working with the XML data model.
200 </para>
201 <indexterm zone="gegl gegl-prog">
202 <primary sortas="b-gegl">gegl</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="libgegl-0.1">
208 <term><filename class='libraryfile'>libgegl-0.1.so</filename></term>
209 <listitem>
210 <para>
211 provides infrastructure to do demand based cached non destructive
212 image editing on larger than RAM buffers.
213 </para>
214 <indexterm zone="gegl libgegl-0.1">
215 <primary sortas="c-libgegl-0.1">libgegl-0.1.so</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219 </variablelist>
220 </sect2>
221</sect1>
Note: See TracBrowser for help on using the repository browser.