source: xsoft/other/gimp.xml@ 7abbaac

12.2 lazarus trunk xry111/for-12.3 xry111/spidermonkey128
Last change on this file since 7abbaac was f0a0e34, checked in by Xi Ruoyao <xry111@…>, 2 months ago

gimp: Tweak dependencies

dbus-glib is no longer a dependency since 2013 (thus we should have
dropped it for GIMP 2 years ago!).

Also drop the "x-window-system" dependency (which bascially just means
xorg-libraries for 99% cases and xorg-libraries is already required by
gtk3).

I've built it with dbus-glib omitted and many things in xorg section
omitted.

Link: https://gitlab.gnome.org/GNOME/gimp/-/commit/c4460e84

  • Property mode set to 100644
File size: 17.8 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[613c524f]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[572f2ee]7 <!ENTITY gimp-download-http "&sources-anduin-http;/BLFS/gimp/gimp-&gimp-version;.tar.xz">
[5e11bc38]8 <!ENTITY gimp-download-ftp " ">
[572f2ee]9 <!ENTITY gimp-md5sum "17fcd0bfc8e66fc61d672b4409cb3e3a">
10 <!ENTITY gimp-size "26 MB">
11 <!ENTITY gimp-buildsize "456 MB (162 MB installed)">
12 <!ENTITY gimp-time "1.2 SBU (Using parallelism=4)">
[06cdf48]13
[b2f3be2b]14 <!-- pro-tem, a pull of gimp-help, https://gitlab.gnome.org/GNOME/gimp-help.git
[e810b585]15 git archive - -format=tar - -prefix=${DIRNAME}/ HEAD | xz >../${DIRNAME}.tar.xz -->
[3c7d69e6]16
17 <!-- renodr: I generated the git tarball using the following instructions:
18 cd /tmp &&
19 mkdir gimp-help &&
20 cd gimp-help &&
21 git clone https://gitlab.gnome.org/GNOME/gimp-help.git &&
[e0d45ee]22 cd gimp-help &&
23 git checkout gimp-help-2-10 &&
24 cd .. &&
[3c7d69e6]25 rm -rv gimp-help/.git &&
26 mv -v gimp-help gimp-help-<DATE>
27 tar -cJvf gimp-help-<DATE>.tar.xz gimp-help-<DATE>
28
29 After you've completed this, run a test build, and upload the tarball to
30 anduin.-->
31
[65e58707]32 <!ENTITY gimp-help-version "&gimp-version;">
[572f2ee]33 <!ENTITY gimp-help-download "&sources-anduin-http;/BLFS/gimp/gimp-help-&gimp-help-version;.tar.xz">
34<!-- <!ENTITY gimp-help-download "https://download.gimp.org/pub/gimp/help/gimp-help-&gimp-help-version;.tar.bz2">-->
35 <!ENTITY gimp-help-md5sum "162d57a67ff737ed221a8d7f274d119f">
36 <!ENTITY gimp-help-size "129 MB">
37 <!ENTITY gimp-help-buildsize "From 351 MB (74 MB installed) for en only to 1.5 GB for all
38 languages">
39 <!ENTITY gimp-help-time "0.4 SBU (en only), 5.1 SBU for all languages; using parallelism=4">
[06cdf48]40]>
[613c524f]41
[219f345a]42<sect1 id="gimp" xreflabel="Gimp-&gimp-version;">
[364f479]43 <?dbhtml filename="gimp.html" ?>
44
[219f345a]45 <title>Gimp-&gimp-version;</title>
[364f479]46
47 <indexterm zone="gimp">
[219f345a]48 <primary sortas="a-Gimp">Gimp</primary>
[364f479]49 </indexterm>
50
51 <sect2 role="package">
[a98acfe7]52 <title>Introduction to Gimp</title>
[364f479]53
[a98acfe7]54 <para>
55 The <application>Gimp</application> package contains
56 the GNU Image Manipulation Program which is useful for
57 photo retouching, image composition and image authoring.
58 </para>
[364f479]59
[e8b3f50]60 &lfs121_checked;
[04fa30a]61
[364f479]62 <bridgehead renderas="sect3">Package Information</bridgehead>
63 <itemizedlist spacing="compact">
64 <listitem>
[a98acfe7]65 <para>
66 Download (HTTP): <ulink url="&gimp-download-http;"/>
67 </para>
[364f479]68 </listitem>
69 <listitem>
[a98acfe7]70 <para>
71 Download (FTP): <ulink url="&gimp-download-ftp;"/>
72 </para>
[364f479]73 </listitem>
74 <listitem>
[a98acfe7]75 <para>
76 Download MD5 sum: &gimp-md5sum;
77 </para>
[364f479]78 </listitem>
79 <listitem>
[a98acfe7]80 <para>
81 Download size: &gimp-size;
82 </para>
[364f479]83 </listitem>
84 <listitem>
[a98acfe7]85 <para>
86 Estimated disk space required: &gimp-buildsize;
87 </para>
[364f479]88 </listitem>
89 <listitem>
[a98acfe7]90 <para>
91 Estimated build time: &gimp-time;
92 </para>
[364f479]93 </listitem>
94 </itemizedlist>
95
96 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
[e810b585]97<!--
98 <note>
[4e207bb]99 <para>
[e810b585]100 The creation of local html files with recent versions of the necessary
101 packages is somewhat broken (some png images are not sourced by the
102 generated HTML, only their captions are visible).
103 </para>
104 </note>
[6433bc25]105-->
[e810b585]106 <note>
107 <para>
[6433bc25]108 The help files English version is complete, but large
109 parts of the text for many other languages are not yet translated.
[e810b585]110 </para>
111 </note>
[6433bc25]112
[e810b585]113
[219f345a]114 <itemizedlist spacing="compact">
[364f479]115 <listitem>
[a98acfe7]116 <para>
[e810b585]117 Download (HTTP): <ulink url="&gimp-help-download;"/>
[a98acfe7]118 </para>
[364f479]119 </listitem>
120 <listitem>
[a98acfe7]121 <para>
[9c105eb]122 Download size: &gimp-help-size;
[a98acfe7]123 </para>
[2a11c24]124 </listitem>
125 <listitem>
[a98acfe7]126 <para>
[e0d45ee]127 Download MD5 sum: &gimp-help-md5sum;
[a98acfe7]128 </para>
[364f479]129 </listitem>
[784ec394]130 <listitem>
[a4d3fe5]131 <para>
132 Estimated disk space required: &gimp-help-buildsize;
133 </para>
134 </listitem>
135 <listitem>
136 <para>
137 Estimated build time: &gimp-help-time;
138 </para>
139 </listitem>
[219f345a]140 </itemizedlist>
[364f479]141
[219f345a]142 <bridgehead renderas="sect3">Gimp Dependencies</bridgehead>
[364f479]143
144 <bridgehead renderas="sect4">Required</bridgehead>
[7298aa7]145 <para role="required">
[572f2ee]146 <xref linkend="appstream-glib"/>,
[cd964c8]147 <xref linkend="gegl"/>,
[06cdf48]148 <xref linkend="gexiv2"/>,
149 <xref linkend="glib-networking"/>,
[f0a0e34]150 <xref linkend="harfbuzz"/>,
[06cdf48]151 <xref linkend="libjpeg"/>,
152 <xref linkend="libmypaint"/>,
153 <xref linkend="librsvg"/>,
154 <xref linkend="libtiff"/>,
155 <!-- en can be built without this -->
[aea2dbd]156 <xref linkend="libxml2"/> (to build the translated help files),
[06cdf48]157 <xref linkend="lcms2"/>,
[f0a0e34]158 <xref linkend="mypaint-brushes"/>, and
159 <xref linkend="poppler"/> (including poppler-data)
[7298aa7]160 </para>
[364f479]161
162 <bridgehead renderas="sect4">Recommended</bridgehead>
[7298aa7]163 <para role="recommended">
[65e58707]164 <xref linkend="graphviz"/>,
[06cdf48]165 <xref linkend="gs"/> (with libgs installed),
166 <xref linkend="iso-codes"/>,
[c0f5b4a]167 <xref linkend="libgudev"/>, and
[06cdf48]168 <xref linkend="xdg-utils"/>
[7298aa7]169 </para>
[364f479]170
171 <bridgehead renderas="sect4">Optional</bridgehead>
[7298aa7]172 <para role="optional">
173 <xref linkend="aalib"/>,
174 <xref linkend="alsa-lib"/>,
[59eea9d]175 <xref linkend="gvfs"/> (to access the online help),
[bc39dca]176 <xref linkend="libmng"/>,
[751dd1e]177 <xref linkend="libunwind"/>,
[06cdf48]178 <xref linkend="libwebp"/>,
179 <xref linkend="openjpeg2"/>,
180 <xref linkend="gtk-doc"/>,
[3c7d69e6]181 <ulink url="https://people.freedesktop.org/~hughsient/appstream-glib">appstream-glib</ulink>,
182 <ulink url="https://github.com/ianlancetaylor/libbacktrace">libbacktrace</ulink>,
[d21c58fe]183 <ulink url="https://github.com/strukturag/libheif/">libheif</ulink> with
184 <ulink url="https://github.com/strukturag/libde265/">libde265</ulink>
185 (both needed to read macOS heic images),
[17aa21c]186 <ulink url="https://wvware.sourceforge.net/libwmf.html">libwmf</ulink>, and
[40454cd2]187 <ulink url="https://www.openexr.com/">OpenEXR</ulink>
[7298aa7]188 </para>
[80df29b]189
[9c105eb]190 <bridgehead renderas="sect4">Optional, for building the help system</bridgehead>
[784ec394]191 <para role="optional">
[17aa21c]192 <ulink url="https://dblatex.sourceforge.net/">dblatex</ulink> (for PDF docs),
193 <ulink url="https://pngnq.sourceforge.net/">pngnq</ulink> and
194 <ulink url="https://pmt.sourceforge.net/pngcrush/">pngcrush</ulink>
[9c105eb]195 to optimize the png files, but see the note on the help download above
[784ec394]196 </para>
197
[42ddc30]198 <para condition="html" role="usernotes">Editor Notes:
[a98acfe7]199 <ulink url="&blfs-wiki;/gimp"/>
200 </para>
[364f479]201 </sect2>
202
203 <sect2 role="installation">
[a98acfe7]204 <title>Installation of Gimp</title>
[364f479]205
[feecd37]206 <para>
207 Install <application>Gimp</application> by running
208 the following commands:
209 </para>
[389246e]210
[572f2ee]211<screen><userinput>mkdir gimp-build &amp;&amp;
212cd gimp-build &amp;&amp;
213
214meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
215ninja</userinput></screen>
[94aecbd]216
[a98acfe7]217 <para>
218 To test the results (requires an X-Windowed terminal) issue:
[572f2ee]219 <command>ninja test</command>.
[dfdf251]220 <!-- km: in 2.10.16 no failures, 2 tests were skipped -->
[dadfb45]221
[a98acfe7]222 </para>
[8b2e697]223
[a98acfe7]224 <para>
[572f2ee]225 Now, as the &root; user:
[a98acfe7]226 </para>
[94aecbd]227
[572f2ee]228<screen role="root"><userinput>ninja test</userinput></screen>
[364f479]229
[a4d3fe5]230 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
231 href="../../xincludes/update-icons-and-desktop.xml"/>
232
233 </sect2>
234
235 <sect2 role="installation">
236 <title>Installation of Gimp-Help</title>
237
[a98acfe7]238 <para>
239 The <filename>gimp-help</filename> tarball contains images and English
[572f2ee]240 text help for help files, together with translations.
241 If you wish to install local copies of the help files to read offline,
242 unpack the gimp-help tarball and change into the root of the newly
243 created source tree.
244
245 <!--
[6433bc25]246 The documentation generated by gimp-help-2.10.34 and online help have
247 the same contents, so I comment this out. [pierre Nov. 2023]
248 Because of the
[9c105eb]249 issues mentioned in the note above, you are recommended to use the online
250 help, either by building against <xref linkend="gvfs"/> so that 'help'
251 can open the latest XML files in your browser, or else you can manually
252 open the html in your browser by going to <ulink
253 url="https://docs.gimp.org/2.10/en/">https://docs.gimp.org/2.10/en</ulink>
[6433bc25]254 (change the language code if desired).-->
[a98acfe7]255 </para>
256
[572f2ee]257<screen><userinput>tar -xf ../../gimp3-help-&gimp-version;.tar.xz &amp;&amp;
258cd gimp3-help-&gimp-version;
[80df29b]259
[572f2ee]260ALL_LINGUAS=&quot;ca cs da de en en_GB es fa fr hr ko lt nl nn pt pt_BR ro sl sv uk zh_CN&quot; \
[6433bc25]261./configure --prefix=/usr</userinput></screen>
[784ec394]262
[a98acfe7]263 <para>
264 Remove from <envar>ALL_LINGUAS</envar> the codes for any languages which
[ec95ae7]265 you do not wish to install. Alternatively, remove the line starting with
[f3429309]266 <envar>ALL_LINGUAS</envar>, if you wish to build all languages.
[a98acfe7]267 </para>
[784ec394]268
[a98acfe7]269 <para>
270 Now build the help files:
271 </para>
[784ec394]272
273<screen><userinput>make</userinput></screen>
274
[a98acfe7]275 <para>
[572f2ee]276 Issue the following commands as the &root; user to install the help files:
[a98acfe7]277 </para>
[784ec394]278
279<screen role="root"><userinput>make install &amp;&amp;
[572f2ee]280chown -R root:root /usr/share/gimp/3.0/help</userinput></screen>
[364f479]281
282 </sect2>
283
[219f345a]284 <sect2 role="commands" id="gimp-cmd-explanations">
[364f479]285 <title>Command Explanations</title>
286
[a98acfe7]287 <para>
[65e58707]288 <envar>ALL_LINGUAS=&quot;ca cs da de en en_GB es fa...&quot;</envar>: by
[a98acfe7]289 default, the help files will be rendered in all the available languages.
290 Remove the codes of any languages you do not wish to build.
291 </para>
[364f479]292
[622c1021]293 <para>
[c0f5b4a]294 <parameter>--disable-python</parameter>: This option is necessary if
[622c1021]295 you have not installed <application>PyGTK</application>.
296 </para>
[993eb82]297
[364f479]298 </sect2>
299
300 <sect2 role="configuration">
[219f345a]301 <title>Configuring The Gimp</title>
[364f479]302
303 <sect3 id="gimp-config">
304 <title>Config Files</title>
305
[a98acfe7]306 <para>
[572f2ee]307 <filename>/etc/gimp/3.0/*</filename>
[a98acfe7]308 </para>
[364f479]309
310 <indexterm zone="gimp gimp-config">
[572f2ee]311 <primary sortas="e-etc-gimp-3.0-star">/etc/gimp/3.0/*</primary>
[364f479]312 </indexterm>
[a98acfe7]313
[364f479]314 </sect3>
315
316 </sect2>
317
318 <sect2 role="content">
319 <title>Contents</title>
320
321 <segmentedlist>
322 <segtitle>Installed Programs</segtitle>
323 <segtitle>Installed Libraries</segtitle>
324 <segtitle>Installed Directories</segtitle>
325
326 <seglistitem>
[a98acfe7]327 <seg>
[572f2ee]328 gimp-2.99,
329 gimp-console-2.99,
330 gimptool-2.99,
331 gimp-test-clipboard-2.99, and
332 gimp-script-fu-interpreter-3.0
[a98acfe7]333 </seg>
334 <seg>
[572f2ee]335 libgimp-3.0.so,
336 libgimp-scriptfu-3.0,
337 libgimpbase-3.0.so,
338 libgimpcolor-3.0.so,
339 libgimpconfig-3.0.so,
340 libgimpmath-3.0.so,
341 libgimpmodule-3.0.so,
342 libgimpui-3.0.so, and
343 libgimpwidgets-3.0.so
[a98acfe7]344 </seg>
345 <seg>
346 /etc/gimp,
[572f2ee]347 /usr/include/gimp-3.0,
348 /usr/lib/gimp-3.0,
349 /usr/lib/gimp/3.0,
350 /usr/share/gimp/3.0, and
351 /usr/share/doc/gimp-2.99
[a98acfe7]352 </seg>
[364f479]353 </seglistitem>
354 </segmentedlist>
355
356 <variablelist>
357 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
358 <?dbfo list-presentation="list"?>
359 <?dbhtml list-presentation="table"?>
360
[572f2ee]361 <varlistentry id="gimp-2.99">
362 <term><command>gimp-2.99</command></term>
[364f479]363 <listitem>
[a98acfe7]364 <para>
365 is the Gnu Image Manipulation Program. It works with a variety
[4c24eb0a]366 of image formats and provides a large selection of tools
[a98acfe7]367 </para>
[572f2ee]368 <indexterm zone="gimp gimp-2.99">
369 <primary sortas="b-gimp-2.99">gimp-2.99</primary>
[364f479]370 </indexterm>
371 </listitem>
372 </varlistentry>
373
[572f2ee]374 <varlistentry id="gimp-console-2.99">
375 <term><command>gimp-console-2.99</command></term>
[364f479]376 <listitem>
[a98acfe7]377 <para>
378 is a console program that behaves as if The
379 <application>Gimp</application> was called with the
[4c24eb0a]380 <option>--no-interface</option> command-line option
[a98acfe7]381 </para>
[572f2ee]382 <indexterm zone="gimp gimp-console-2.99">
383 <primary sortas="b-gimp-console-2.99">gimp-console-2.99</primary>
[364f479]384 </indexterm>
385 </listitem>
386 </varlistentry>
387
[572f2ee]388 <varlistentry id="gimptool-2.99">
389 <term><command>gimptool-2.99</command></term>
[364f479]390 <listitem>
[a98acfe7]391 <para>
392 is a tool that can build plug-ins or scripts and install them
393 if they are distributed in one source file.
394 <command>gimptool-2.0</command> can also be used by programs that
395 need to know what libraries and include-paths The
[4c24eb0a]396 <application>Gimp</application> was compiled with
[a98acfe7]397 </para>
[572f2ee]398 <indexterm zone="gimp gimptool-2.99">
399 <primary sortas="b-gimptool-2.99">gimptool-2.99</primary>
[364f479]400 </indexterm>
401 </listitem>
402 </varlistentry>
403
[572f2ee]404 <varlistentry id="libgimp-3.0">
405 <term><filename class="libraryfile">libgimp-3.0.so</filename></term>
[364f479]406 <listitem>
[a98acfe7]407 <para>
408 provides C bindings for The <application>Gimp</application>'s
409 Procedural Database (PDB) which offers an interface to core functions
[4c24eb0a]410 and to functionality provided by plug-ins
[a98acfe7]411 </para>
[572f2ee]412 <indexterm zone="gimp libgimp-3.0">
413 <primary sortas="c-libgimp-3.0">libgimp-3.0.so</primary>
[364f479]414 </indexterm>
415 </listitem>
416 </varlistentry>
417
[572f2ee]418 <varlistentry id="libgimpbase-3.0">
419 <term><filename class="libraryfile">libgimpbase-3.0.so</filename></term>
[364f479]420 <listitem>
[a98acfe7]421 <para>
422 provides the C functions for basic
423 <application>Gimp</application> functionality such as determining
424 enumeration data types, gettext translation, determining The
425 <application>Gimp</application>'s version number and capabilities,
[4c24eb0a]426 handling data files and accessing the environment
[a98acfe7]427 </para>
[572f2ee]428 <indexterm zone="gimp libgimpbase-3.0">
429 <primary sortas="c-libgimpbase-3.0">libgimpbase-3.0.so</primary>
[364f479]430 </indexterm>
431 </listitem>
432 </varlistentry>
433
[572f2ee]434 <varlistentry id="libgimpcolor-3.0">
435 <term><filename class="libraryfile">libgimpcolor-3.0.so</filename></term>
[364f479]436 <listitem>
[a98acfe7]437 <para>
438 provides the C functions relating to RGB, HSV and CMYK colors as
439 well as converting colors between different color models and
[4c24eb0a]440 performing adaptive supersampling on an area
[a98acfe7]441 </para>
[572f2ee]442 <indexterm zone="gimp libgimpcolor-3.0">
443 <primary sortas="c-libgimpcolor-3.0">libgimpcolor-3.0.so</primary>
[364f479]444 </indexterm>
445 </listitem>
446 </varlistentry>
447
[572f2ee]448 <varlistentry id="libgimpconfig-3.0">
449 <term><filename class="libraryfile">libgimpconfig-3.0.so</filename></term>
[9980d0a1]450 <listitem>
[a98acfe7]451 <para>
[4c24eb0a]452 contains C functions for reading and writing config information
[9980d0a1]453 </para>
[572f2ee]454 <indexterm zone="gimp libgimpconfig-3.0">
455 <primary sortas="c-libgimpconfig-3.0">libgimpconfig-3.0.so</primary>
[9980d0a1]456 </indexterm>
457 </listitem>
458 </varlistentry>
459
[572f2ee]460 <varlistentry id="libgimpmath-3.0">
461 <term><filename class="libraryfile">libgimpmath-3.0.so</filename></term>
[364f479]462 <listitem>
[a98acfe7]463 <para>
464 contains C functions which provide mathematical definitions and
465 macros, manipulate 3x3 transformation matrices, set up and manipulate
[4c24eb0a]466 vectors and the MD5 message-digest algorithm
[a98acfe7]467 </para>
[572f2ee]468 <indexterm zone="gimp libgimpmath-3.0">
469 <primary sortas="c-libgimpmath-3.0">libgimpmath-3.0.so</primary>
[364f479]470 </indexterm>
471 </listitem>
472 </varlistentry>
473
[572f2ee]474 <varlistentry id="libgimpmodule-3.0">
475 <term><filename class="libraryfile">libgimpmodule-3.0.so</filename></term>
[364f479]476 <listitem>
[a98acfe7]477 <para>
[e0d45ee]478 provides the C functions which implement module loading using
479 GModule and supports keeping a list of GimpModule's found in a given
[4c24eb0a]480 searchpath
[a98acfe7]481 </para>
[572f2ee]482 <indexterm zone="gimp libgimpmodule-3.0">
483 <primary sortas="c-libgimpmodule-3.0">libgimpmodule-2.0.so</primary>
[364f479]484 </indexterm>
485 </listitem>
486 </varlistentry>
487
[572f2ee]488 <varlistentry id="libgimpthumb-3.0">
489 <term><filename class="libraryfile">libgimpthumb-3.0.so</filename></term>
[364f479]490 <listitem>
[a98acfe7]491 <para>
492 provides the C functions for handling The
[4c24eb0a]493 <application>Gimp</application>'s thumbnail objects
[a98acfe7]494 </para>
[572f2ee]495 <indexterm zone="gimp libgimpthumb-3.0">
496 <primary sortas="c-libgimpthumb-3.0">libgimpthumb-3.0.so</primary>
[364f479]497 </indexterm>
498 </listitem>
499 </varlistentry>
500
[572f2ee]501 <varlistentry id="libgimpui-3.0">
502 <term><filename class="libraryfile">libgimpui-3.0.so</filename></term>
[364f479]503 <listitem>
[a98acfe7]504 <para>
505 contains The <application>Gimp</application>'s common user
[4c24eb0a]506 interface functions
[a98acfe7]507 </para>
[572f2ee]508 <indexterm zone="gimp libgimpui-3.0">
509 <primary sortas="c-libgimpui-3.0">libgimpui-3.0.so</primary>
[364f479]510 </indexterm>
511 </listitem>
512 </varlistentry>
513
[572f2ee]514 <varlistentry id="libgimpwidgets-3.0">
515 <term><filename class="libraryfile">libgimpwidgets-3.0.so</filename></term>
[364f479]516 <listitem>
[a98acfe7]517 <para>
518 contains The <application>Gimp</application>
519 and <application>GTK</application>'s widget creation and
[4c24eb0a]520 manipulation functions
[a98acfe7]521 </para>
[572f2ee]522 <indexterm zone="gimp libgimpwidgets-3.0">
523 <primary sortas="c-libgimpwidgets-3.0">libgimpwidgets-3.0.so</primary>
[364f479]524 </indexterm>
525 </listitem>
526 </varlistentry>
[a98acfe7]527
[364f479]528 </variablelist>
[a98acfe7]529
[364f479]530 </sect2>
[a98acfe7]531
[f45b1953]532</sect1>
Note: See TracBrowser for help on using the repository browser.