Changeset 45439b9 for xsoft


Ignore:
Timestamp:
05/05/2012 08:42:19 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:
099a8d0
Parents:
49b0f95
Message:

gimp-2.8.0 with babl-0.1.10 and gegl-0.2.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/gimp.xml

    r49b0f95 r45439b9  
    55  %general-entities;
    66
    7   <!ENTITY gimp-download-http "http://gd.tuwien.ac.at/graphics/gimp/gimp/v2.6/gimp-&gimp-version;.tar.bz2">
    8   <!ENTITY gimp-download-ftp  "ftp://ftp.gimp.org/pub/gimp/v2.6/gimp-&gimp-version;.tar.bz2">
    9   <!ENTITY gimp-md5sum        "9f876ee63a0c4a4c83f50f32fb3bbe63">
    10   <!ENTITY gimp-size          "16 MB">
    11   <!ENTITY gimp-buildsize     "539 MB (additional 78 MB to install help files)">
    12   <!ENTITY gimp-time          "5 SBU (additional 0.6 SBU to run the test suite)">
     7  <!ENTITY gimp-download-http "http://www.mirrorservice.org/sites/ftp.gimp.org/pub/gimp/v2.8/gimp-&gimp-version;.tar.bz2">
     8  <!ENTITY gimp-download-ftp  "ftp://ftp.gimp.org/pub/gimp/v2.8/gimp-&gimp-version;.tar.bz2">
     9  <!ENTITY gimp-md5sum        "28997d14055f15db063eb92e1c8a7ebb">
     10  <!ENTITY gimp-size          "20 MB">
     11  <!ENTITY gimp-buildsize     "607 MB (additonal 579 MB to run the test suite, additional 78 MB to install help files)">
     12  <!ENTITY gimp-time          "4.9 SBU (additional 0.9 SBU to run the test suite)">
    1313
    1414  <!ENTITY gimp-help-version  "2.6.0-html-en">
     
    113113    an <xref linkend="server-mail"/> (that provides a
    114114    <command>sendmail</command> program),
    115     <xref linkend="webkitgtk"/> (this must be compiled with
    116     <application>gtk+-2</application> backend, The
    117     <application>Gimp</application> uses <application>Webkit</application> to
    118     create it's help browser)
     115    <xref linkend="webkitgtk"/> (this must be compiled with the
     116    <application>gtk+-2</application> backend for the
     117    <application>Gimp</application> to use it to create its help browser)
    119118    and <xref linkend="gtk-doc"/></para>
    120119
     
    129128    the following commands:</para>
    130129
    131 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     130<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --without-gvfs &amp;&amp;
    132131make</userinput></screen>
    133132
    134     <para>To test the results, issue: <command>make check</command>.</para>
     133    <para>To test the results, from an xterm or similar, issue:
     134    <command>make check</command>.</para>
    135135
    136136    <para>Now, as the <systemitem class="username">root</systemitem>
     
    141141    <para>The <filename>gimp-help</filename> tarball contains preformatted HTML
    142142    for use with external web browsers, the internal
    143     <application>Gimp</application> help browser, and HTML renderers.</para>
     143    <application>Gimp</application> help browser, and HTML renderers. Some of
     144    the details have changed in <application>gimp-2.8</application>, but much of
     145    this is still relevant. Please also consult
     146    <ulink url="http://www.gimp.org/release-notes/gimp-2.8.html"/>.</para>
    144147
    145148    <para>If you downloaded the <filename>gimp-help</filename> tarball, unpack
     
    154157    <title>Command Explanations</title>
    155158
    156     <para><command>make check</command>: Although all the tests themselves
    157     are expected to pass, there is a bug in the i18n file validation which will
    158     fail with a warning message for the maintainer.</para>
     159    <para><parameter>--without-gvfs</parameter>: the choice of the backend to
     160    handle URI information, e.g. when dragging images from a browser into the
     161    <application>gimp</application>, is made at compile time.  This parameter will
     162    ensure that <application>curl</application> is used at run-time, instead of
     163    <application>gvfs</application>.  You can omit this if you are installing
     164    <application>gvfs</application> AND will be running <command>gvfsd</command>,
     165    e.g. in a <application>GNOME</application> desktop.</para>
    159166
    160167    <para><option>--without-libpng</option>: This option is necessary if
     
    181188
    182189      <para><filename>/etc/gimp/2.0/*</filename> and
    183       <filename>~/.gimp-2.6/gimprc</filename></para>
     190      <filename>~/.gimp-2.8/gimprc</filename></para>
    184191
    185192      <indexterm zone="gimp gimp-config">
     
    220227
    221228      <seglistitem>
    222         <seg>gimp, gimp-2.6, gimp-console, gimp-console-2.6,
     229        <seg>gimp, gimp-2.8, gimp-console, gimp-console-2.8,
    223230        and gimptool-2.0</seg>
    224231        <seg>libgimp-2.0.so, libgimpbase-2.0.so, libgimpcolor-2.0.so,
     
    240247        <term><command>gimp</command></term>
    241248        <listitem>
    242           <para>is a symbolic link to <command>gimp-2.6</command>.</para>
     249          <para>is a symbolic link to <command>gimp-2.8</command>.</para>
    243250          <indexterm zone="gimp gimp-prog">
    244251            <primary sortas="g-gimp">gimp</primary>
     
    247254      </varlistentry>
    248255
    249       <varlistentry id="gimp-2.6">
    250         <term><command>gimp-2.6</command></term>
     256      <varlistentry id="gimp-2.8">
     257        <term><command>gimp-2.8</command></term>
    251258        <listitem>
    252259          <para>is the Gnu Image Manipulation Program. It works with a variety
    253260          of image formats and provides a large selection of tools.</para>
    254           <indexterm zone="gimp gimp-2.6">
    255             <primary sortas="b-gimp-2.6">gimp-2.6</primary>
     261          <indexterm zone="gimp gimp-2.8">
     262            <primary sortas="b-gimp-2.8">gimp-2.8</primary>
    256263          </indexterm>
    257264        </listitem>
     
    261268        <term><command>gimp-console</command></term>
    262269        <listitem>
    263           <para>is a symbolic link to <command>gimp-console-2.6</command>.</para>
     270          <para>is a symbolic link to <command>gimp-console-2.8</command>.</para>
    264271          <indexterm zone="gimp gimp-console">
    265272            <primary sortas="g-gimp-console">gimp-console</primary>
     
    268275      </varlistentry>
    269276
    270       <varlistentry id="gimp-console-2.6">
    271         <term><command>gimp-console-2.6</command></term>
     277      <varlistentry id="gimp-console-2.8">
     278        <term><command>gimp-console-2.8</command></term>
    272279        <listitem>
    273280          <para>is a console program that behaves as if The
    274281          <application>Gimp</application> was called with the
    275282          <option>--no-interface</option> command-line option.</para>
    276           <indexterm zone="gimp gimp-console-2.6">
    277             <primary sortas="b-gimp-console-2.6">gimp-console-2.6</primary>
     283          <indexterm zone="gimp gimp-console-2.8">
     284            <primary sortas="b-gimp-console-2.8">gimp-console-2.8</primary>
    278285          </indexterm>
    279286        </listitem>
Note: See TracChangeset for help on using the changeset viewer.