source: general/graphlib/gegl.xml@ 58cb64de

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 58cb64de was 58cb64de, checked in by Ken Moffat <ken@…>, 14 years ago

Fix properties on babl, gegl and revert the gimp version-change until I've prepared the matching text.

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

  • Property mode set to 100644
File size: 5.3 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://ftp.gtk.org/pub/gegl/0.1/gegl-&gegl-version;.tar.bz2">
8 <!ENTITY gegl-download-ftp "ftp://ftp.gtk.org/pub/gegl/0.1/gegl-&gegl-version;.tar.bz2">
9 <!ENTITY gegl-md5sum "d35ffe17dc042652eca3205488ece262">
10 <!ENTITY gegl-size "3.0 MB">
11 <!ENTITY gegl-buildsize "37 MB">
12 <!ENTITY gegl-time "1.7 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>This package provides the GEneric Graphics Library, which is a
33 graph based image processing format.</para>
34
35 &lfs67_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&gegl-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&gegl-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &gegl-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &gegl-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &gegl-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &gegl-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">gegl Dependencies</bridgehead>
60
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required"><xref linkend="babl"/>, <xref linkend="glib2"/>
64 and <xref linkend="gtk2"/></para>
65
66 <bridgehead renderas="sect4">Optional</bridgehead>
67 <para role="optional"><ulink
68 url="http://www.methods.co.nz/asciidoc/">AsciiDoc</ulink>
69 <ulink url="http://www.gnu.org/software/enscript/">enscript</ulink>
70 <xref linkend="ffmpeg"/>
71 <xref linkend="graphviz"/>
72 <xref linkend="libjpeg"/>
73 <ulink url="http://libopenraw.freedesktop.org/wiki/">libopenraw</ulink>
74 <xref linkend="libpng"/>
75 <xref linkend="librsvg"/>
76 <ulink url="http://libspiro.sourceforge.net/">libspiro</ulink>
77 <ulink url="http://www.lua.org/">Lua</ulink>
78 <ulink url="http://www.openexr.org">OpenEXR</ulink>
79 <xref linkend="ruby"/>
80 <xref linkend="sdl"/>
81 and <xref linkend="w3m"/></para>
82
83 <para condition="html" role="usernotes">User Notes:
84 <ulink url='&blfs-wiki;/gegl'/></para>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of gegl</title>
90
91 <para>Install <application>gegl</application> by running the following
92 commands:</para>
93
94<screen><userinput>./configure --prefix=/usr &amp;&amp;
95make</userinput></screen>
96
97 <para>To test the results, issue: <command>make check</command>.</para>
98
99 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
100
101<screen role="root"><userinput>make install &amp;&amp;
102install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/gegl
103</userinput></screen>
104
105 </sect2>
106
107 <sect2 role="commands">
108 <title>Command Explanations</title>
109
110 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
111 href="../../xincludes/gtk-doc-rebuild.xml"/>
112
113 <para><parameter>install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/gegl
114 </parameter>:
115 The command '<command>make install</command>' only installs
116 <filename>operations.html</filename>, omitting the stylesheet and
117 <filename>index.html</filename>. This extra command ensures all the links
118 in the html work.</para>
119
120 </sect2>
121
122 <sect2 role="content">
123 <title>Contents</title>
124
125 <segmentedlist>
126 <segtitle>Installed Programs</segtitle>
127 <segtitle>Installed Libraries</segtitle>
128 <segtitle>Installed Directories</segtitle>
129
130 <seglistitem>
131 <seg>gegl</seg>
132 <seg>libgegl-0.1.so, and libraries in /usr/lib/gegl-0.1/</seg>
133 <seg>/usr/include/gegl-0.1/</seg>
134 </seglistitem>
135 </segmentedlist>
136
137 <variablelist>
138 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
139 <?dbfo list-presentation="list"?>
140 <?dbhtml list-presentation="table"?>
141
142 <varlistentry id="gegl-prog">
143 <term><command>gegl</command></term>
144 <listitem>
145 <para>is a commandline tool for working with the XML data model.</para>
146 <indexterm zone="gegl gegl-prog">
147 <primary sortas="b-gegl">gegl</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 <varlistentry id="libgegl-0.1">
153 <term><filename class='libraryfile'>libgegl-0.1.so</filename></term>
154 <listitem>
155 <para>provides infrastructure to do demand based cached non
156 destructive image editing on larger than RAM buffers.</para>
157 <indexterm zone="gegl libgegl-0.1">
158 <primary sortas="c-libgegl-0.1">libgegl-0.1.so</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 </variablelist>
164
165 </sect2>
166
167</sect1>
Note: See TracBrowser for help on using the repository browser.