Changeset 68637f8c


Ignore:
Timestamp:
01/12/2005 10:20:25 PM (19 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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:
4ee1c44
Parents:
5a7a0e5
Message:

Updated to GIMP-2.2.2.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5a7a0e5 r68637f8c  
    397397<!ENTITY gnumeric-version             "1.4.1">
    398398<!ENTITY gnucash-version              "1.8.10">
    399 <!ENTITY gimp-version                 "2.0.6">
     399<!ENTITY gimp-version                 "2.2.2">
    400400<!ENTITY evolution-version            "2.0.2"> 
    401401
  • introduction/welcome/changelog.xml

    r5a7a0e5 r68637f8c  
    2424
    2525<listitem><para>January 12th, 2005 [igor]: Updated to
    26 lcms-1.14.</para></listitem>
     26lcms-1.14 and GIMP-2.2.2.</para></listitem>
    2727
    2828<listitem><para>January 12th, 2005 [randy]: Moved OpenSSL instructions from
  • xsoft/office/gimp.xml

    r5a7a0e5 r68637f8c  
    55  %general-entities;
    66
    7   <!ENTITY gimp-download-http "http://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/v2.0/gimp-&gimp-version;.tar.bz2">
    8   <!ENTITY gimp-download-ftp  "ftp://ftp.gimp.org/pub/gimp/v2.0/gimp-&gimp-version;.tar.bz2">
    9   <!ENTITY gimp-md5sum        "632b9ec629ba7c48d292069c37a1a6c1">
     7  <!ENTITY gimp-download-http "http://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/v2.2/gimp-&gimp-version;.tar.bz2">
     8  <!ENTITY gimp-download-ftp  "ftp://ftp.gimp.org/pub/gimp/v2.2/gimp-&gimp-version;.tar.bz2">
     9  <!ENTITY gimp-md5sum        "155483d3fd4d9a368c3ebd3a680c3439">
    1010  <!ENTITY gimp-size          "14 MB">
    1111  <!ENTITY gimp-buildsize     "253 MB">
    12   <!ENTITY gimp-time          "4.38 SBU">
     12  <!ENTITY gimp-time          "5.04 SBU">
    1313]>
    1414
     
    4646dependencies</title>
    4747<sect4><title>Required</title>
    48 <para><xref linkend="gtk2"/> and
    49 <xref linkend="libart_lgpl"/></para>
     48<para><xref linkend="gtk2"/>,
     49<xref linkend="libart_lgpl"/> and
     50<xref linkend="perl-modules"/>: XML-Parser</para>
    5051</sect4>
    5152
     
    5960<xref linkend="lcms"/>,
    6061<xref linkend="libgtkhtml"/>,
     62<xref linkend="libxml2"/>,
     63<xref linkend="libxslt"/>,
    6164<xref linkend="python"/> (and
    6265<ulink url="http://www.pygtk.org/">PyGTK</ulink>),
    63 <xref linkend="perl-modules"/>: XML-Parser,
    6466<xref linkend="gtk-doc"/>,
    6567<ulink url="../server/mail.html">MTA</ulink>,
     68<xref linkend="alsa"/>,
    6669<ulink url="http://sourceforge.net/projects/libexif">libexif</ulink> and
    6770<ulink url="http://wvware.sourceforge.net/libwmf.html">libwmf</ulink></para>
     
    7982
    8083<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc --disable-print \
    81             --without-libjpeg --without-libtiff &amp;&amp;
     84    --without-libjpeg --without-libtiff &amp;&amp;
    8285make &amp;&amp;
    8386make install</command></userinput></screen>
     
    154157
    155158</sect1>
    156 
Note: See TracChangeset for help on using the changeset viewer.