Changeset 80df29b for xsoft


Ignore:
Timestamp:
05/12/2006 11:11:14 PM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
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:
25a19d85
Parents:
02a9980
Message:

Updated to gimp-2.2.11

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/gimp.xml

    r02a9980 r80df29b  
    77  <!ENTITY gimp-download-http "http://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/v2.2/gimp-&gimp-version;.tar.bz2">
    88  <!ENTITY gimp-download-ftp  "ftp://ftp.gimp.org/pub/gimp/v2.2/gimp-&gimp-version;.tar.bz2">
    9   <!ENTITY gimp-md5sum        "aa29506ed2272af02941a7a601a7a097">
    10   <!ENTITY gimp-size          "12.9 MB">
    11   <!ENTITY gimp-buildsize     "446 MB (includes installing the help system)">
    12   <!ENTITY gimp-time          "5.1 SBU (additional 0.8 SBU to run test suite)">
    13 
    14   <!ENTITY gimp-help-version  "0.9">
    15   <!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     "27.2 MB">
    17   <!ENTITY gimp-help-md5sum   "c2f5c20cc5d861e7d403dda8e46d1c97">
     9  <!ENTITY gimp-md5sum        "0403e9b4e0415c99cd27b137b9839212">
     10  <!ENTITY gimp-size          "12.3 MB">
     11  <!ENTITY gimp-buildsize     "501 MB (includes installing the help system)">
     12  <!ENTITY gimp-time          "5.5 SBU (additional 0.8 SBU to run test suite
     13                              and additional 8.2 SBU to build help files)">
     14
     15  <!ENTITY gimp-help-version  "0.10">
     16  <!ENTITY gimp-help-download "ftp://ftp.gimp.org/pub/gimp/help/gimp-help-2-&gimp-help-version;.tar.gz">
     17  <!ENTITY gimp-help-size     "39.9 MB">
     18  <!ENTITY gimp-help-md5sum   "22a1e10c314c5547fe8721c4f6f0b30a">
    1819]>
    1920
     
    116117    <ulink url="http://wvware.sourceforge.net/libwmf.html">libwmf</ulink></para>
    117118
     119    <bridgehead renderas="sect4">Optional (for Building Documentation from the Help Tarball)</bridgehead>
     120    <para role="optional">
     121    <xref linkend="libxslt"/>,
     122    <xref linkend="DocBook"/>,
     123    <xref linkend="docbook-xsl"/>, and
     124    <xref linkend="imagemagick"/> (only needed to optimize PNG images)</para>
     125
    118126    <para condition="html" role="usernotes">User Notes:
    119127    <ulink url="&blfs-wiki;/gimp"/></para>
     
    140148
    141149    <para>The <filename>gimp-help</filename> tarball contains a help system
    142     designed for use with the internal <application>GIMP</application> help
    143     browser, external web browsers and HTML renderers. If you downloaded the
    144     <filename>gimp-help</filename> tarball, change directories out of the
    145     <application>GIMP</application> source tree to the root of your build
    146     directory. Now unpack the <filename>gimp-help</filename> tarball and
    147     change directories to the root of the newly created source tree (as an
    148     unprivileged user). Issue the following commands to install the help
    149     files:</para>
     150    designed for use with external web browsers, the internal
     151    <application>GIMP</application> help browser, and HTML renderers.
     152    The tarball only contains the XML sources, so you will need
     153    the <command>xsltproc</command> program from <xref linkend="libxslt"/>
     154    to build the HTML files.</para>
     155
     156    <para>If you downloaded the <filename>gimp-help</filename> tarball, change
     157    directories out of the <application>GIMP</application> source tree to
     158    the root of your build directory. Now unpack the
     159    <filename>gimp-help</filename> tarball and change directories to the
     160    root of the newly created source tree (as an unprivileged user).
     161    Issue the following commands to install the help files:</para>
    150162
    151163<screen><userinput>./configure &amp;&amp;
     
    202214      <para><application>GIMP</application> executes a configuration wizard
    203215      for each user upon their initial use of the program.</para>
     216
     217      <para><application>GIMP</application> executes the
     218      <command>mozilla</command> web browser by default to view the help
     219      files.  If you do not have <application>Mozilla</application>, or
     220      prefer a different web browser, you can set a new system value in
     221      <filename>/etc/gimp/2.0/gimprc</filename>.  Execute the following
     222      command as the <systemitem class="username">root</systemitem> user,
     223      replacing <replaceable>&lt;browser&gt;</replaceable> with your
     224      preferred web browser:</para>
     225
     226<screen role="root"><userinput>echo '(web-browser "<replaceable>&lt;browser&gt;</replaceable> %s")' &gt;&gt; /etc/gimp/2.0/gimprc</userinput></screen>
    204227
    205228    </sect3>
Note: See TracChangeset for help on using the changeset viewer.