Changeset 3facc23b


Ignore:
Timestamp:
09/15/2005 09:57:01 PM (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.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:
9ea2f70
Parents:
966c834
Message:

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r966c834 r3facc23b  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[Randy] - Updated to the 0.9 version of the Gimp Help system,
     49          added a GCC-4 patch to the Gimp instructions.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[Randy] - Updated to librsvg-2.11.1.</para>
    4953        </listitem>
  • xsoft/office/gimp.xml

    r966c834 r3facc23b  
    88  <!ENTITY gimp-download-ftp  "ftp://ftp.gimp.org/pub/gimp/v2.2/gimp-&gimp-version;.tar.bz2">
    99  <!ENTITY gimp-md5sum        "0db3fca2f741d6dd51eb61dc85778b16">
    10   <!ENTITY gimp-size          "14 MB">
    11   <!ENTITY gimp-buildsize     "381 MB (includes installing the help system)">
    12   <!ENTITY gimp-time          "4.2 SBU (additional 0.9 SBU to run test suite)">
    13 
    14   <!ENTITY gimp-help-version  "0.8">
     10  <!ENTITY gimp-size          "14.0 MB">
     11  <!ENTITY gimp-buildsize     "443 MB (includes installing the help system)">
     12  <!ENTITY gimp-time          "5.1 SBU (additional 0.9 SBU to run test suite)">
     13
     14  <!ENTITY gimp-help-version  "0.9">
    1515  <!ENTITY gimp-help-download "ftp://ftp.gimp.org/pub/gimp/help/testing/gimp-help-2-&gimp-help-version;.tar.gz">
    16   <!ENTITY gimp-help-size     "19 MB">
    17   <!ENTITY gimp-help-md5sum   "2058eb88fe7a9d230bf3284546445c65">
     16  <!ENTITY gimp-help-size     "27.2 MB">
     17  <!ENTITY gimp-help-md5sum   "c2f5c20cc5d861e7d403dda8e46d1c97">
    1818]>
    1919
     
    6363    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6464    <itemizedlist spacing='compact'>
     65      <title>Help System</title>
    6566      <listitem>
    6667        <para>Optional help files: <ulink url="&gimp-help-download;"/></para>
     
    7172      <listitem>
    7273        <para>Download size: &gimp-help-size;</para>
     74      </listitem>
     75    </itemizedlist>
     76
     77    <itemizedlist spacing='compact'>
     78      <title>Patches</title>
     79      <listitem>
     80        <para>Required patch: <ulink
     81        url="&patch-root;/gimp-&gimp-version;-gcc4-1.patch"/></para>
    7382      </listitem>
    7483    </itemizedlist>
     
    92101    <xref linkend="lcms"/>,
    93102    <xref linkend="libexif"/>,
    94     <xref linkend="libgtkhtml"/> (used by the internal help system),
     103    <xref linkend="libgtkhtml"/> (required to build the help system browser plugin),
    95104    <xref linkend="libxslt"/>,
    96105    <xref linkend="python"/> (and
    97106    <ulink url="http://www.pygtk.org/">PyGTK</ulink>),
    98107    <xref linkend="gtk-doc"/>,
    99     <ulink url="../server/mail.html">MTA</ulink>,
     108    <xref linkend="sendmail"/> (or any other
     109    <ulink url="../server/mail.html">MTA</ulink> that provides a
     110    <command>sendmail</command> program),
    100111    <xref linkend="alsa"/> and
    101112    <ulink url="http://wvware.sourceforge.net/libwmf.html">libwmf</ulink></para>
     
    109120    the following commands:</para>
    110121
    111 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --disable-print \
     122<screen><userinput>patch -Np1 -i ../gimp-&gimp-version;-gcc4-1.patch &amp;&amp;
     123./configure --prefix=/usr --sysconfdir=/etc --disable-print \
    112124    --without-libjpeg --without-libtiff &amp;&amp;
    113125make</userinput></screen>
     
    134146<screen><userinput>./configure &amp;&amp;
    135147make</userinput></screen>
     148
     149    <para>In order to use the <option>--enable-convert</option> parameter to
     150    the <command>configure</command> script, you must have the
     151    <command>convert</command> program from <xref linkend="imagemagick"/>
     152    installed.</para>
    136153
    137154    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.