Ignore:
Timestamp:
12/10/2011 11:25:12 PM (12 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
5cd2984
Parents:
8ddd2428
Message:

Update to gimp-2.6.11

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/gimp.xml

    r8ddd2428 r56aab2e  
    55  %general-entities;
    66
    7   <!ENTITY gimp-download-http "http://ftp.gtk.org/pub/gimp/v2.6/gimp-&gimp-version;.tar.bz2">
     7  <!ENTITY gimp-download-http "http://gd.tuwien.ac.at/graphics/gimp/gimp/v2.6/gimp-&gimp-version;.tar.bz2">
    88  <!ENTITY gimp-download-ftp  "ftp://ftp.gimp.org/pub/gimp/v2.6/gimp-&gimp-version;.tar.bz2">
    9   <!ENTITY gimp-md5sum        "a4d9462c9420954824a80c9b1963f9d">
     9  <!ENTITY gimp-md5sum        "bb2939fe13e54fc7255cef5d097bb5dd">
    1010  <!ENTITY gimp-size          "16 MB">
    11   <!ENTITY gimp-buildsize     "330 MB to 430 MB (additional 78 MB to install help files)">
    12   <!ENTITY gimp-time          "5.5 to 5.7 SBU (additional 0.7 SBU to run the test suite)">
     11  <!ENTITY gimp-buildsize     "349 MB to 530 MB (additional 78 MB to install help files)">
     12  <!ENTITY gimp-time          "5.3 to 6.1 SBU (additional 0.8 SBU to run the test suite)">
    1313
    1414  <!ENTITY gimp-help-version  "2.6.0-html-en">
     
    3939    photo retouching, image composition and image authoring.</para>
    4040
    41     &lfs67_checked;
     41    &lfs70_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6464
    6565    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    66     <itemizedlist spacing='compact'>
    67       <title>Help System</title>
     66     <itemizedlist spacing="compact">
     67      <title>Patches and Help System</title>
     68      <listitem>
     69         <para>Required patches: <ulink
     70      url="&patch-root;/gimp-&gimp-version;-security_fix-1.patch"/>
     71         and <ulink
     72      url="&patch-root;/gimp-&gimp-version;-libpng_fix-1.patch"/>
     73         </para>
     74       </listitem>
     75
    6876      <listitem>
    6977        <para>Optional help files: <ulink url="&gimp-help-download;"/> and/or
     
    7785        <para>Download size: &gimp-help-size;</para>
    7886      </listitem>
    79     </itemizedlist>
     87      </itemizedlist>
    8088
    8189    <bridgehead renderas="sect3">GIMP Dependencies</bridgehead>
     
    115123    an <xref linkend="server-mail"/> (that provides a
    116124    <command>sendmail</command> program),
     125    <!-- webkit-gtk is deliberately ignored because once we move to -1.6
     126     it will only provide webkit-3.0.pc and gimp-2.6.11 needs the old -1.0.pc -->
    117127    <xref linkend="x-window-system"/>,
    118128    and <xref linkend="gtk-doc"/></para>
     
    129139    the following commands:</para>
    130140
    131 <screen><userinput>./configure --prefix=/usr \
     141<screen><userinput>patch -Np1 -i ../gimp-&gimp-version;-security_fixes-1.patch &amp;&amp;
     142patch -Np1 -i ../gimp-&gimp-version;-libpng_fixes-1.patch &amp;&amp;
     143./configure --prefix=/usr \
    132144            --sysconfdir=/etc &amp;&amp;
    133145make</userinput></screen>
    134146
    135     <para>To test the results, issue: <command>make check</command>.</para>
     147    <para>To test the results, issue: <command>make -k check</command>.</para>
    136148
    137149    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    161173    <envar>datarootdir</envar> variable. Fortunately, passing
    162174    <parameter>-datadir=</parameter> works around the problem.</para> -->
     175
     176    <para><command>make -k check</command>: Although all the tests themselves
     177    are expected to pass, there is a bug in the i18n file validation which will
     178    fail with a warning message for the maintainer.</para>
    163179
    164180    <para><option>--without-libjpeg</option>: This option is necessary if
Note: See TracChangeset for help on using the changeset viewer.