Updated to GIMP-2.0.6

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2926 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2004-11-12 03:03:49 +00:00
parent 315a7676c4
commit 2af1b7dc90
3 changed files with 52 additions and 40 deletions

View File

@ -361,7 +361,7 @@
<!ENTITY AbiWord-version "2.0.10"> <!ENTITY AbiWord-version "2.0.10">
<!ENTITY gnumeric-version "1.2.13"> <!ENTITY gnumeric-version "1.2.13">
<!ENTITY gnucash-version "1.8.9"> <!ENTITY gnucash-version "1.8.9">
<!ENTITY gimp-version "2.0.5"> <!ENTITY gimp-version "2.0.6">
<!ENTITY evolution-version "1.4.6"> <!ENTITY evolution-version "1.4.6">
<!-- Chapter 34 --> <!-- Chapter 34 -->

View File

@ -25,7 +25,7 @@ who wrote what.</para>
<listitem><para>November 11th, 2004 [randy]: Moved librsvg instructions to <listitem><para>November 11th, 2004 [randy]: Moved librsvg instructions to
Chapter 9 - Graphics and Font Libraries; changed GAIL from a required to an Chapter 9 - Graphics and Font Libraries; changed GAIL from a required to an
optional dependency, modified build entities and added MD5 sum to the optional dependency, modified build entities and added MD5 sum to the
libgtkhtml instructions.</para></listitem> libgtkhtml instructions; updated to GIMP-2.0.6.</para></listitem>
<listitem><para>November 10th, 2004 [randy]: Added new package <listitem><para>November 10th, 2004 [randy]: Added new package
desktop-file-utils-0.9; removed GNOME dependencies and the reference to desktop-file-utils-0.9; removed GNOME dependencies and the reference to

View File

