Changeset 5e80b68 for xsoft


Ignore:
Timestamp:
01/07/2006 12:02:32 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
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:
2829ed0
Parents:
989db39
Message:

Updated to GIMP-2.2.10

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/gimp.xml

    r989db39 r5e80b68  
    77  <!ENTITY gimp-download-http "http://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/v2.2/gimp-&gimp-version;.tar.bz2">
    88  <!ENTITY gimp-download-ftp  "ftp://ftp.gimp.org/pub/gimp/v2.2/gimp-&gimp-version;.tar.bz2">
    9   <!ENTITY gimp-md5sum        "0db3fca2f741d6dd51eb61dc85778b16">
    10   <!ENTITY gimp-size          "14.0 MB">
    11   <!ENTITY gimp-buildsize     "443 MB (includes installing the help system)">
    12   <!ENTITY gimp-time          "5.1 SBU (additional 0.9 SBU to run test suite)">
     9  <!ENTITY gimp-md5sum        "aa29506ed2272af02941a7a601a7a097">
     10  <!ENTITY gimp-size          "12.9 MB">
     11  <!ENTITY gimp-buildsize     "446 MB (includes installing the help system)">
     12  <!ENTITY gimp-time          "5.1 SBU (additional 0.8 SBU to run test suite)">
    1313
    1414  <!ENTITY gimp-help-version  "0.9">
     
    7979    </itemizedlist>
    8080
    81     <itemizedlist spacing='compact'>
    82       <title>Patches</title>
    83       <listitem>
    84         <para>Required patch: <ulink
    85         url="&patch-root;/gimp-&gimp-version;-gcc4-1.patch"/></para>
    86       </listitem>
    87     </itemizedlist>
    88 
    8981    <bridgehead renderas="sect3">GIMP Dependencies</bridgehead>
    9082
    9183    <bridgehead renderas="sect4">Required</bridgehead>
    9284    <para role="required"><xref linkend="gtk2"/>,
    93     <xref linkend="libart_lgpl"/> and
     85    <xref linkend="libart_lgpl"/>, and
    9486    <xref linkend="perl-xml-parser"/></para>
    9587
     
    115107    <xref linkend="libgtkhtml"/> (required to build the help system browser plugin),
    116108    <xref linkend="libxslt"/>,
    117     <xref linkend="python"/> (and
    118     <ulink url="http://www.pygtk.org/">PyGTK</ulink>),
     109    <ulink url="http://www.pygtk.org/">PyGTK</ulink> (requires
     110    <xref linkend="python"/>),
    119111    <xref linkend="gtk-doc"/>,
    120112    <xref linkend="sendmail"/> (or any other
    121113    <ulink url="../server/mail.html">MTA</ulink> that provides a
    122114    <command>sendmail</command> program),
    123     <xref linkend="alsa"/> and
     115    <xref linkend="alsa"/>, and
    124116    <ulink url="http://wvware.sourceforge.net/libwmf.html">libwmf</ulink></para>
    125117
     
    132124    the following commands:</para>
    133125
    134 <screen><userinput>patch -Np1 -i ../gimp-&gimp-version;-gcc4-1.patch &amp;&amp;
    135 ./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     126<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    136127make</userinput></screen>
    137128
     
    150141    <filename>gimp-help</filename> tarball, change directories out of the
    151142    <application>GIMP</application> source tree to the root of your build
    152     directory. Then, unpack the <filename>gimp-help</filename> tarball and
     143    directory. Now unpack the <filename>gimp-help</filename> tarball and
    153144    change directories to the root of the newly created source tree (as an
    154145    unprivileged user). Issue the following commands to install the help
Note: See TracChangeset for help on using the changeset viewer.