Changeset 12d2dfc


Ignore:
Timestamp:
07/19/2024 04:40:35 PM (7 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
c75cce7
Parents:
1189bdd2
git-author:
Douglas R. Reno <renodr@…> (07/19/2024 03:50:45 PM)
git-committer:
Douglas R. Reno <renodr@…> (07/19/2024 04:40:35 PM)
Message:

Gutenprint: disable building GIMP support because it does not with with
GIMP3.

This causes Gutenprint to just install PPD files and software for color
calibration and Epson Stylus Inkjet printers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/gutenprint.xml

    r1189bdd2 r12d2dfc  
    3232      quality drivers for many brands and models of printers for use with
    3333      <xref linkend="cups"/>
    34       and the
    35       <application>GIMP-2.0</application>. See a list of supported printers at
     34      <!--and the
     35      <application>GIMP-2.0</application>.--> See a list of supported printers at
    3636      <ulink url="https://gutenprint.sourceforge.net/p_Supported_Printers.php"/>.
    3737    </para>
     
    7979    <bridgehead renderas="sect4">Recommended</bridgehead>
    8080    <para role="recommended">
    81       <xref linkend="cups"/> and
    82       <xref linkend="gimp"/>
     81      <xref linkend="cups"/><!-- and
     82      <xref linkend="gimp"/>-->
    8383    </para>
    8484
     
    148148       {,doc/,doc/developer/}Makefile.in &amp;&amp;
    149149
    150 ./configure --prefix=/usr --disable-static &amp;&amp;
     150./configure --prefix=/usr                 \
     151            --disable-static              \
     152            --without-gimp2               \
     153            --without-gimp2-as-gutenprint &amp;&amp;
    151154make</userinput></screen>
    152155
     
    189192    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    190193      href="../../xincludes/static-libraries.xml"/>
     194
     195    <para>
     196      <parameter>--without-gimp2</parameter>: This switch disables support
     197      for GIMP because it has not been updated to support GIMP3 yet.
     198    </para>
    191199
    192200  </sect2>
Note: See TracChangeset for help on using the changeset viewer.