Changeset 45439b9


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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r49b0f95 r45439b9  
    278278<!ENTITY clutter-gtk-version          "1.2.0">
    279279<!ENTITY mx-version                   "1.4.5">
    280 <!ENTITY babl-version                 "0.1.6">
    281 <!ENTITY gegl-version                 "0.1.8">
     280<!ENTITY babl-version                 "0.1.10">
     281<!ENTITY gegl-version                 "0.2.0">
    282282<!ENTITY colord-version               "0.1.19">
    283283
     
    938938<!ENTITY balsa-version                "2.4.12">
    939939<!ENTITY gparted-version              "0.12.1">
    940 <!ENTITY gimp-version                 "2.6.12">
     940<!ENTITY gimp-version                 "2.8.0">
    941941<!ENTITY icedtea-web-version          "1.0.1">
    942942<!ENTITY inkscape-version             "0.48.2">
  • general/graphlib/babl.xml

    r49b0f95 r45439b9  
    99  <!ENTITY babl-download-ftp
    1010  "ftp://ftp.gimp.org/pub/babl/0.1//babl-&babl-version;.tar.bz2">
    11   <!ENTITY babl-md5sum        "dc960981a5ec5330fc1c177be9f59068">
    12   <!ENTITY babl-size          "452 KB">
    13   <!ENTITY babl-buildsize     "11.3 MB">
     11  <!ENTITY babl-md5sum        "9e1542ab5c0b12ea3af076a9a2f02d79">
     12  <!ENTITY babl-size          "440 KB">
     13  <!ENTITY babl-buildsize     "12 MB">
    1414  <!ENTITY babl-time          "0.2 SBU">
    1515]>
     
    9898    </para>
    9999
    100 <screen><userinput>sed -i 's#DBABL_IS_BEING_COMPILED#&amp; -lgmodule-2.0#' babl/Makefile.in &amp;&amp;
    101 ./configure --prefix=/usr &amp;&amp;
     100<screen><userinput>./configure --prefix=/usr &amp;&amp;
    102101make</userinput></screen>
    103102
     
    119118  <sect2 role="commands">
    120119    <title>Command Explanations</title>
    121 
    122     <para>
    123       <command>sed -i 's#DBABL_IS_BEING_COMPILED#&amp; -lgmodule-2.0#'
    124       babl/Makefile.in</command>: This sed fixes compiling when both
    125       <application>Glib-2.32</application> and
    126       <xref linkend="gobject-introspection"/> are installed.
    127     </para>
    128120
    129121    <para>
  • general/graphlib/gegl.xml

    r49b0f95 r45439b9  
    66
    77  <!ENTITY gegl-download-http
    8   "http://gd.tuwien.ac.at/graphics/gimp/gegl/0.1/gegl-&gegl-version;.tar.bz2">
     8  "http://gd.tuwien.ac.at/graphics/gimp/gegl/0.2/gegl-&gegl-version;.tar.bz2">
    99  <!ENTITY gegl-download-ftp
    10   "ftp://ftp.gimp.org/pub/gegl/0.1/gegl-&gegl-version;.tar.bz2">
    11   <!ENTITY gegl-md5sum        "c8279b86b3d584ee4f503839fc500425">
    12   <!ENTITY gegl-size          "5.2 MB">
    13   <!ENTITY gegl-buildsize     "48 MB">
    14   <!ENTITY gegl-time          "0.8 SBU">
     10  "ftp://ftp.gimp.org/pub/gegl/0.2/gegl-&gegl-version;.tar.bz2">
     11  <!ENTITY gegl-md5sum        "32b00002f1f1e316115c4ed922e1dec8">
     12  <!ENTITY gegl-size          "7.2 MB">
     13  <!ENTITY gegl-buildsize     "50 MB">
     14  <!ENTITY gegl-time          "0.9 SBU">
    1515]>
    1616
     
    120120    </para>
    121121
    122 <screen><userinput>echo 'Babl-0.1' > gegl/gegl-0.1.deps &amp;&amp;
    123 sed -i '/INTROSPECTION_SCANNER_ARGS/s#$# -lgmodule-2.0#' gegl/Makefile.in &amp;&amp;
    124 ./configure --prefix=/usr &amp;&amp;
     122<screen><userinput>./configure --prefix=/usr &amp;&amp;
    125123make</userinput></screen>
    126124
     
    133131    </para>
    134132
    135 <screen role="root"><userinput>make install &amp;&amp;
    136 install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/gegl
     133<screen role="root"><userinput>make install
    137134</userinput></screen>
    138135  </sect2>
     
    140137  <sect2 role="commands">
    141138    <title>Command Explanations</title>
    142 
    143     <para>
    144       <command>echo 'Babl-0.1' > gegl/gegl-0.1.deps</command>: This command
    145       fixes compiling <application>Gegl</application> if you have
    146       <xref linkend="gobject-introspection"/> installed.
    147     </para>
    148 
    149     <para>
    150       <command>sed -i '/INTROSPECTION_SCANNER_ARGS/s#$# -lgmodule-2.0#'
    151       gegl/Makefile.in</command>: This sed fixes compiling
    152       <application>Gegl</application> if you have
    153       <application>Glib-2.32</application> and
    154       <xref linkend="gobject-introspection"/> installed.
    155     </para>
    156 
    157     <para>
    158       <parameter>install -v -m644 docs/*.{css,html}
    159       /usr/share/gtk-doc/html/gegl</parameter>: The command '<command>make
    160       install</command>' only installs <filename>operations.html</filename>,
    161       omitting the stylesheet and <filename>index.html</filename>. This extra
    162       command ensures all the links in the html work.
    163     </para>
    164139
    165140    <para>
  • introduction/welcome/changelog.xml

    r49b0f95 r45439b9  
    5454          <para>[abenton] - Updated Parted to 3.1.</para>
    5555        </listitem>
     56        <listitem>
     57          <para>[ken] - Updated to babl-0.1.10, gegl-0.2.0, gimp-2.8.0. Fixes
     58          <ulink url="&blfs-ticket-root;3353">#3353</ulink>,
     59          <ulink url="&blfs-ticket-root;3354">#3354</ulink> and
     60          <ulink url="&blfs-ticket-root;3352">#3352</ulink>.</para>
     61        </listitem>
    5662      </itemizedlist>
    5763    </listitem>
  • 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.