source: general/graphlib/gegl.xml@ 8aeb474

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

more tags

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

  • Property mode set to 100644
File size: 6.4 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 &lfs72_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>sed -e '274cerr = avformat_open_input (&amp;p->ic, o->path, NULL, NULL);' \
123 -i operations/external/ff-load.c &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 &amp;&amp;
137install -d -v -m755 /usr/share/gtk-doc/html/gegl/images &amp;&amp;
138install -v -m644 docs/images/* /usr/share/gtk-doc/html/gegl/images
139</userinput></screen>
140 </sect2>
141
142 <sect2 role="commands">
143 <title>Command Explanations</title>
144
145 <para>
146 <command>sed -e '274cerr ...</command>: Fixes building against
147 <application>FFMpeg</application> 0.11.1.
148 </para>
149
150 <para>
151 <parameter>install -v -m644/docs/*/{css,html} ...</parameter>:
152 This and the subsequent commands install all the provided documentation
153 instead of only <filename>operations.html</filename> and the stylesheet
154 <filename>gegl.css</filename>.
155 </para>
156
157 <para>
158 <option>--without-vala</option>: Do not create a
159 <application>vala</application> API - use this if
160 <command>vapigen</command> breaks the build.
161 </para>
162
163 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
164 href="../../xincludes/gtk-doc-rebuild.xml"/>
165 </sect2>
166
167 <sect2 role="content">
168 <title>Contents</title>
169
170 <segmentedlist>
171 <segtitle>Installed Programs</segtitle>
172 <segtitle>Installed Libraries</segtitle>
173 <segtitle>Installed Directories</segtitle>
174
175 <seglistitem>
176 <seg>gegl</seg>
177 <seg>libgegl-0.2.so, and libraries in /usr/lib/gegl-0.2/</seg>
178 <seg>/usr/include/gegl-0.2/</seg>
179 </seglistitem>
180 </segmentedlist>
181
182 <variablelist>
183 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
184 <?dbfo list-presentation="list"?>
185 <?dbhtml list-presentation="table"?>
186
187 <varlistentry id="gegl-prog">
188 <term><command>gegl</command></term>
189 <listitem>
190 <para>
191 is a commandline tool for working with the XML data model.
192 </para>
193 <indexterm zone="gegl gegl-prog">
194 <primary sortas="b-gegl">gegl</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 <varlistentry id="libgegl-0.2">
200 <term><filename class='libraryfile'>libgegl-0.2.so</filename></term>
201 <listitem>
202 <para>
203 provides infrastructure to do demand based cached non destructive
204 image editing on larger than RAM buffers.
205 </para>
206 <indexterm zone="gegl libgegl-0.2">
207 <primary sortas="c-libgegl-0.2">libgegl-0.2.so</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211 </variablelist>
212 </sect2>
213</sect1>
Note: See TracBrowser for help on using the repository browser.