glfs/xsoft/office/gimp.xml
Igor Živković 775c349af6 Updated to Python-2.4.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3205 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-01-06 15:31:17 +00:00

157 lines
5.2 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gimp-download-http "http://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/v2.0/gimp-&gimp-version;.tar.bz2">
<!ENTITY gimp-download-ftp "ftp://ftp.gimp.org/pub/gimp/v2.0/gimp-&gimp-version;.tar.bz2">
<!ENTITY gimp-md5sum "632b9ec629ba7c48d292069c37a1a6c1">
<!ENTITY gimp-size "14 MB">
<!ENTITY gimp-buildsize "253 MB">
<!ENTITY gimp-time "4.38 SBU">
]>
<sect1 id="gimp" xreflabel="GIMP-&gimp-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="gimp.html" ?>
<title>GIMP-&gimp-version;</title>
<sect2>
<title>Introduction to <application><acronym>GIMP</acronym></application>
</title>
<para>The <application><acronym>GIMP</acronym></application> package contains
the <acronym>GNU</acronym> Image Manipulation Program. This is useful for
photo retouching, image composition and image authoring.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&gimp-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&gimp-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum: &gimp-md5sum;</para></listitem>
<listitem><para>Download size: &gimp-size;</para></listitem>
<listitem><para>Estimated disk space required:
&gimp-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&gimp-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application><acronym>GIMP</acronym></application>
dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="gtk2"/> and
<xref linkend="libart_lgpl"/></para>
</sect4>
<sect4><title>Optional</title>
<para><xref linkend="gimp-print"/>,
<xref linkend="libjpeg"/>,
<xref linkend="libtiff"/>,
<xref linkend="libmng"/>,
<xref linkend="librsvg"/>,
<xref linkend="aalib"/>,
<xref linkend="lcms"/>,
<xref linkend="libgtkhtml"/>,
<xref linkend="python"/> (and
<ulink url="http://www.pygtk.org/">PyGTK</ulink>),
<xref linkend="perl-modules"/>: XML-Parser,
<xref linkend="gtk-doc"/>,
<ulink url="../server/mail.html">MTA</ulink>,
<ulink url="http://sourceforge.net/projects/libexif">libexif</ulink> and
<ulink url="http://wvware.sourceforge.net/libwmf.html">libwmf</ulink></para>
</sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application><acronym>GIMP</acronym></application>
</title>
<para>Install <application><acronym>GIMP</acronym></application> by running
the following commands:</para>
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc --disable-print \
--without-libjpeg --without-libtiff &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Command explanations</title>
<para><option>--disable-print</option>: This option will disable print support
and is necessary if <application>gimp-print</application> is not installed. If
you have <application>gimp-print</application> installed, remove this
option.</para>
<para><option>--without-libjpeg</option>: This option is necessary if
<application>libjpeg</application> is not installed. Remove it if
<application>libjpeg</application> is installed.</para>
<para><option>--without-libtiff</option>: This option is necessary if
<application>libtiff</application> is not installed. Remove it if
<application>libtiff</application> is installed.</para>
</sect2>
<sect2>
<title>Configuring <application><acronym>GIMP</acronym></application></title>
<sect3><title>Config files</title>
<para><filename>/etc/gimp/2.0/*</filename> and
<filename>~/.gimp-2.0/gimprc</filename></para>
</sect3>
<sect3><title>Configuration Information</title>
<para><application><acronym>GIMP</acronym></application> executes a
configuration wizard for each user upon their initial use of the program.</para>
</sect3>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application><acronym>GIMP</acronym></application> package contains
<command>gimp</command>,
<command>gimp-remote</command>,
<command>gimptool-2.0</command>,
<filename class='libraryfile'>libgimp</filename> libraries and numerous
<application><acronym>GIMP</acronym></application> plugins and modules.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>gimp</title>
<para><command>gimp</command> is an image manipulation program. It works with
a variety of image formats and provides a large selection of tools.</para>
</sect3>
<sect3><title>gimp-remote</title>
<para><command>gimp-remote</command> is a small utility that tells a running
<application><acronym>GIMP</acronym></application> to open a local or remote
image file.</para></sect3>
<sect3><title>gimptool-2.0</title>
<para><command>gimptool-2.0</command> is a tool that can build plug-ins or
scripts and install them if they are distributed in one source file.
<command>gimptool-2.0</command> can also be used by programs that need to
know what libraries and include-paths
<application><acronym>GIMP</acronym></application> was compiled with.</para>
</sect3>
</sect2>
</sect1>