Author: randy
Date: 2006-07-24 18:32:31 -0600 (Mon, 24 Jul 2006)
New Revision: 6266

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/xsoft/office/gimp.xml
Log:
Updated to GIMP-2.2.12

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-07-24 20:22:33 UTC (rev 6265)
+++ trunk/BOOK/general.ent      2006-07-25 00:32:31 UTC (rev 6266)
@@ -1,4 +1,4 @@
-<!ENTITY day          "24">                   <!-- Always 2 digits -->
+<!ENTITY day          "25">                   <!-- Always 2 digits -->
 <!ENTITY month        "07">                   <!-- Always 2 digits -->
 <!ENTITY year         "2006">
 <!ENTITY version      "svn-&year;&month;&day;">
@@ -514,7 +514,7 @@
 <!ENTITY AbiWord-version              "2.4.4">
 <!ENTITY gnumeric-version             "1.6.3">
 <!ENTITY gnucash-version              "1.8.12">
-<!ENTITY gimp-version                 "2.2.11">
+<!ENTITY gimp-version                 "2.2.12">
 <!ENTITY evolution-version            "2.6.2">
 
 <!-- Chapter 35 -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-07-24 20:22:33 UTC 
(rev 6265)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-07-25 00:32:31 UTC 
(rev 6266)
@@ -42,6 +42,15 @@
 -->
 
     <listitem>
+      <para>July 25th, 2006</para>
+      <itemizedlist>
+        <listitem>
+          <para>[randy] - Updated to GIMP-2.2.12.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>July 24th, 2006</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/xsoft/office/gimp.xml
===================================================================
--- trunk/BOOK/xsoft/office/gimp.xml    2006-07-24 20:22:33 UTC (rev 6265)
+++ trunk/BOOK/xsoft/office/gimp.xml    2006-07-25 00:32:31 UTC (rev 6266)
@@ -6,11 +6,11 @@
 
   <!ENTITY gimp-download-http 
"http://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/v2.2/gimp-&gimp-version;.tar.bz2";>
   <!ENTITY gimp-download-ftp  
"ftp://ftp.gimp.org/pub/gimp/v2.2/gimp-&gimp-version;.tar.bz2";>
-  <!ENTITY gimp-md5sum        "0403e9b4e0415c99cd27b137b9839212">
-  <!ENTITY gimp-size          "12.3 MB">
-  <!ENTITY gimp-buildsize     "501 MB (includes installing the help system)">
-  <!ENTITY gimp-time          "5.5 SBU (additional 0.8 SBU to run the test 
suite
-                              and additional 8.2 SBU to build the help files)">
+  <!ENTITY gimp-md5sum        "6a1906db60166a88317f2df5f195a57d">
+  <!ENTITY gimp-size          "12.8 MB">
+  <!ENTITY gimp-buildsize     "508 MB (includes installing the help system)">
+  <!ENTITY gimp-time          "4.9 SBU (additional 0.7 SBU to run the test 
suite
+                              and additional 7.1 SBU to build the help files)">
 
   <!ENTITY gimp-help-version  "0.10">
   <!ENTITY gimp-help-download 
"ftp://ftp.gimp.org/pub/gimp/help/gimp-help-2-&gimp-help-version;.tar.gz";>
@@ -130,7 +130,9 @@
     <para>Install <application>GIMP</application> by running
     the following commands:</para>
 
-<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
+<screen><userinput>./configure --prefix=/usr \
+            --sysconfdir=/etc \
+            --datadir=/usr/share &amp;&amp;
 make</userinput></screen>
 
     <para>To test the results, issue: <command>make check</command>.</para>
@@ -173,14 +175,21 @@
   <sect2 role="commands" id='gimp-cmd-explanations'>
     <title>Command Explanations</title>
 
-    <para><parameter>--disable-print</parameter>: This option will disable 
print
+    <para><parameter>--datadir=/usr/share</parameter>: This parameter is
+    required because there is a subtle bug in
+    <application>Autoconf-2.59</application> which causes the
+    <command>configure</command> script to mishandle the
+    <envar>datarootdir</envar> variable. Fortunately, passing
+    <parameter>--datadir=</parameter> works around the problem.</para>
+
+    <para><option>--disable-print</option>: This option will disable print
     support and is necessary if <application>Gimp-Print</application> is not
     installed.</para>
 
-    <para><parameter>--without-libjpeg</parameter>: This option is necessary if
+    <para><option>--without-libjpeg</option>: This option is necessary if
     <application>libjpeg</application> is not installed.</para>
 
-    <para><parameter>--without-libtiff</parameter>: This option is necessary if
+    <para><option>--without-libtiff</option>: This option is necessary if
     <application>libtiff</application> is not installed.</para>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to