Changeset 2af1b7d


Ignore:
Timestamp:
11/12/2004 03:03:49 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
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:
b331bf1
Parents:
315a767
Message:

Updated to GIMP-2.0.6

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r315a767 r2af1b7d  
    362362<!ENTITY gnumeric-version             "1.2.13">
    363363<!ENTITY gnucash-version              "1.8.9">
    364 <!ENTITY gimp-version                 "2.0.5">
     364<!ENTITY gimp-version                 "2.0.6">
    365365<!ENTITY evolution-version            "1.4.6"> 
    366366
  • introduction/welcome/changelog.xml

    r315a767 r2af1b7d  
    2626Chapter 9 - Graphics and Font Libraries; changed GAIL from a required to an
    2727optional dependency, modified build entities and added MD5 sum to the
    28 libgtkhtml instructions.</para></listitem>
     28libgtkhtml instructions; updated to GIMP-2.0.6.</para></listitem>
    2929
    3030<listitem><para>November 10th, 2004 [randy]: Added new package
  • xsoft/office/gimp.xml

    r315a767 r2af1b7d  
    77  <!ENTITY gimp-download-http "http://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/v2.0/gimp-&gimp-version;.tar.bz2">
    88  <!ENTITY gimp-download-ftp  "ftp://ftp.gimp.org/pub/gimp/v2.0/gimp-&gimp-version;.tar.bz2">
     9  <!ENTITY gimp-md5sum        "632b9ec629ba7c48d292069c37a1a6c1">
    910  <!ENTITY gimp-size          "14 MB">
    10   <!ENTITY gimp-buildsize     "237 MB">
    11   <!ENTITY gimp-time          "4.59 SBU">
     11  <!ENTITY gimp-buildsize     "253 MB">
     12  <!ENTITY gimp-time          "4.38 SBU">
    1213]>
    1314
     
    3435<listitem><para>Download (FTP): <ulink
    3536url="&gimp-download-ftp;"/></para></listitem>
     37<listitem><para>MD5 sum: &gimp-md5sum;</para></listitem>
    3638<listitem><para>Download size: &gimp-size;</para></listitem>
    3739<listitem><para>Estimated disk space required:
     
    5658dependencies</title>
    5759<sect4><title>Required</title>
    58 <para>
    59 <xref linkend="GTK2"/> and
    60 <xref linkend="libart_lgpl"/>
    61 </para></sect4>
     60<para><xref linkend="GTK2"/> and
     61<xref linkend="libart_lgpl"/></para>
     62</sect4>
     63
    6264<sect4><title>Optional</title>
    63 <para>
    64 <xref linkend="gimp-print"/>,
    65 <xref linkend="libjpeg"/>,
    66 <xref linkend="libtiff"/>,
    67 <xref linkend="libmng"/>,
    68 <xref linkend="librsvg"/>,
    69 <xref linkend="aalib"/>,
    70 <xref linkend="Python"/> (and <ulink url="http://www.pygtk.org/">PyGTK</ulink>),
    71 <xref linkend="gtk-doc"/>,
    72 <xref linkend="libgtkhtml"/>,
    73 <xref linkend="lcms"/>,
    74 <ulink url="../server/mail.html">MTA</ulink>,
    75 <ulink url="http://sourceforge.net/projects/libexif">libexif</ulink> and
    76 <ulink url="http://wvware.sourceforge.net/libwmf.html">libwmf</ulink>
    77 </para></sect4>
     65<para><xref linkend="gimp-print"/>,
     66<xref linkend="libjpeg"/>,
     67<xref linkend="libtiff"/>,
     68<xref linkend="libmng"/>,
     69<xref linkend="librsvg"/>,
     70<xref linkend="aalib"/>,
     71<xref linkend="lcms"/>,
     72<xref linkend="libgtkhtml"/>,
     73<xref linkend="Python"/> (and
     74<ulink url="http://www.pygtk.org/">PyGTK</ulink>),
     75<xref linkend="perl-modules"/>: XML-Parser,
     76<xref linkend="gtk-doc"/>,
     77<ulink url="../server/mail.html">MTA</ulink>,
     78<ulink url="http://sourceforge.net/projects/libexif">libexif</ulink> and
     79<ulink url="http://wvware.sourceforge.net/libwmf.html">libwmf</ulink></para>
     80</sect4>
    7881</sect3>
    7982
     
    8790the following commands:</para>
    8891
    89 <screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc --disable-print &amp;&amp;
     92<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc --disable-print \
     93            --without-libjpeg --without-libtiff &amp;&amp;
    9094make &amp;&amp;
    9195make install</command></userinput></screen>
     
    96100<title>Command explanations</title>
    97101
    98 <para><option>--disable-print</option>: This option is necessary when
    99 <application>gimp-print</application> is not installed.  If you have
    100 <application>gimp-print</application> installed, this option would be removed.
    101 </para>
     102<para><option>--disable-print</option>: This option will disable print support
     103and is necessary if <application>gimp-print</application> is not installed. If
     104you have <application>gimp-print</application> installed, remove this
     105option.</para>
     106
     107<para><option>--without-libjpeg</option>: This option is necessary if
     108<application>libjpeg</application> is not installed. Remove it if
     109<application>libjpeg</application> is installed.</para>
     110
     111<para><option>--without-libtiff</option>: This option is necessary if
     112<application>libtiff</application> is not installed. Remove it if
     113<application>libtiff</application> is installed.</para>
    102114
    103115</sect2>
     
    107119
    108120<sect3><title>Config files</title>
    109 <para><filename>/etc/gimp/2.0/*</filename>,
    110 <filename>~/.gimp-2.0</filename></para>
     121<para><filename>/etc/gimp/2.0/*</filename> and
     122<filename>~/.gimp-2.0/gimprc</filename></para>
    111123</sect3>
    112124
     
    123135
    124136<para>The <application><acronym>GIMP</acronym></application> package contains
    125 <command>gimp</command>, <command>gimp-remote</command>,
    126 <command>gimptool</command>,
    127 <filename class='libraryfile'>libgimp</filename> libraries,
    128 <application><acronym>GIMP</acronym></application> plugins and
    129 <application><acronym>GIMP</acronym></application> modules.</para>
     137<command>gimp</command>,
     138<command>gimp-remote</command>,
     139<command>gimptool-2.0</command>,
     140<filename class='libraryfile'>libgimp</filename> libraries and numerous
     141<application><acronym>GIMP</acronym></application> plugins and modules.</para>
    130142
    131143</sect2>
     
    143155image file.</para></sect3>
    144156
    145 <sect3><title>gimptool</title>
    146 <para><command>gimptool</command> is a tool that can build plug-ins or
     157<sect3><title>gimptool-2.0</title>
     158<para><command>gimptool-2.0</command> is a tool that can build plug-ins or
    147159scripts and install them if they are distributed in one source file.
    148 <command>gimptool</command> can also be used by programs that need to
     160<command>gimptool-2.0</command> can also be used by programs that need to
    149161know what libraries and include-paths
    150 <application><acronym>GIMP</acronym></application> was compiled with.
    151 </para></sect3>
     162<application><acronym>GIMP</acronym></application> was compiled with.</para>
     163</sect3>
    152164
    153165</sect2>
Note: See TracChangeset for help on using the changeset viewer.