Changeset 57268463 for xsoft


Ignore:
Timestamp:
12/18/2005 07:04:59 AM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e87d57b
Parents:
adbd2a9
Message:

Updated gimp to make recommended dependencies and configure command consistent.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5444 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/gimp.xml

    radbd2a9 r57268463  
    9595
    9696    <bridgehead renderas="sect4">Recommended</bridgehead>
    97     <para role="recommended"><xref linkend="libjpeg"/> and
     97    <para role="recommended">
     98    <xref linkend="gimp-print"/>,
     99    <xref linkend="libjpeg"/>, and
    98100    <xref linkend="libtiff"/></para>
    99101
     102    <note>
     103      <para>If the recommended dependencies are not installed, the
     104      <command>configure</command> switches below will need to be modified as
     105      explained in <xref linkend='gimp-cmd-explanations'/> below.</para>
     106    </note>
     107
    100108    <bridgehead renderas="sect4">Optional</bridgehead>
    101     <para role="optional"><xref linkend="gimp-print"/>,
     109    <para role="optional">
    102110    <xref linkend="libmng"/>,
    103111    <xref linkend="librsvg"/>,
     
    125133
    126134<screen><userinput>patch -Np1 -i ../gimp-&gimp-version;-gcc4-1.patch &amp;&amp;
    127 ./configure --prefix=/usr --sysconfdir=/etc --disable-print \
    128     --without-libjpeg --without-libtiff &amp;&amp;
     135./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    129136make</userinput></screen>
    130137
     
    162169  </sect2>
    163170
    164   <sect2 role="commands">
     171  <sect2 role="commands" id='gimp-cmd-explanations'>
    165172    <title>Command Explanations</title>
    166173
    167174    <para><parameter>--disable-print</parameter>: This option will disable print
    168175    support and is necessary if <application>Gimp-Print</application> is not
    169     installed. If you have <application>Gimp-Print</application> installed,
    170     remove this option.</para>
     176    installed.</para>
    171177
    172178    <para><parameter>--without-libjpeg</parameter>: This option is necessary if
    173     <application>libjpeg</application> is not installed. Remove it if
    174     <application>libjpeg</application> is installed.</para>
     179    <application>libjpeg</application> is not installed.</para>
    175180
    176181    <para><parameter>--without-libtiff</parameter>: This option is necessary if
    177     <application>libtiff</application> is not installed. Remove it if
    178     <application>libtiff</application> is installed.</para>
     182    <application>libtiff</application> is not installed.</para>
    179183
    180184  </sect2>
Note: See TracChangeset for help on using the changeset viewer.