Ignore:
Timestamp:
01/21/2013 06:02:21 PM (11 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
d229cd9
Parents:
f8edbebd
Message:

Modified dependencies and general cleanup of the Gimp instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/gimp.xml

    rf8edbebd rbc39dca  
    9898    <bridgehead renderas="sect4">Recommended</bridgehead>
    9999    <para role="recommended">
     100      <!-- These are required by gdk-pixbuf, which is required by GTK+-2
    100101      <xref linkend="libjpeg"/>,
    101102      <xref linkend="libpng"/>,
    102       <xref linkend="libtiff"/> and
    103       <xref linkend="pygtk"/> (including the gtk and pango modules).
     103      <xref linkend="libtiff"/> -->
     104      <xref linkend="pygtk"/> (including the gtk and pango modules)
    104105    </para>
    105106
    106     <note>
     107    <!-- <note>
    107108      <para>If the recommended dependencies are not installed, the
    108109      <command>configure</command> switches below will need to be modified as
    109110      explained in <xref linkend="gimp-cmd-explanations"/> below.</para>
    110     </note>
     111    </note> -->
    111112
    112113    <bridgehead renderas="sect4">Optional</bridgehead>
     
    116117      <xref linkend="curl"/>,
    117118      <xref linkend="dbus-glib"/>,
     119      <xref linkend="gs"/> (with libgs installed),
     120      <xref linkend="gvfs"/>,
    118121      <xref linkend="iso-codes"/>,
     122      <xref linkend="jasper"/>,
    119123      <xref linkend="lcms"/>,
    120124      <xref linkend="libexif"/>,
     125      <xref linkend="libmng"/>,
    121126      <xref linkend="librsvg"/>,
    122127      <ulink url="http://wvware.sourceforge.net/libwmf.html">libwmf</ulink>,
     
    124129      an <xref linkend="server-mail"/> (that provides a
    125130      <command>sendmail</command> program),
     131      <xref linkend="udev"/> or <xref linkend="udev-extras"/> (for GUdev),
    126132      <xref linkend="webkitgtk"/> (this must be compiled with the
    127133      <application>GTK+ 2</application> backend for the
    128       <application>Gimp</application> to use it to create its help browser)
     134      <application>Gimp</application> to use it as its help browser)
    129135      and <xref linkend="gtk-doc"/>
    130136    </para>
    131137
    132     <bridgehead renderas="sect4">Optional, for the help files</bridgehead>
     138    <bridgehead renderas="sect4">Optional, for optimizing the PNG files in the
     139    help system</bridgehead>
    133140    <para role="optional">
    134141      <ulink url="http://pngnq.sourceforge.net/">pngnq</ulink> and
     
    149156make</userinput></screen>
    150157
    151     <para>To test the results, from an xterm or similar, issue:
     158    <para>To test the results (requires an X-Windowed terminal) issue:
    152159    <command>make check</command>.</para>
    153160
     
    203210
    204211    <para><parameter>--without-gvfs</parameter>: the choice of the backend to
    205     handle URI information, e.g. when dragging images from a browser into the
    206     <application>gimp</application>, is made at compile time.  This parameter will
    207     ensure that <application>curl</application> is used at run-time, instead of
    208     <application>gvfs</application>.  You can omit this if you are installing
    209     <application>gvfs</application> AND will be running <command>gvfsd</command>,
    210     e.g. in a <application>GNOME</application> desktop.</para>
    211 
    212     <para><option>--without-libpng</option>: This option is necessary if
     212    handle URI information, e.g., when dragging images from a browser into the
     213    <application>Gimp</application>, is made at compile time.  This parameter will
     214    ensure that <application>cURL</application> is used at run-time, instead of
     215    <application>Gvfs</application>.  You can omit this if you are installing
     216    <application>Gvfs</application> AND will be running <command>gvfsd</command>,
     217    e.g., in a <application>GNOME</application> desktop.</para>
     218
     219    <!-- These are required by gdk-pixbuf, which is required by GTK+-2
     220    <para><option>-without-libpng</option>: This option is necessary if
    213221    <application>libpng</application> is not installed.</para>
    214222
    215     <para><option>--without-libjpeg</option>: This option is necessary if
     223    <para><option>-without-libjpeg</option>: This option is necessary if
    216224    <application>libjpeg</application> is not installed.</para>
    217225
    218     <para><option>--without-libtiff</option>: This option is necessary if
    219     <application>libtiff</application> is not installed.</para>
     226    <para><option>-without-libtiff</option>: This option is necessary if
     227    <application>libtiff</application> is not installed.</para> -->
    220228
    221229    <para><option>--disable-python</option>: This option is necessary if
    222     you have not installed <application>pygtk</application>.</para>
     230    you have not installed <application>PyGTK</application>.</para>
    223231
    224232    <para><option>./autogen.sh --prefix=/usr</option>: in this case, using
     
    230238    this patch is large, so it has been compressed with
    231239    <application>xz</application>.  You are encouraged to be suspicious of
    232     all patches until you have looked at them. You use <command>view</command>
     240    all patches until you have looked at them. Use <command>view</command>
    233241    to read the compressed patch before you apply it.</para>
    234242
     
    263271      <para>The <application>Gimp</application> executes the
    264272      <command>firefox</command> web browser by default to view the help
    265       files.  If you do not have <application>firefox</application>, or
     273      files.  If you do not have <application>Firefox</application>, or
    266274      prefer a different web browser, you can set a new system value in
    267275      <filename>/etc/gimp/2.0/gimprc</filename>.  Execute the following
Note: See TracChangeset for help on using the changeset viewer.