Changeset 61d6f59 for xsoft


Ignore:
Timestamp:
08/09/2007 11:36:59 AM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
0fed2183
Parents:
cbc7b16d
Message:

Replaced the obsolete Gimp-Print package with Gutenprint-5.0.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/gimp.xml

    rcbc7b16d r61d6f59  
    8484
    8585    <bridgehead renderas="sect4">Recommended</bridgehead>
    86     <para role="recommended">
    87     <xref linkend="gimp-print"/>,
    88     <xref linkend="libjpeg"/>, and
     86    <para role="recommended"><xref linkend="libjpeg"/> and
    8987    <xref linkend="libtiff"/></para>
     88    <!-- Gutenprint has made Gimp-Print obsolete. You must build the Gimp
     89    first, before Gutenprint
     90    <xref linkend="gimp-print"/>,-->
    9091
    9192    <note>
     
    9697
    9798    <bridgehead renderas="sect4">Optional</bridgehead>
    98     <para role="optional">
    99     <xref linkend="libmng"/>,
     99    <para role="optional"><xref linkend="libmng"/>,
    100100    <xref linkend="librsvg"/>,
    101101    <xref linkend="aalib"/>,
    102102    <xref linkend="lcms"/>,
    103103    <xref linkend="libexif"/>,
     104    <xref linkend="libxslt"/>,
     105    <xref linkend="alsa"/>,
    104106    <xref linkend="libgtkhtml"/> (required to build the help system browser plugin),
    105     <xref linkend="libxslt"/>,
     107    <ulink url="http://wvware.sourceforge.net/libwmf.html">libwmf</ulink>,
    106108    <ulink url="http://www.pygtk.org/">PyGTK</ulink> (requires
    107109    <xref linkend="python"/>),
    108     <xref linkend="gtk-doc"/>,
     110    <ulink url="http://gimp-print.sourceforge.net/">Gimp-Print version 4.2.7</ulink>,
    109111    an <xref linkend="server-mail"/> (that provides a
    110     <command>sendmail</command> program),
    111     <xref linkend="alsa"/>, and
    112     <ulink url="http://wvware.sourceforge.net/libwmf.html">libwmf</ulink></para>
     112    <command>sendmail</command> program), and
     113    <xref linkend="gtk-doc"/></para>
    113114
    114115    <bridgehead renderas="sect4">Optional (for Building Documentation from
    115116    the Help Tarball)</bridgehead>
    116     <para role="optional">
    117     <xref linkend="libxslt"/>,
     117    <para role="optional"><xref linkend="libxslt"/>,
    118118    <xref linkend="DocBook"/>, and
    119119    <xref linkend="docbook-xsl"/></para>
     
    132132<screen><userinput>./configure --prefix=/usr \
    133133            --sysconfdir=/etc \
    134             --datadir=/usr/share &amp;&amp;
     134            --disable-print &amp;&amp;
    135135make</userinput></screen>
    136136
     
    151151    to build the HTML files.</para>
    152152
    153     <para>If you downloaded the <filename>gimp-help</filename> tarball, change
    154     directories out of the <application>GIMP</application> source tree to
    155     the root of your build directory. Now unpack the
    156     <filename>gimp-help</filename> tarball and change directories to the
    157     root of the newly created source tree (as an unprivileged user).
    158     Issue the following commands to install the help files:</para>
     153    <para>If you downloaded the <filename>gimp-help</filename> tarball, unpack
     154    it and change into the root of the newly created source tree (as an
     155    unprivileged user). Issue the following commands to install the help files:</para>
    159156
    160157<screen><userinput>./configure &amp;&amp;
     
    170167    <title>Command Explanations</title>
    171168
    172     <para><parameter>--datadir=/usr/share</parameter>: This parameter is
     169    <!-- <para><parameter>-datadir=/usr/share</parameter>: This parameter is
    173170    required because there is a subtle bug in
    174171    <application>Autoconf-&lfs-autoconf-version;</application> which causes the
    175172    <command>configure</command> script to mishandle the
    176173    <envar>datarootdir</envar> variable. Fortunately, passing
    177     <parameter>--datadir=</parameter> works around the problem.</para>
    178 
    179     <para><option>--disable-print</option>: This option will disable print
    180     support and is necessary if <application>Gimp-Print</application> is not
    181     installed.</para>
     174    <parameter>-datadir=</parameter> works around the problem.</para> -->
     175
     176    <para><option>-disable-print</option>: This option disables print support
     177    and is required if the obsolete <application>Gimp-Print</application>
     178    package is not installed. Print support for the
     179    <application>Gimp</application> can be provided later by installing
     180    the <xref linkend="gutenprint"/> package.</para>
    182181
    183182    <para><option>--without-libjpeg</option>: This option is necessary if
Note: See TracChangeset for help on using the changeset viewer.