source: xsoft/office/gimp.xml@ 775c349a

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 775c349a was 775c349a, checked in by Igor Živković <igor@…>, 19 years ago

Updated to Python-2.4.

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

  • Property mode set to 100644
File size: 5.2 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">
[2af1b7d]9 <!ENTITY gimp-md5sum "632b9ec629ba7c48d292069c37a1a6c1">
[83322ba]10 <!ENTITY gimp-size "14 MB">
[2af1b7d]11 <!ENTITY gimp-buildsize "253 MB">
12 <!ENTITY gimp-time "4.38 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>
[a8eba10]48<para><xref linkend="gtk2"/> and
[2af1b7d]49<xref linkend="libart_lgpl"/></para>
50</sect4>
51
[613c524f]52<sect4><title>Optional</title>
[2af1b7d]53<para><xref linkend="gimp-print"/>,
54<xref linkend="libjpeg"/>,
55<xref linkend="libtiff"/>,
56<xref linkend="libmng"/>,
57<xref linkend="librsvg"/>,
58<xref linkend="aalib"/>,
59<xref linkend="lcms"/>,
60<xref linkend="libgtkhtml"/>,
[775c349a]61<xref linkend="python"/> (and
[2af1b7d]62<ulink url="http://www.pygtk.org/">PyGTK</ulink>),
63<xref linkend="perl-modules"/>: XML-Parser,
64<xref linkend="gtk-doc"/>,
65<ulink url="../server/mail.html">MTA</ulink>,
66<ulink url="http://sourceforge.net/projects/libexif">libexif</ulink> and
67<ulink url="http://wvware.sourceforge.net/libwmf.html">libwmf</ulink></para>
68</sect4>
[613c524f]69</sect3>
70
71</sect2>
72
73<sect2>
[280ec66]74<title>Installation of <application><acronym>GIMP</acronym></application>
75</title>
[613c524f]76
77<para>Install <application><acronym>GIMP</acronym></application> by running
78the following commands:</para>
79
[2af1b7d]80<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc --disable-print \
81 --without-libjpeg --without-libtiff &amp;&amp;
[613c524f]82make &amp;&amp;
83make install</command></userinput></screen>
84
85</sect2>
86
87<sect2>
88<title>Command explanations</title>
89
[2af1b7d]90<para><option>--disable-print</option>: This option will disable print support
91and is necessary if <application>gimp-print</application> is not installed. If
92you have <application>gimp-print</application> installed, remove this
93option.</para>
94
95<para><option>--without-libjpeg</option>: This option is necessary if
96<application>libjpeg</application> is not installed. Remove it if
97<application>libjpeg</application> is installed.</para>
98
99<para><option>--without-libtiff</option>: This option is necessary if
100<application>libtiff</application> is not installed. Remove it if
101<application>libtiff</application> is installed.</para>
[613c524f]102
103</sect2>
104
105<sect2>
106<title>Configuring <application><acronym>GIMP</acronym></application></title>
107
108<sect3><title>Config files</title>
[2af1b7d]109<para><filename>/etc/gimp/2.0/*</filename> and
110<filename>~/.gimp-2.0/gimprc</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
[2af1b7d]125<command>gimp</command>,
126<command>gimp-remote</command>,
127<command>gimptool-2.0</command>,
128<filename class='libraryfile'>libgimp</filename> libraries and numerous
129<application><acronym>GIMP</acronym></application> plugins and 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
[2af1b7d]145<sect3><title>gimptool-2.0</title>
146<para><command>gimptool-2.0</command> is a tool that can build plug-ins or
[f2bd7b26]147scripts and install them if they are distributed in one source file.
[2af1b7d]148<command>gimptool-2.0</command> can also be used by programs that need to
[f2bd7b26]149know what libraries and include-paths
[2af1b7d]150<application><acronym>GIMP</acronym></application> was compiled with.</para>
151</sect3>
[613c524f]152
153</sect2>
[f45b1953]154
155</sect1>
156
Note: See TracBrowser for help on using the repository browser.