Changeset d757a8a


Ignore:
Timestamp:
07/25/2006 12:32:31 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:
707873ad
Parents:
4bed342
Message:

Updated to GIMP-2.2.12

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4bed342 rd757a8a  
    1 <!ENTITY day          "24">                   <!-- Always 2 digits -->
     1<!ENTITY day          "25">                   <!-- Always 2 digits -->
    22<!ENTITY month        "07">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
     
    515515<!ENTITY gnumeric-version             "1.6.3">
    516516<!ENTITY gnucash-version              "1.8.12">
    517 <!ENTITY gimp-version                 "2.2.11">
     517<!ENTITY gimp-version                 "2.2.12">
    518518<!ENTITY evolution-version            "2.6.2">
    519519
  • introduction/welcome/changelog.xml

    r4bed342 rd757a8a  
    4343
    4444    <listitem>
     45      <para>July 25th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to GIMP-2.2.12.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>July 24th, 2006</para>
    4655      <itemizedlist>
  • xsoft/office/gimp.xml

    r4bed342 rd757a8a  
    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        "0403e9b4e0415c99cd27b137b9839212">
    10   <!ENTITY gimp-size          "12.3 MB">
    11   <!ENTITY gimp-buildsize     "501 MB (includes installing the help system)">
    12   <!ENTITY gimp-time          "5.5 SBU (additional 0.8 SBU to run the test suite
    13                               and additional 8.2 SBU to build the help files)">
     9  <!ENTITY gimp-md5sum        "6a1906db60166a88317f2df5f195a57d">
     10  <!ENTITY gimp-size          "12.8 MB">
     11  <!ENTITY gimp-buildsize     "508 MB (includes installing the help system)">
     12  <!ENTITY gimp-time          "4.9 SBU (additional 0.7 SBU to run the test suite
     13                              and additional 7.1 SBU to build the help files)">
    1414
    1515  <!ENTITY gimp-help-version  "0.10">
     
    131131    the following commands:</para>
    132132
    133 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     133<screen><userinput>./configure --prefix=/usr \
     134            --sysconfdir=/etc \
     135            --datadir=/usr/share &amp;&amp;
    134136make</userinput></screen>
    135137
     
    174176    <title>Command Explanations</title>
    175177
    176     <para><parameter>--disable-print</parameter>: This option will disable print
     178    <para><parameter>--datadir=/usr/share</parameter>: This parameter is
     179    required because there is a subtle bug in
     180    <application>Autoconf-2.59</application> which causes the
     181    <command>configure</command> script to mishandle the
     182    <envar>datarootdir</envar> variable. Fortunately, passing
     183    <parameter>--datadir=</parameter> works around the problem.</para>
     184
     185    <para><option>--disable-print</option>: This option will disable print
    177186    support and is necessary if <application>Gimp-Print</application> is not
    178187    installed.</para>
    179188
    180     <para><parameter>--without-libjpeg</parameter>: This option is necessary if
     189    <para><option>--without-libjpeg</option>: This option is necessary if
    181190    <application>libjpeg</application> is not installed.</para>
    182191
    183     <para><parameter>--without-libtiff</parameter>: This option is necessary if
     192    <para><option>--without-libtiff</option>: This option is necessary if
    184193    <application>libtiff</application> is not installed.</para>
    185194
Note: See TracChangeset for help on using the changeset viewer.