source: xsoft/office/gimp.xml@ 2af1b7d

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 2af1b7d was 2af1b7d, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to GIMP-2.0.6

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

  • Property mode set to 100644
File size: 5.5 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>
[2af1b7d]37<listitem><para>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
45<!--
46<sect3><title>Additional downloads</title>
47<itemizedlist spacing='compact'>
48<listitem><para>Download (FTP): <ulink
[280ec66]49url="ftp://ftp.gimp.org/pub/gimp/fonts/freefonts-0.10.tar.gz"/></para>
50</listitem>
[613c524f]51<listitem><para>Download (FTP): <ulink
[280ec66]52url="ftp://ftp.gimp.org/pub/gimp/v1.2/v1.2.5/gimp-data-extras-1.2.0.tar.bz2"/>
53</para></listitem></itemizedlist>
[613c524f]54</sect3>
55-->
56
[280ec66]57<sect3><title><application><acronym>GIMP</acronym></application>
58dependencies</title>
[613c524f]59<sect4><title>Required</title>
[2af1b7d]60<para><xref linkend="GTK2"/> and
61<xref linkend="libart_lgpl"/></para>
62</sect4>
63
[613c524f]64<sect4><title>Optional</title>
[2af1b7d]65<para><xref linkend="gimp-print"/>,
66<xref linkend="libjpeg"/>,
67<xref linkend="libtiff"/>,
68<xref linkend="libmng"/>,
69<xref linkend="librsvg"/>,
70<xref linkend="aalib"/>,
71<xref linkend="lcms"/>,
72<xref linkend="libgtkhtml"/>,
73<xref linkend="Python"/> (and
74<ulink url="http://www.pygtk.org/">PyGTK</ulink>),
75<xref linkend="perl-modules"/>: XML-Parser,
76<xref linkend="gtk-doc"/>,
77<ulink url="../server/mail.html">MTA</ulink>,
78<ulink url="http://sourceforge.net/projects/libexif">libexif</ulink> and
79<ulink url="http://wvware.sourceforge.net/libwmf.html">libwmf</ulink></para>
80</sect4>
[613c524f]81</sect3>
82
83</sect2>
84
85<sect2>
[280ec66]86<title>Installation of <application><acronym>GIMP</acronym></application>
87</title>
[613c524f]88
89<para>Install <application><acronym>GIMP</acronym></application> by running
90the following commands:</para>
91
[2af1b7d]92<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc --disable-print \
93 --without-libjpeg --without-libtiff &amp;&amp;
[613c524f]94make &amp;&amp;
95make install</command></userinput></screen>
96
97</sect2>
98
99<sect2>
100<title>Command explanations</title>
101
[2af1b7d]102<para><option>--disable-print</option>: This option will disable print support
103and is necessary if <application>gimp-print</application> is not installed. If
104you have <application>gimp-print</application> installed, remove this
105option.</para>
106
107<para><option>--without-libjpeg</option>: This option is necessary if
108<application>libjpeg</application> is not installed. Remove it if
109<application>libjpeg</application> is installed.</para>
110
111<para><option>--without-libtiff</option>: This option is necessary if
112<application>libtiff</application> is not installed. Remove it if
113<application>libtiff</application> is installed.</para>
[613c524f]114
115</sect2>
116
117<sect2>
118<title>Configuring <application><acronym>GIMP</acronym></application></title>
119
120<sect3><title>Config files</title>
[2af1b7d]121<para><filename>/etc/gimp/2.0/*</filename> and
122<filename>~/.gimp-2.0/gimprc</filename></para>
[613c524f]123</sect3>
124
125<sect3><title>Configuration Information</title>
126
127<para><application><acronym>GIMP</acronym></application> executes a
[280ec66]128configuration wizard for each user upon their initial use of the program.</para>
[613c524f]129</sect3>
130
131</sect2>
132
133<sect2>
134<title>Contents</title>
135
136<para>The <application><acronym>GIMP</acronym></application> package contains
[2af1b7d]137<command>gimp</command>,
138<command>gimp-remote</command>,
139<command>gimptool-2.0</command>,
140<filename class='libraryfile'>libgimp</filename> libraries and numerous
141<application><acronym>GIMP</acronym></application> plugins and modules.</para>
[613c524f]142
143</sect2>
144
145<sect2><title>Description</title>
146
147<sect3><title>gimp</title>
148<para><command>gimp</command> is an image manipulation program. It works with
149a variety of image formats and provides a large selection of tools.</para>
150</sect3>
151
152<sect3><title>gimp-remote</title>
153<para><command>gimp-remote</command> is a small utility that tells a running
[f2bd7b26]154<application><acronym>GIMP</acronym></application> to open a local or remote
155image file.</para></sect3>
156
[2af1b7d]157<sect3><title>gimptool-2.0</title>
158<para><command>gimptool-2.0</command> is a tool that can build plug-ins or
[f2bd7b26]159scripts and install them if they are distributed in one source file.
[2af1b7d]160<command>gimptool-2.0</command> can also be used by programs that need to
[f2bd7b26]161know what libraries and include-paths
[2af1b7d]162<application><acronym>GIMP</acronym></application> was compiled with.</para>
163</sect3>
[613c524f]164
165</sect2>
[f45b1953]166
167</sect1>
168
Note: See TracBrowser for help on using the repository browser.