source: general/graphlib/gegl.xml@ 28a3ecd

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 28a3ecd was 28a3ecd, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Move an external ref to internal

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13202 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 "32b00002f1f1e316115c4ed922e1dec8">
11 <!ENTITY gegl-size "7.2 MB">
12 <!ENTITY gegl-buildsize "50 MB">
13 <!ENTITY gegl-time "0.9 SBU">
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 &lfs75_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">Additional Downloads</bridgehead>
75 <itemizedlist spacing="compact">
76 <listitem>
77 <para>
78 Required patch:
79 <ulink url="&patch-root;/gegl-&gegl-version;-ffmpeg2-1.patch"/>
80 </para>
81 </listitem>
82 </itemizedlist>
83
84 <bridgehead renderas="sect3">gegl Dependencies</bridgehead>
85
86
87 <bridgehead renderas="sect4">Required</bridgehead>
88 <para role="required">
89 <xref linkend="babl"/>
90 </para>
91
92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional">
94 <ulink url="http://www.methods.co.nz/asciidoc/">AsciiDoc</ulink>,
95 <xref linkend="cairo"/>,
96 <xref linkend="enscript"/>,
97 <xref linkend="exiv2"/>,
98 <xref linkend="ffmpeg"/>,
99 <xref linkend="gdk-pixbuf"/>,
100 <xref linkend="graphviz"/>,
101 <ulink url="http://lensfun.berlios.de/">lensfun</ulink>,
102 <xref linkend="libjpeg"/>,
103 <ulink url="http://libopenraw.freedesktop.org/wiki/">libopenraw</ulink>,
104 <xref linkend="libpng"/>,
105 <xref linkend="librsvg"/>,
106 <ulink url="http://libspiro.sourceforge.net/">libspiro</ulink>,
107 <xref linkend="lua"/>,
108 <ulink url="http://www.openexr.org">OpenEXR</ulink>,
109 <xref linkend="pango"/>,
110 <xref linkend="python2"/>,
111 <xref linkend="ruby"/>,
112 <xref linkend="sdl"/>,
113 <xref linkend="gobject-introspection"/>,
114 <xref linkend="vala"/>,
115 <xref linkend="w3m"/> and
116 <ulink url="http://www.cise.ufl.edu/research/sparse/umfpack/">libumfpack</ulink>
117 </para>
118
119 <para condition="html" role="usernotes">
120 User Notes: <ulink url='&blfs-wiki;/gegl'/>
121 </para>
122 </sect2>
123
124 <sect2 role="installation">
125 <title>Installation of gegl</title>
126
127 <para>
128 Install <application>gegl</application> by running the following commands:
129 </para>
130
131<screen><userinput>patch -Np1 -i ../gegl-&gegl-version;-ffmpeg2-1.patch &amp;&amp;
132./configure --prefix=/usr &amp;&amp;
133LC_ALL=en_US make</userinput></screen>
134
135 <para>
136 To test the results, issue: <command>make check</command>.
137 </para>
138
139 <para>
140 Now, as the <systemitem class="username">root</systemitem> user:
141 </para>
142
143<screen role="root"><userinput>make install &amp;&amp;
144install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/gegl &amp;&amp;
145install -d -v -m755 /usr/share/gtk-doc/html/gegl/images &amp;&amp;
146install -v -m644 docs/images/* /usr/share/gtk-doc/html/gegl/images</userinput></screen>
147 </sect2>
148
149 <sect2 role="commands">
150 <title>Command Explanations</title>
151
152 <para>
153 <parameter>install -v -m644/docs/*/{css,html} ...</parameter>:
154 This and the subsequent commands install all the provided documentation
155 instead of only <filename>operations.html</filename> and the stylesheet
156 <filename>gegl.css</filename>.
157 </para>
158
159 <para>
160 <option>--without-vala</option>: Do not create a
161 <application>vala</application> API - use this if
162 <command>vapigen</command> breaks the build.
163 </para>
164
165 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
166 href="../../xincludes/gtk-doc-rebuild.xml"/>
167
168 <para>
169 <envar>LC_ALL=en_US</envar>: In some locales with <xref linkend='ruby'/>
170 installed, one build component fails and prevents completion of the
171 procedure. Using this variable avoids the problem.
172 </para>
173
174 </sect2>
175
176 <sect2 role="content">
177 <title>Contents</title>
178
179 <segmentedlist>
180 <segtitle>Installed Programs</segtitle>
181 <segtitle>Installed Libraries</segtitle>
182 <segtitle>Installed Directories</segtitle>
183
184 <seglistitem>
185 <seg>gegl</seg>
186 <seg>libgegl-0.2.so and libraries in /usr/lib/gegl-0.2</seg>
187 <seg>/usr/include/gegl-0.2</seg>
188 </seglistitem>
189 </segmentedlist>
190
191 <variablelist>
192 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
193 <?dbfo list-presentation="list"?>
194 <?dbhtml list-presentation="table"?>
195
196 <varlistentry id="gegl-prog">
197 <term><command>gegl</command></term>
198 <listitem>
199 <para>
200 is a commandline tool for working with the XML data model.
201 </para>
202 <indexterm zone="gegl gegl-prog">
203 <primary sortas="b-gegl">gegl</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 <varlistentry id="libgegl-0.2">
209 <term><filename class='libraryfile'>libgegl-0.2.so</filename></term>
210 <listitem>
211 <para>
212 provides infrastructure to do demand based cached non destructive
213 image editing on larger than RAM buffers.
214 </para>
215 <indexterm zone="gegl libgegl-0.2">
216 <primary sortas="c-libgegl-0.2">libgegl-0.2.so</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220 </variablelist>
221 </sect2>
222</sect1>
Note: See TracBrowser for help on using the repository browser.