@ -6,9 +6,10 @@
<!ENTITY gimp-download-http "http://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/v2.0/gimp-&gimp-version;.tar.bz2"> <!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-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-size "14 MB">
<!ENTITY gimp-buildsize "237 MB"> <!ENTITY gimp-buildsize "253 MB">
<!ENTITY gimp-time "4.59 SBU"> <!ENTITY gimp-time "4.38 SBU">
]> ]>
<sect1 id="gimp" xreflabel="GIMP-&gimp-version;"> <sect1 id="gimp" xreflabel="GIMP-&gimp-version;">
@ -33,6 +34,7 @@ photo retouching, image composition and image authoring.</para>
url="&gimp-download-http;"/></para></listitem> url="&gimp-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink <listitem><para>Download (FTP): <ulink
url="&gimp-download-ftp;"/></para></listitem> url="&gimp-download-ftp;"/></para></listitem>
<listitem><para>MD5 sum: &gimp-md5sum;</para></listitem>
<listitem><para>Download size: &gimp-size;</para></listitem> <listitem><para>Download size: &gimp-size;</para></listitem>
<listitem><para>Estimated disk space required: <listitem><para>Estimated disk space required:
&gimp-buildsize;</para></listitem> &gimp-buildsize;</para></listitem>
@ -55,26 +57,27 @@ url="ftp://ftp.gimp.org/pub/gimp/v1.2/v1.2.5/gimp-data-extras-1.2.0.tar.bz2"/>
<sect3><title><application><acronym>GIMP</acronym></application> <sect3><title><application><acronym>GIMP</acronym></application>
dependencies</title> dependencies</title>
<sect4><title>Required</title> <sect4><title>Required</title>
<para> <para><xref linkend="GTK2"/> and
<xref linkend="GTK2"/> and <xref linkend="libart_lgpl"/></para>
<xref linkend="libart_lgpl"/> </sect4>
</para></sect4>
<sect4><title>Optional</title> <sect4><title>Optional</title>
<para> <para><xref linkend="gimp-print"/>,
<xref linkend="gimp-print"/>, <xref linkend="libjpeg"/>,
<xref linkend="libjpeg"/>, <xref linkend="libtiff"/>,
<xref linkend="libtiff"/>, <xref linkend="libmng"/>,
<xref linkend="libmng"/>, <xref linkend="librsvg"/>,
<xref linkend="librsvg"/>, <xref linkend="aalib"/>,
<xref linkend="aalib"/>, <xref linkend="lcms"/>,
<xref linkend="Python"/> (and <ulink url="http://www.pygtk.org/">PyGTK</ulink>), <xref linkend="libgtkhtml"/>,
<xref linkend="gtk-doc"/>, <xref linkend="Python"/> (and
<xref linkend="libgtkhtml"/>, <ulink url="http://www.pygtk.org/">PyGTK</ulink>),
<xref linkend="lcms"/>, <xref linkend="perl-modules"/>: XML-Parser,
<ulink url="../server/mail.html">MTA</ulink>, <xref linkend="gtk-doc"/>,
<ulink url="http://sourceforge.net/projects/libexif">libexif</ulink> and <ulink url="../server/mail.html">MTA</ulink>,
<ulink url="http://wvware.sourceforge.net/libwmf.html">libwmf</ulink> <ulink url="http://sourceforge.net/projects/libexif">libexif</ulink> and
</para></sect4> <ulink url="http://wvware.sourceforge.net/libwmf.html">libwmf</ulink></para>
</sect4>
</sect3> </sect3>
</sect2> </sect2>
@ -86,7 +89,8 @@ dependencies</title>
<para>Install <application><acronym>GIMP</acronym></application> by running <para>Install <application><acronym>GIMP</acronym></application> by running
the following commands:</para> the following commands:</para>
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc --disable-print &amp;&amp; <screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc --disable-print \
--without-libjpeg --without-libtiff &amp;&amp;
make &amp;&amp; make &amp;&amp;
make install</command></userinput></screen> make install</command></userinput></screen>
@ -95,10 +99,18 @@ make install</command></userinput></screen>
<sect2> <sect2>
<title>Command explanations</title> <title>Command explanations</title>
<para><option>--disable-print</option>: This option is necessary when <para><option>--disable-print</option>: This option will disable print support
<application>gimp-print</application> is not installed. If you have and is necessary if <application>gimp-print</application> is not installed. If
<application>gimp-print</application> installed, this option would be removed. you have <application>gimp-print</application> installed, remove this
</para> 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>
@ -106,8 +118,8 @@ make install</command></userinput></screen>
<title>Configuring <application><acronym>GIMP</acronym></application></title> <title>Configuring <application><acronym>GIMP</acronym></application></title>
<sect3><title>Config files</title> <sect3><title>Config files</title>
<para><filename>/etc/gimp/2.0/*</filename>, <para><filename>/etc/gimp/2.0/*</filename> and
<filename>~/.gimp-2.0</filename></para> <filename>~/.gimp-2.0/gimprc</filename></para>
</sect3> </sect3>
<sect3><title>Configuration Information</title> <sect3><title>Configuration Information</title>
@ -122,11 +134,11 @@ configuration wizard for each user upon their initial use of the program.</para>
<title>Contents</title> <title>Contents</title>
<para>The <application><acronym>GIMP</acronym></application> package contains <para>The <application><acronym>GIMP</acronym></application> package contains
<command>gimp</command>, <command>gimp-remote</command>, <command>gimp</command>,
<command>gimptool</command>, <command>gimp-remote</command>,
<filename class='libraryfile'>libgimp</filename> libraries, <command>gimptool-2.0</command>,
<application><acronym>GIMP</acronym></application> plugins and <filename class='libraryfile'>libgimp</filename> libraries and numerous
<application><acronym>GIMP</acronym></application> modules.</para> <application><acronym>GIMP</acronym></application> plugins and modules.</para>
</sect2> </sect2>
@ -142,13 +154,13 @@ a variety of image formats and provides a large selection of tools.</para>
<application><acronym>GIMP</acronym></application> to open a local or remote <application><acronym>GIMP</acronym></application> to open a local or remote
image file.</para></sect3> image file.</para></sect3>
<sect3><title>gimptool</title> <sect3><title>gimptool-2.0</title>
<para><command>gimptool</command> is a tool that can build plug-ins or <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. scripts and install them if they are distributed in one source file.
<command>gimptool</command> can also be used by programs that need to <command>gimptool-2.0</command> can also be used by programs that need to
know what libraries and include-paths know what libraries and include-paths
<application><acronym>GIMP</acronym></application> was compiled with. <application><acronym>GIMP</acronym></application> was compiled with.</para>
</para></sect3> </sect3>
</sect2> </sect2>