source: general/graphlib/gegl.xml@ 1e36a629

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 1e36a629 was 1e36a629, checked in by Ken Moffat <ken@…>, 12 years ago

Gegl - versions are 0.2 not 0.1, and install all the shipped docs - thanks to Fernando.

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

  • Property mode set to 100644
File size: 6.2 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.2/gegl-&gegl-version;.tar.bz2">
9 <!ENTITY gegl-download-ftp
10 "ftp://ftp.gimp.org/pub/gegl/0.2/gegl-&gegl-version;.tar.bz2">
11 <!ENTITY gegl-md5sum "32b00002f1f1e316115c4ed922e1dec8">
12 <!ENTITY gegl-size "7.2 MB">
13 <!ENTITY gegl-buildsize "50 MB">
14 <!ENTITY gegl-time "0.9 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>./configure --prefix=/usr &amp;&amp;
123make</userinput></screen>
124
125 <para>
126 To test the results, issue: <command>make check</command>.
127 </para>
128
129 <para>
130 Now, as the <systemitem class="username">root</systemitem> user:
131 </para>
132
133<screen role="root"><userinput>make install &amp;&amp;
134install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/gegl &amp;&amp;
135install -d -v -m755 /usr/share/gtk-doc/html/gegl/images &amp;&amp;
136install -v -m644 docs/images/* /usr/share/gtk-doc/html/gegl/images
137</userinput></screen>
138 </sect2>
139
140 <sect2 role="commands">
141 <title>Command Explanations</title>
142
143 <para>
144 <parameter>install -v -m644/docs/*/{css,html} ...</parameter>:
145 This and the subsequent commands install all the provided documentation
146 instead of only <filename>operations.html</filename> and the stylesheet
147 <filename>gegl.css</filename>.
148 </para>
149
150 <para>
151 <option>--without-vala</option>: Do not create a
152 <application>vala</application> API - use this if
153 <command>vapigen</command> breaks the build.
154 </para>
155
156 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
157 href="../../xincludes/gtk-doc-rebuild.xml"/>
158 </sect2>
159
160 <sect2 role="content">
161 <title>Contents</title>
162
163 <segmentedlist>
164 <segtitle>Installed Programs</segtitle>
165 <segtitle>Installed Libraries</segtitle>
166 <segtitle>Installed Directories</segtitle>
167
168 <seglistitem>
169 <seg>gegl</seg>
170 <seg>libgegl-0.2.so, and libraries in /usr/lib/gegl-0.2/</seg>
171 <seg>/usr/include/gegl-0.2/</seg>
172 </seglistitem>
173 </segmentedlist>
174
175 <variablelist>
176 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
177 <?dbfo list-presentation="list"?>
178 <?dbhtml list-presentation="table"?>
179
180 <varlistentry id="gegl-prog">
181 <term><command>gegl</command></term>
182 <listitem>
183 <para>
184 is a commandline tool for working with the XML data model.
185 </para>
186 <indexterm zone="gegl gegl-prog">
187 <primary sortas="b-gegl">gegl</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry id="libgegl-0.2">
193 <term><filename class='libraryfile'>libgegl-0.2.so</filename></term>
194 <listitem>
195 <para>
196 provides infrastructure to do demand based cached non destructive
197 image editing on larger than RAM buffers.
198 </para>
199 <indexterm zone="gegl libgegl-0.2">
200 <primary sortas="c-libgegl-0.2">libgegl-0.2.so</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204 </variablelist>
205 </sect2>
206</sect1>
Note: See TracBrowser for help on using the repository browser.