source: xsoft/other/gimp.xml@ 64e33fe5

lazarus trunk
Last change on this file since 64e33fe5 was e8b3f50, checked in by Douglas R. Reno <renodr@…>, 5 months ago

Tags

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