mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Updated to the 0.9 version of the Gimp Help system and added a GCC-4 patch to the Gimp instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5070 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
966c834b2c
commit
3facc23b6e
@ -44,6 +44,10 @@
|
||||
<listitem>
|
||||
<para>September 15th, 2005</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[Randy] - Updated to the 0.9 version of the Gimp Help system,
|
||||
added a GCC-4 patch to the Gimp instructions.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[Randy] - Updated to librsvg-2.11.1.</para>
|
||||
</listitem>
|
||||
|
@ -7,14 +7,14 @@
|
||||
<!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 "0db3fca2f741d6dd51eb61dc85778b16">
|
||||
<!ENTITY gimp-size "14 MB">
|
||||
<!ENTITY gimp-buildsize "381 MB (includes installing the help system)">
|
||||
<!ENTITY gimp-time "4.2 SBU (additional 0.9 SBU to run test suite)">
|
||||
<!ENTITY gimp-size "14.0 MB">
|
||||
<!ENTITY gimp-buildsize "443 MB (includes installing the help system)">
|
||||
<!ENTITY gimp-time "5.1 SBU (additional 0.9 SBU to run test suite)">
|
||||
|
||||
<!ENTITY gimp-help-version "0.8">
|
||||
<!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 "19 MB">
|
||||
<!ENTITY gimp-help-md5sum "2058eb88fe7a9d230bf3284546445c65">
|
||||
<!ENTITY gimp-help-size "27.2 MB">
|
||||
<!ENTITY gimp-help-md5sum "c2f5c20cc5d861e7d403dda8e46d1c97">
|
||||
]>
|
||||
|
||||
<sect1 id="gimp" xreflabel="GIMP-&gimp-version;">
|
||||
@ -62,6 +62,7 @@
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing='compact'>
|
||||
<title>Help System</title>
|
||||
<listitem>
|
||||
<para>Optional help files: <ulink url="&gimp-help-download;"/></para>
|
||||
</listitem>
|
||||
@ -73,6 +74,14 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<itemizedlist spacing='compact'>
|
||||
<title>Patches</title>
|
||||
<listitem>
|
||||
<para>Required patch: <ulink
|
||||
url="&patch-root;/gimp-&gimp-version;-gcc4-1.patch"/></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">GIMP Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
@ -91,12 +100,14 @@
|
||||
<xref linkend="aalib"/>,
|
||||
<xref linkend="lcms"/>,
|
||||
<xref linkend="libexif"/>,
|
||||
<xref linkend="libgtkhtml"/> (used by the internal help system),
|
||||
<xref linkend="libgtkhtml"/> (required to build the help system browser plugin),
|
||||
<xref linkend="libxslt"/>,
|
||||
<xref linkend="python"/> (and
|
||||
<ulink url="http://www.pygtk.org/">PyGTK</ulink>),
|
||||
<xref linkend="gtk-doc"/>,
|
||||
<ulink url="../server/mail.html">MTA</ulink>,
|
||||
<xref linkend="sendmail"/> (or any other
|
||||
<ulink url="../server/mail.html">MTA</ulink> that provides a
|
||||
<command>sendmail</command> program),
|
||||
<xref linkend="alsa"/> and
|
||||
<ulink url="http://wvware.sourceforge.net/libwmf.html">libwmf</ulink></para>
|
||||
|
||||
@ -108,7 +119,8 @@
|
||||
<para>Install <application>GIMP</application> by running
|
||||
the following commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --disable-print \
|
||||
<screen><userinput>patch -Np1 -i ../gimp-&gimp-version;-gcc4-1.patch &&
|
||||
./configure --prefix=/usr --sysconfdir=/etc --disable-print \
|
||||
--without-libjpeg --without-libtiff &&
|
||||
make</userinput></screen>
|
||||
|
||||
@ -134,6 +146,11 @@ install -v -m644 docs/{Wilber*,keybindings.txt,quick_reference.ps} \
|
||||
<screen><userinput>./configure &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>In order to use the <option>--enable-convert</option> parameter to
|
||||
the <command>configure</command> script, you must have the
|
||||
<command>convert</command> program from <xref linkend="imagemagick"/>
|
||||
installed.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
Loading…
Reference in New Issue
Block a user