Changeset a4d3fe5 for xsoft


Ignore:
Timestamp:
11/22/2015 03:48:48 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b663ee2
Parents:
ec91d9f
Message:
  • Update to gimp-2.8.16. Split Gimp and Gimp-Help in the same page (statistics, build instructions). Statistics, particularly, were too cluttered, but I believe it could be further simplified, perhaps moving some parts to the text (?).

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/gimp.xml

    rec91d9f ra4d3fe5  
    88  <!ENTITY gimp-download-ftp  " ">
    99<!--  <!ENTITY gimp-download-ftp  "ftp://mirrors.xmission.com/gimp/gimp/v2.8/gimp-&gimp-version;.tar.bz2">-->
    10   <!ENTITY gimp-md5sum        "233c948203383fa078434cc3f8f925cb">
     10  <!ENTITY gimp-md5sum        "30e0a1b7c18b0e3415f4ac54567252ac">
    1111  <!ENTITY gimp-size          "20 MB">
    12   <!ENTITY gimp-buildsize     "642 MB (additional 553 MB to run the test suite,
    13                                 the help files add from 307 MB (en only) to
    14                                 reputedly 1.3 GB (all 18 languages), typically
    15                                 increasing by 60 MB per translation)">
    16   <!ENTITY gimp-time          "4.2 SBU (additional 0.9 SBU to run the test
    17                                 suite, and for the help files, from 0.6 SBU (en
    18                                 only) to reputedly 19 SBU (all) - typically 1.3
    19                                 SBU per translation)">
    20 
    21   <!ENTITY gimp-help-version  "2.8.2">
    22   <!ENTITY gimp-help-download "http://download.gimp.org/pub/gimp/help/gimp-help-&gimp-help-version;.tar.bz2">
    23   <!ENTITY gimp-help-md5sum   "a591c8974b2f4f584d0a769d52ed6c5b">
    24   <!ENTITY gimp-help-size     "152 MB">
     12  <!ENTITY gimp-buildsize     "632 MB (additional 690 MB to run
     13                               the test suite)">
     14  <!ENTITY gimp-time          "4.2 SBU (additional 0.7 SBU to run
     15                               the test suite)">
     16
     17
     18  <!ENTITY gimp-help-version    "2.8.2">
     19  <!ENTITY gimp-help-download   "http://download.gimp.org/pub/gimp/help/gimp-help-&gimp-help-version;.tar.bz2">
     20  <!ENTITY gimp-help-md5sum     "a591c8974b2f4f584d0a769d52ed6c5b">
     21  <!ENTITY gimp-help-size       "152 MB">
     22  <!ENTITY gimp-help-buildsize  "From 307 MB (en only) to 1257 MB (all 18
     23                                 languages), average of 52 MB per translation">
     24  <!ENTITY gimp-help-time       "0.8 SBU (en only), average of 1.2 SBU per
     25                                 translation (measured with 5 languages), 5.9
     26                                 SBU, with parallelism=8, for all languages">
    2527]>
    2628
     
    103105      <listitem>
    104106        <para>
     107          Estimated disk space required: &gimp-help-buildsize;
     108        </para>
     109      </listitem>
     110      <listitem>
     111        <para>
     112          Estimated build time: &gimp-help-time;
     113        </para>
     114      </listitem>
     115<!--      <listitem>
     116        <para>
    105117          Optional patch:
    106118          <ulink url="&patch-root;/gimp-&gimp-version;-device_info-1.patch"/>
    107119        </para>
    108       </listitem>
     120      </listitem>-->
    109121<!--      <listitem>
    110122        <para>
     
    147159      <xref linkend="libmng"/>,
    148160      <xref linkend="librsvg"/>,
    149       <ulink url="http://wvware.sourceforge.net/libwmf.html">libwmf</ulink>,
    150161      <xref linkend="poppler"/>,
    151162      an <xref linkend="server-mail"/> (that provides a
    152163      <command>sendmail</command> program),
    153164      <xref linkend="webkitgtk2"/> (required for the help-plugin) and
    154       <xref linkend="gtk-doc"/>
     165      <xref linkend="gtk-doc"/>, and
     166      <ulink url="http://wvware.sourceforge.net/libwmf.html">libwmf</ulink>
    155167    </para>
    156168
     
    171183
    172184    <para>
    173       In order to get rid of an annoying message when running from a terminal
    174       and/or if you wish to run the test suite, optionally use the
    175       following patch:
    176     </para>
    177 
    178 <screen><userinput>patch -Np1 -i ../gimp-&gimp-version;-device_info-1.patch</userinput></screen>
    179 
    180     <para>
    181185      Install <application>Gimp</application> by running
    182186      the following commands:
    183187    </para>
    184188
    185 <screen><userinput>LDFLAGS="$LDFLAGS -lm" \
    186 ./configure --prefix=/usr \
    187             -sysconfdir=/etc \
     189<screen><userinput>./configure --prefix=/usr \
     190            --sysconfdir=/etc \
    188191            --without-gvfs &amp;&amp;
    189192
     
    202205<screen role="root"><userinput>make install</userinput></screen>
    203206
     207    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     208      href="../../xincludes/update-icons-and-desktop.xml"/>
     209
     210  </sect2>
     211
     212  <sect2 role="installation">
     213    <title>Installation of Gimp-Help</title>
     214
    204215    <para>
    205216      The <filename>gimp-help</filename> tarball contains images and English
    206       text help for help files, together with translations. It is
    207       &quot;work in progress&quot;.
     217      text help for help files, together with translations.<!-- It is
     218      &quot;work in progress&quot;.-->
    208219    </para>
    209220
     
    253264chown -R root:root /usr/share/gimp/2.0/help</userinput></screen>
    254265
    255     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    256       href="../../xincludes/update-icons-and-desktop.xml"/>
    257 
    258266  </sect2>
    259267
    260268  <sect2 role="commands" id="gimp-cmd-explanations">
    261269    <title>Command Explanations</title>
    262 
    263     <para>
    264       <envar>LDFLAGS="$LDFLAGS -lm" ...</envar>: help the linker to find some
    265       symbols.
    266     </para>
    267270
    268271    <para>
     
    334337      </para>
    335338
    336       <para>
    337         The <application>Gimp</application> executes the
    338         <command>firefox</command> web browser by default to view the help
    339         files. If you do not have <application>Firefox</application>, or
    340         prefer a different web browser, you can set a new system value in
    341         <filename>/etc/gimp/2.0/gimprc</filename>. Execute the following
    342         command as the <systemitem class="username">root</systemitem> user,
    343         replacing <replaceable>&lt;browser&gt;</replaceable> with your
    344         preferred web browser:
    345       </para>
    346 
    347 <screen role="root"><userinput>echo '(web-browser "<replaceable>&lt;browser&gt;</replaceable> %s")' &gt;&gt; /etc/gimp/2.0/gimprc</userinput></screen>
    348 
    349339    </sect3>
    350340
     
    361351      <seglistitem>
    362352        <seg>
    363           gimp, gimp-2.8, gimp-console, gimp-console-2.8 and
     353          gimp, gimp-2.8,
     354          gimp-console, gimp-console-2.8, and
    364355          gimptool-2.0
    365356        </seg>
     
    367358          libgimp-2.0.so, libgimpbase-2.0.so, libgimpcolor-2.0.so,
    368359          libgimpconfig-2.0.so, libgimpmath-2.0.so, libgimpmodule-2.0.so,
    369           libgimpthumb-2.0.so, libgimpui-2.0.so and libgimpwidgets-2.0.so
     360          libgimpthumb-2.0.so, libgimpui-2.0.so, and libgimpwidgets-2.0.so
    370361        </seg>
    371362        <seg>
    372363          /etc/gimp,
    373364          /usr/include/gimp-2.0,
    374           /usr/lib/gimp,
    375           /usr/share/gimp,
     365          /usr/{lib,share}/gimp,
    376366          /usr/share/gimp/2.0/help/{en,lang2,lang3,...},
    377           /usr/share/gtk-doc/html/{libgimp,libgimpbase,libgimpcolor},
    378           /usr/share/gtk-doc/html/{libgimpconfig,libgimpmath},
    379           /usr/share/gtk-doc/html/{libgimpmodule,libgimpthumb} and
    380           /usr/share/gtk-doc/html/libgimpwidgets
     367          /usr/share/gtk-doc/html/libgimp{,base,color,config}, and
     368          /usr/share/gtk-doc/html/libgimp{math,module,thumb,widgets}
    381369        </seg>
    382370      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.