source: xsoft/office/gimp.xml@ c626b08

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 c626b08 was 68637f8c, checked in by Igor Živković <igor@…>, 19 years ago

Updated to GIMP-2.2.2.

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

  • Property mode set to 100644
File size: 5.3 KB
RevLine 
[613c524f]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[68637f8c]7 <!ENTITY gimp-download-http "http://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/v2.2/gimp-&gimp-version;.tar.bz2">
8 <!ENTITY gimp-download-ftp "ftp://ftp.gimp.org/pub/gimp/v2.2/gimp-&gimp-version;.tar.bz2">
9 <!ENTITY gimp-md5sum "155483d3fd4d9a368c3ebd3a680c3439">
[83322ba]10 <!ENTITY gimp-size "14 MB">
[2af1b7d]11 <!ENTITY gimp-buildsize "253 MB">
[68637f8c]12 <!ENTITY gimp-time "5.04 SBU">
[613c524f]13]>
14
[5afbfa23]15<sect1 id="gimp" xreflabel="GIMP-&gimp-version;">
[a0f03b0]16<sect1info>
[5cd0959d]17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
[a0f03b0]19</sect1info>
[4f9d28c8]20<?dbhtml filename="gimp.html" ?>
[5afbfa23]21<title>GIMP-&gimp-version;</title>
[f45b1953]22
[613c524f]23<sect2>
[280ec66]24<title>Introduction to <application><acronym>GIMP</acronym></application>
25</title>
[613c524f]26
27<para>The <application><acronym>GIMP</acronym></application> package contains
28the <acronym>GNU</acronym> Image Manipulation Program. This is useful for
29photo retouching, image composition and image authoring.</para>
30
31<sect3><title>Package information</title>
32<itemizedlist spacing='compact'>
33<listitem><para>Download (HTTP): <ulink
34url="&gimp-download-http;"/></para></listitem>
35<listitem><para>Download (FTP): <ulink
36url="&gimp-download-ftp;"/></para></listitem>
[dc2f5ad]37<listitem><para>Download MD5 sum: &gimp-md5sum;</para></listitem>
[613c524f]38<listitem><para>Download size: &gimp-size;</para></listitem>
[83322ba]39<listitem><para>Estimated disk space required:
[613c524f]40&gimp-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&gimp-time;</para></listitem></itemizedlist>
43</sect3>
44
[280ec66]45<sect3><title><application><acronym>GIMP</acronym></application>
46dependencies</title>
[613c524f]47<sect4><title>Required</title>
[68637f8c]48<para><xref linkend="gtk2"/>,
49<xref linkend="libart_lgpl"/> and
50<xref linkend="perl-modules"/>: XML-Parser</para>
[2af1b7d]51</sect4>
52
[613c524f]53<sect4><title>Optional</title>
[2af1b7d]54<para><xref linkend="gimp-print"/>,
55<xref linkend="libjpeg"/>,
56<xref linkend="libtiff"/>,
57<xref linkend="libmng"/>,
58<xref linkend="librsvg"/>,
59<xref linkend="aalib"/>,
60<xref linkend="lcms"/>,
61<xref linkend="libgtkhtml"/>,
[68637f8c]62<xref linkend="libxml2"/>,
63<xref linkend="libxslt"/>,
[775c349a]64<xref linkend="python"/> (and
[2af1b7d]65<ulink url="http://www.pygtk.org/">PyGTK</ulink>),
66<xref linkend="gtk-doc"/>,
67<ulink url="../server/mail.html">MTA</ulink>,
[68637f8c]68<xref linkend="alsa"/>,
[2af1b7d]69<ulink url="http://sourceforge.net/projects/libexif">libexif</ulink> and
70<ulink url="http://wvware.sourceforge.net/libwmf.html">libwmf</ulink></para>
71</sect4>
[613c524f]72</sect3>
73
74</sect2>
75
76<sect2>
[280ec66]77<title>Installation of <application><acronym>GIMP</acronym></application>
78</title>
[613c524f]79
80<para>Install <application><acronym>GIMP</acronym></application> by running
81the following commands:</para>
82
[2af1b7d]83<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc --disable-print \
[68637f8c]84 --without-libjpeg --without-libtiff &amp;&amp;
[613c524f]85make &amp;&amp;
86make install</command></userinput></screen>
87
88</sect2>
89
90<sect2>
91<title>Command explanations</title>
92
[2af1b7d]93<para><option>--disable-print</option>: This option will disable print support
94and is necessary if <application>gimp-print</application> is not installed. If
95you have <application>gimp-print</application> installed, remove this
96option.</para>
97
98<para><option>--without-libjpeg</option>: This option is necessary if
99<application>libjpeg</application> is not installed. Remove it if
100<application>libjpeg</application> is installed.</para>
101
102<para><option>--without-libtiff</option>: This option is necessary if
103<application>libtiff</application> is not installed. Remove it if
104<application>libtiff</application> is installed.</para>
[613c524f]105
106</sect2>
107
108<sect2>
109<title>Configuring <application><acronym>GIMP</acronym></application></title>
110
111<sect3><title>Config files</title>
[2af1b7d]112<para><filename>/etc/gimp/2.0/*</filename> and
113<filename>~/.gimp-2.0/gimprc</filename></para>
[613c524f]114</sect3>
115
116<sect3><title>Configuration Information</title>
117
118<para><application><acronym>GIMP</acronym></application> executes a
[280ec66]119configuration wizard for each user upon their initial use of the program.</para>
[613c524f]120</sect3>
121
122</sect2>
123
124<sect2>
125<title>Contents</title>
126
127<para>The <application><acronym>GIMP</acronym></application> package contains
[2af1b7d]128<command>gimp</command>,
129<command>gimp-remote</command>,
130<command>gimptool-2.0</command>,
131<filename class='libraryfile'>libgimp</filename> libraries and numerous
132<application><acronym>GIMP</acronym></application> plugins and modules.</para>
[613c524f]133
134</sect2>
135
136<sect2><title>Description</title>
137
138<sect3><title>gimp</title>
139<para><command>gimp</command> is an image manipulation program. It works with
140a variety of image formats and provides a large selection of tools.</para>
141</sect3>
142
143<sect3><title>gimp-remote</title>
144<para><command>gimp-remote</command> is a small utility that tells a running
[f2bd7b26]145<application><acronym>GIMP</acronym></application> to open a local or remote
146image file.</para></sect3>
147
[2af1b7d]148<sect3><title>gimptool-2.0</title>
149<para><command>gimptool-2.0</command> is a tool that can build plug-ins or
[f2bd7b26]150scripts and install them if they are distributed in one source file.
[2af1b7d]151<command>gimptool-2.0</command> can also be used by programs that need to
[f2bd7b26]152know what libraries and include-paths
[2af1b7d]153<application><acronym>GIMP</acronym></application> was compiled with.</para>
154</sect3>
[613c524f]155
156</sect2>
[f45b1953]157
158</sect1>
Note: See TracBrowser for help on using the repository browser.