From 2af1b7dc90038e17ec8b506bfd19659ee4d4b29b Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Fri, 12 Nov 2004 03:03:49 +0000 Subject: [PATCH] Updated to GIMP-2.0.6 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2926 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 2 +- introduction/welcome/changelog.xml | 2 +- xsoft/office/gimp.xml | 88 +++++++++++++++++------------- 3 files changed, 52 insertions(+), 40 deletions(-) diff --git a/general.ent b/general.ent index ed0c70c000..36bd4a2bcd 100644 --- a/general.ent +++ b/general.ent @@ -361,7 +361,7 @@ - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 3e1cccf3bc..6457f4394c 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -25,7 +25,7 @@ who wrote what. 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. +libgtkhtml instructions; updated to GIMP-2.0.6. November 10th, 2004 [randy]: Added new package desktop-file-utils-0.9; removed GNOME dependencies and the reference to diff --git a/xsoft/office/gimp.xml b/xsoft/office/gimp.xml index 23888c74ac..206cf2a246 100644 --- a/xsoft/office/gimp.xml +++ b/xsoft/office/gimp.xml @@ -6,9 +6,10 @@ + - - + + ]> @@ -33,6 +34,7 @@ photo retouching, image composition and image authoring. url="&gimp-download-http;"/> Download (FTP): +MD5 sum: &gimp-md5sum; Download size: &gimp-size; Estimated disk space required: &gimp-buildsize; @@ -55,26 +57,27 @@ url="ftp://ftp.gimp.org/pub/gimp/v1.2/v1.2.5/gimp-data-extras-1.2.0.tar.bz2"/> <application><acronym>GIMP</acronym></application> dependencies Required - - and - - + and + + + Optional - -, -, -, -, -, -, - (and PyGTK), -, -, -, -MTA, -libexif and -libwmf - +, +, +, +, +, +, +, +, + (and +PyGTK), +: XML-Parser, +, +MTA, +libexif and +libwmf + @@ -86,7 +89,8 @@ dependencies Install GIMP by running the following commands: -./configure --prefix=/usr --sysconfdir=/etc --disable-print && +./configure --prefix=/usr --sysconfdir=/etc --disable-print \ + --without-libjpeg --without-libtiff && make && make install @@ -95,10 +99,18 @@ make install Command explanations -: This option is necessary when -gimp-print is not installed. If you have -gimp-print installed, this option would be removed. - +: This option will disable print support +and is necessary if gimp-print is not installed. If +you have gimp-print installed, remove this +option. + +: This option is necessary if +libjpeg is not installed. Remove it if +libjpeg is installed. + +: This option is necessary if +libtiff is not installed. Remove it if +libtiff is installed. @@ -106,8 +118,8 @@ make install Configuring <application><acronym>GIMP</acronym></application> Config files -/etc/gimp/2.0/*, -~/.gimp-2.0 +/etc/gimp/2.0/* and +~/.gimp-2.0/gimprc Configuration Information @@ -122,11 +134,11 @@ configuration wizard for each user upon their initial use of the program. Contents The GIMP package contains -gimp, gimp-remote, -gimptool, -libgimp libraries, -GIMP plugins and -GIMP modules. +gimp, +gimp-remote, +gimptool-2.0, +libgimp libraries and numerous +GIMP plugins and modules. @@ -142,13 +154,13 @@ a variety of image formats and provides a large selection of tools. GIMP to open a local or remote image file. -gimptool -gimptool is a tool that can build plug-ins or +gimptool-2.0 +gimptool-2.0 is a tool that can build plug-ins or scripts and install them if they are distributed in one source file. -gimptool can also be used by programs that need to +gimptool-2.0 can also be used by programs that need to know what libraries and include-paths -GIMP was compiled with. - +GIMP was compiled with. +