source: xsoft/office/gimp.xml@ 83322ba

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 83322ba was 83322ba, checked in by Igor Živković <igor@…>, 20 years ago

Updated to libmng-1.0.8, libgsf-1.10.1, librsvg-2.8.1 and GIMP-2.0.5.

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

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