mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
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:
parent
315a7676c4
commit
2af1b7dc90
@ -361,7 +361,7 @@
|
||||
<!ENTITY AbiWord-version "2.0.10">
|
||||
<!ENTITY gnumeric-version "1.2.13">
|
||||
<!ENTITY gnucash-version "1.8.9">
|
||||
<!ENTITY gimp-version "2.0.5">
|
||||
<!ENTITY gimp-version "2.0.6">
|
||||
<!ENTITY evolution-version "1.4.6">
|
||||
|
||||
<!-- Chapter 34 -->
|
||||
|
@ -25,7 +25,7 @@ who wrote what.</para>
|
||||
<listitem><para>November 11th, 2004 [randy]: Moved librsvg instructions to
|
||||
Chapter 9 - Graphics and Font Libraries; changed GAIL from a required to an
|
||||
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
|
||||
desktop-file-utils-0.9; removed GNOME dependencies and the reference to
|
||||
|
@ -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-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 "237 MB">
|
||||
<!ENTITY gimp-time "4.59 SBU">
|
||||
<!ENTITY gimp-buildsize "253 MB">
|
||||
<!ENTITY gimp-time "4.38 SBU">
|
||||
]>
|
||||
|
||||
<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>
|
||||
<listitem><para>Download (FTP): <ulink
|
||||
url="&gimp-download-ftp;"/></para></listitem>
|
||||
<listitem><para>MD5 sum: &gimp-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &gimp-size;</para></listitem>
|
||||
<listitem><para>Estimated disk space required:
|
||||
&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>
|
||||
dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para>
|
||||
<xref linkend="GTK2"/> and
|
||||
<xref linkend="libart_lgpl"/>
|
||||
</para></sect4>
|
||||
<para><xref linkend="GTK2"/> and
|
||||
<xref linkend="libart_lgpl"/></para>
|
||||
</sect4>
|
||||
|
||||
<sect4><title>Optional</title>
|
||||
<para>
|
||||
<xref linkend="gimp-print"/>,
|
||||
<para><xref linkend="gimp-print"/>,
|
||||
<xref linkend="libjpeg"/>,
|
||||
<xref linkend="libtiff"/>,
|
||||
<xref linkend="libmng"/>,
|
||||
<xref linkend="librsvg"/>,
|
||||
<xref linkend="aalib"/>,
|
||||
<xref linkend="Python"/> (and <ulink url="http://www.pygtk.org/">PyGTK</ulink>),
|
||||
<xref linkend="gtk-doc"/>,
|
||||
<xref linkend="libgtkhtml"/>,
|
||||
<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>
|
||||
<ulink url="http://wvware.sourceforge.net/libwmf.html">libwmf</ulink></para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
@ -86,7 +89,8 @@ dependencies</title>
|
||||
<para>Install <application><acronym>GIMP</acronym></application> by running
|
||||
the following commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc --disable-print &&
|
||||
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc --disable-print \
|
||||
--without-libjpeg --without-libtiff &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
|
||||
@ -95,10 +99,18 @@ make install</command></userinput></screen>
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><option>--disable-print</option>: This option is necessary when
|
||||
<application>gimp-print</application> is not installed. If you have
|
||||
<application>gimp-print</application> installed, this option would be removed.
|
||||
</para>
|
||||
<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>
|
||||
|
||||
@ -106,8 +118,8 @@ make install</command></userinput></screen>
|
||||
<title>Configuring <application><acronym>GIMP</acronym></application></title>
|
||||
|
||||
<sect3><title>Config files</title>
|
||||
<para><filename>/etc/gimp/2.0/*</filename>,
|
||||
<filename>~/.gimp-2.0</filename></para>
|
||||
<para><filename>/etc/gimp/2.0/*</filename> and
|
||||
<filename>~/.gimp-2.0/gimprc</filename></para>
|
||||
</sect3>
|
||||
|
||||
<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>
|
||||
|
||||
<para>The <application><acronym>GIMP</acronym></application> package contains
|
||||
<command>gimp</command>, <command>gimp-remote</command>,
|
||||
<command>gimptool</command>,
|
||||
<filename class='libraryfile'>libgimp</filename> libraries,
|
||||
<application><acronym>GIMP</acronym></application> plugins and
|
||||
<application><acronym>GIMP</acronym></application> modules.</para>
|
||||
<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>
|
||||
|
||||
@ -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
|
||||
image file.</para></sect3>
|
||||
|
||||
<sect3><title>gimptool</title>
|
||||
<para><command>gimptool</command> is a tool that can build plug-ins or
|
||||
<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</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
|
||||
<application><acronym>GIMP</acronym></application> was compiled with.
|
||||
</para></sect3>
|
||||
<application><acronym>GIMP</acronym></application> was compiled with.</para>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user