Changeset 56aab2e
- Timestamp:
- 12/10/2011 11:25:12 PM (13 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 5cd2984
- Parents:
- 8ddd2428
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r8ddd2428 r56aab2e 776 776 <!ENTITY gnumeric-version "1.10.11"> 777 777 <!ENTITY gnucash-version "2.2.4"> 778 <!ENTITY gimp-version "2.6. 8">778 <!ENTITY gimp-version "2.6.11"> 779 779 <!ENTITY evolution-version "2.30.2"> 780 780 <!ENTITY icedtea-web-version "1.0.1"> -
introduction/welcome/changelog.xml
r8ddd2428 r56aab2e 51 51 <para>[ken] - Updated to gegl-0.1.8.</para> 52 52 </listitem> 53 <listitem> 54 <para>[ken] - Updated to gimp-2.6.11.</para> 55 </listitem> 53 56 </itemizedlist> 54 57 </listitem> -
xsoft/office/gimp.xml
r8ddd2428 r56aab2e 5 5 %general-entities; 6 6 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"> 8 8 <!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"> 10 10 <!ENTITY gimp-size "16 MB"> 11 <!ENTITY gimp-buildsize "3 30 MB to 430 MB (additional 78 MB to install help files)">12 <!ENTITY gimp-time "5. 5 to 5.7 SBU (additional 0.7SBU 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)"> 13 13 14 14 <!ENTITY gimp-help-version "2.6.0-html-en"> … … 39 39 photo retouching, image composition and image authoring.</para> 40 40 41 &lfs 67_checked;41 &lfs70_checked; 42 42 43 43 <bridgehead renderas="sect3">Package Information</bridgehead> … … 64 64 65 65 <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 68 76 <listitem> 69 77 <para>Optional help files: <ulink url="&gimp-help-download;"/> and/or … … 77 85 <para>Download size: &gimp-help-size;</para> 78 86 </listitem> 79 </itemizedlist>87 </itemizedlist> 80 88 81 89 <bridgehead renderas="sect3">GIMP Dependencies</bridgehead> … … 115 123 an <xref linkend="server-mail"/> (that provides a 116 124 <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 --> 117 127 <xref linkend="x-window-system"/>, 118 128 and <xref linkend="gtk-doc"/></para> … … 129 139 the following commands:</para> 130 140 131 <screen><userinput>./configure --prefix=/usr \ 141 <screen><userinput>patch -Np1 -i ../gimp-&gimp-version;-security_fixes-1.patch && 142 patch -Np1 -i ../gimp-&gimp-version;-libpng_fixes-1.patch && 143 ./configure --prefix=/usr \ 132 144 --sysconfdir=/etc && 133 145 make</userinput></screen> 134 146 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> 136 148 137 149 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> … … 161 173 <envar>datarootdir</envar> variable. Fortunately, passing 162 174 <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> 163 179 164 180 <para><option>--without-libjpeg</option>: This option is necessary if
Note:
See TracChangeset
for help on using the changeset viewer.