Author: bdubbs
Date: 2005-12-18 00:04:59 -0700 (Sun, 18 Dec 2005)
New Revision: 5444
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/xsoft/office/gimp.xml
Log:
Updated gimp to make recommended dependencies and configure command consistent.
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2005-12-18 06:43:07 UTC
(rev 5443)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2005-12-18 07:04:59 UTC
(rev 5444)
@@ -45,6 +45,12 @@
<para>December 18th, 2005</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Changed configure instruction in gimp to
+ use recommended dependecies. Added note that the switches
+ to configure need to be changed if the recommended
+ dependencies are not installed.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Updated to whois-4.7.10.</para>
</listitem>
<listitem>
Modified: trunk/BOOK/xsoft/office/gimp.xml
===================================================================
--- trunk/BOOK/xsoft/office/gimp.xml 2005-12-18 06:43:07 UTC (rev 5443)
+++ trunk/BOOK/xsoft/office/gimp.xml 2005-12-18 07:04:59 UTC (rev 5444)
@@ -94,11 +94,19 @@
<xref linkend="perl-xml-parser"/></para>
<bridgehead renderas="sect4">Recommended</bridgehead>
- <para role="recommended"><xref linkend="libjpeg"/> and
+ <para role="recommended">
+ <xref linkend="gimp-print"/>,
+ <xref linkend="libjpeg"/>, and
<xref linkend="libtiff"/></para>
+ <note>
+ <para>If the recommended dependencies are not installed, the
+ <command>configure</command> switches below will need to be modified as
+ explained in <xref linkend='gimp-cmd-explanations'/> below.</para>
+ </note>
+
<bridgehead renderas="sect4">Optional</bridgehead>
- <para role="optional"><xref linkend="gimp-print"/>,
+ <para role="optional">
<xref linkend="libmng"/>,
<xref linkend="librsvg"/>,
<xref linkend="aalib"/>,
@@ -124,8 +132,7 @@
the following commands:</para>
<screen><userinput>patch -Np1 -i ../gimp-&gimp-version;-gcc4-1.patch &&
-./configure --prefix=/usr --sysconfdir=/etc --disable-print \
- --without-libjpeg --without-libtiff &&
+./configure --prefix=/usr --sysconfdir=/etc &&
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
@@ -161,21 +168,18 @@
</sect2>
- <sect2 role="commands">
+ <sect2 role="commands" id='gimp-cmd-explanations'>
<title>Command Explanations</title>
<para><parameter>--disable-print</parameter>: 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>
+ installed.</para>
<para><parameter>--without-libjpeg</parameter>: This option is necessary if
- <application>libjpeg</application> is not installed. Remove it if
- <application>libjpeg</application> is installed.</para>
+ <application>libjpeg</application> is not installed.</para>
<para><parameter>--without-libtiff</parameter>: This option is necessary if
- <application>libtiff</application> is not installed. Remove it if
- <application>libtiff</application> is installed.</para>
+ <application>libtiff</application> is not installed.</para>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page