source: general/graphlib/gegl.xml@ ac38e9dc

systemd-13485
Last change on this file since ac38e9dc was ac38e9dc, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.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 "http://download.gimp.org/pub/gegl/0.2/gegl-&gegl-version;.tar.bz2">
8 <!ENTITY gegl-download-ftp " ">
9 <!ENTITY gegl-md5sum "32b00002f1f1e316115c4ed922e1dec8">
10 <!ENTITY gegl-size "7.2 MB">
11 <!ENTITY gegl-buildsize "50 MB">
12 <!ENTITY gegl-time "0.9 SBU">
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 &lfs77_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">Additional Downloads</bridgehead>
74 <itemizedlist spacing="compact">
75 <listitem>
76 <para>
77 Required patch:
78 <ulink url="&patch-root;/gegl-&gegl-version;-ffmpeg2-1.patch"/>
79 </para>
80 </listitem>
81 </itemizedlist>
82
83 <bridgehead renderas="sect3">gegl Dependencies</bridgehead>
84
85 <bridgehead renderas="sect4">Required</bridgehead>
86 <para role="required">
87 <xref linkend="babl"/>
88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
92 <xref linkend="cairo"/>,
93 <xref linkend="enscript"/>,
94 <xref linkend="exiv2"/>,
95 <xref linkend="ffmpeg"/>,
96 <xref linkend="gdk-pixbuf"/>,
97 <xref linkend="graphviz"/>,
98 <xref linkend="libjpeg"/>,
99 <xref linkend="libpng"/>,
100 <xref linkend="librsvg"/>,
101 <xref linkend="lua"/>,
102 <xref linkend="pango"/>,
103 <xref linkend="python2"/>,
104 <xref linkend="ruby"/>,
105 <xref linkend="sdl"/>,
106 <xref linkend="gobject-introspection"/>,
107 <xref linkend="vala"/>,
108 <xref linkend="w3m"/>,
109 <ulink url="http://www.methods.co.nz/asciidoc/">AsciiDoc</ulink>,
110 <ulink url="http://lensfun.berlios.de/">lensfun</ulink>,
111 <ulink url="http://libopenraw.freedesktop.org/wiki/">libopenraw</ulink>,
112 <ulink url="http://libspiro.sourceforge.net/">libspiro</ulink>,
113 <ulink url="http://www.cise.ufl.edu/research/sparse/umfpack/">libumfpack</ulink>, and
114 <ulink url="http://www.openexr.org">OpenEXR</ulink>
115 </para>
116
117 <para condition="html" role="usernotes">
118 User Notes: <ulink url='&blfs-wiki;/gegl'/>
119 </para>
120 </sect2>
121
122 <sect2 role="installation">
123 <title>Installation of gegl</title>
124
125 <para>
126 Install <application>gegl</application> by running the following commands:
127 </para>
128
129<screen><userinput>patch -Np1 -i ../gegl-&gegl-version;-ffmpeg2-1.patch &amp;&amp;
130
131./configure --prefix=/usr &amp;&amp;
132LC_ALL=en_US make</userinput></screen>
133
134 <para>
135 To test the results, issue: <command>make check</command>.
136 </para>
137
138 <para>
139 Now, as the <systemitem class="username">root</systemitem> user:
140 </para>
141
142<screen role="root"><userinput>make install &amp;&amp;
143install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/gegl &amp;&amp;
144install -v -dm755 /usr/share/gtk-doc/html/gegl/images &amp;&amp;
145install -v -m644 docs/images/* /usr/share/gtk-doc/html/gegl/images</userinput></screen>
146 </sect2>
147
148 <sect2 role="commands">
149 <title>Command Explanations</title>
150
151 <para>
152 <parameter>install -v -m644/docs/*/{css,html} ...</parameter>:
153 This and the subsequent commands install all the provided documentation
154 instead of only <filename>operations.html</filename> and the stylesheet
155 <filename>gegl.css</filename>.
156 </para>
157
158 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
159 href="../../xincludes/gtk-doc-rebuild.xml"/>
160
161 <para>
162 <envar>LC_ALL=en_US</envar>: In some locales with <xref linkend="ruby"/>
163 installed, one build component fails and prevents completion of the
164 procedure. Using this variable avoids the problem.
165 </para>
166
167 </sect2>
168
169 <sect2 role="content">
170 <title>Contents</title>
171
172 <segmentedlist>
173 <segtitle>Installed Programs</segtitle>
174 <segtitle>Installed Libraries</segtitle>
175 <segtitle>Installed Directories</segtitle>
176
177 <seglistitem>
178 <seg>
179 gegl
180 </seg>
181 <seg>
182 libgegl-0.2.so
183 </seg>
184 <seg>
185 /usr/include/gegl-0.2
186 </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.2">
208 <term><filename class="libraryfile">libgegl-0.2.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.2">
215 <primary sortas="c-libgegl-0.2">libgegl-0.2.so</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 </variablelist>
221
222 </sect2>
223
224</sect1>
Note: See TracBrowser for help on using the repository browser.