Updated to gimp-2.2.11

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6057 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Dan Nichilson 2006-05-12 23:11:14 +00:00
parent 02a9980a6a
commit 80df29b34c
3 changed files with 44 additions and 17 deletions

View File

@ -504,7 +504,7 @@
<!ENTITY AbiWord-version "2.4.4">
<!ENTITY gnumeric-version "1.6.3">
<!ENTITY gnucash-version "1.8.12">
<!ENTITY gimp-version "2.2.10">
<!ENTITY gimp-version "2.2.11">
<!ENTITY evolution-version "2.4.2.1">
<!-- Chapter 35 -->

View File

@ -44,6 +44,10 @@
<listitem>
<para>May 12th, 2006</para>
<itemizedlist>
<listitem>
<para>[dnicholson] - Updated to GIMP-2.2.11 and
gimp-help-2-0.10.</para>
</listitem>
<listitem>
<para>[randy] - Updated to libxslt-1.1.16.</para>
</listitem>

View File

@ -6,15 +6,16 @@
<!ENTITY gimp-download-http "http://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/v2.2/gimp-&gimp-version;.tar.bz2">
<!ENTITY gimp-download-ftp "ftp://ftp.gimp.org/pub/gimp/v2.2/gimp-&gimp-version;.tar.bz2">
<!ENTITY gimp-md5sum "aa29506ed2272af02941a7a601a7a097">
<!ENTITY gimp-size "12.9 MB">
<!ENTITY gimp-buildsize "446 MB (includes installing the help system)">
<!ENTITY gimp-time "5.1 SBU (additional 0.8 SBU to run test suite)">
<!ENTITY gimp-md5sum "0403e9b4e0415c99cd27b137b9839212">
<!ENTITY gimp-size "12.3 MB">
<!ENTITY gimp-buildsize "501 MB (includes installing the help system)">
<!ENTITY gimp-time "5.5 SBU (additional 0.8 SBU to run test suite
and additional 8.2 SBU to build help files)">
<!ENTITY gimp-help-version "0.9">
<!ENTITY gimp-help-download "ftp://ftp.gimp.org/pub/gimp/help/testing/gimp-help-2-&gimp-help-version;.tar.gz">
<!ENTITY gimp-help-size "27.2 MB">
<!ENTITY gimp-help-md5sum "c2f5c20cc5d861e7d403dda8e46d1c97">
<!ENTITY gimp-help-version "0.10">
<!ENTITY gimp-help-download "ftp://ftp.gimp.org/pub/gimp/help/gimp-help-2-&gimp-help-version;.tar.gz">
<!ENTITY gimp-help-size "39.9 MB">
<!ENTITY gimp-help-md5sum "22a1e10c314c5547fe8721c4f6f0b30a">
]>
<sect1 id="gimp" xreflabel="GIMP-&gimp-version;">
@ -115,6 +116,13 @@
<xref linkend="alsa"/>, and
<ulink url="http://wvware.sourceforge.net/libwmf.html">libwmf</ulink></para>
<bridgehead renderas="sect4">Optional (for Building Documentation from the Help Tarball)</bridgehead>
<para role="optional">
<xref linkend="libxslt"/>,
<xref linkend="DocBook"/>,
<xref linkend="docbook-xsl"/>, and
<xref linkend="imagemagick"/> (only needed to optimize PNG images)</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gimp"/></para>
@ -139,14 +147,18 @@ install -v -m644 docs/{Wilber*,keybindings.txt,quick_reference.ps} \
/usr/share/doc/gimp-&gimp-version;</userinput></screen>
<para>The <filename>gimp-help</filename> tarball contains a help system
designed for use with the internal <application>GIMP</application> help
browser, external web browsers and HTML renderers. If you downloaded the
<filename>gimp-help</filename> tarball, change directories out of the
<application>GIMP</application> source tree to the root of your build
directory. Now unpack the <filename>gimp-help</filename> tarball and
change directories to the root of the newly created source tree (as an
unprivileged user). Issue the following commands to install the help
files:</para>
designed for use with external web browsers, the internal
<application>GIMP</application> help browser, and HTML renderers.
The tarball only contains the XML sources, so you will need
the <command>xsltproc</command> program from <xref linkend="libxslt"/>
to build the HTML files.</para>
<para>If you downloaded the <filename>gimp-help</filename> tarball, change
directories out of the <application>GIMP</application> source tree to
the root of your build directory. Now unpack the
<filename>gimp-help</filename> tarball and change directories to the
root of the newly created source tree (as an unprivileged user).
Issue the following commands to install the help files:</para>
<screen><userinput>./configure &amp;&amp;
make</userinput></screen>
@ -202,6 +214,17 @@ make</userinput></screen>
<para><application>GIMP</application> executes a configuration wizard
for each user upon their initial use of the program.</para>
<para><application>GIMP</application> executes the
<command>mozilla</command> web browser by default to view the help
files. If you do not have <application>Mozilla</application>, or
prefer a different web browser, you can set a new system value in
<filename>/etc/gimp/2.0/gimprc</filename>. Execute the following
command as the <systemitem class="username">root</systemitem> user,
replacing <replaceable>&lt;browser&gt;</replaceable> with your
preferred web browser:</para>
<screen role="root"><userinput>echo '(web-browser "<replaceable>&lt;browser&gt;</replaceable> %s")' &gt;&gt; /etc/gimp/2.0/gimprc</userinput></screen>
</sect3>
</sect2>