Ignore:
Timestamp:
06/16/2016 10:47:45 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
07c3886d
Parents:
5101276
Message:

Update to libgpg-error-1.23.
Update to libgcrypy-1.7.1.
Update to git-2.9.0.
Update to autofs-5.1.2.
Update to gegl-0.3.8.
Update to babl-0.1.18.
Update to pcre-8.39.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/gegl.xml

    r5101276 r2086c106  
    88  <!ENTITY gegl-download-ftp " ">
    99<!--  <!ENTITY gegl-download-ftp "ftp://ftp.gimp.org/pub/gegl/0.2/gegl-&gegl-version;.tar.bz2">-->
    10   <!ENTITY gegl-md5sum        "e6b4eb720ef541aab8c9b12b1a517a78">
    11   <!ENTITY gegl-size          "5.5 MB">
    12   <!ENTITY gegl-buildsize     "138 MB (additional 25 MB for tests)">
    13   <!ENTITY gegl-time          "2.4 SBU (additional 1.9 SBU for tests)">
     10  <!ENTITY gegl-md5sum        "d2df2fe2236e3d5fe5bfc67d1c10cab4">
     11  <!ENTITY gegl-size          "5.6 MB">
     12  <!ENTITY gegl-buildsize     "151 MB (additional 8 MB for tests)">
     13  <!ENTITY gegl-time          "2.9 SBU (additional 1.4 SBU for tests)">
    1414]>
    1515
     
    116116    <title>Installation of gegl</title>
    117117
     118    <para>If desired, prevent the ouput of numerous invalid warnings:</para>
     119
     120<screen><userinput>sed -i "/seems to be moved/s/^/: #/" ltmain.sh</userinput></screen>
     121
    118122    <para>
    119123      Install <application>gegl</application> by running the following commands:
    120124    </para>
    121125
    122 <screen><userinput> sed -i '/check:/s/images//' tests/ff-load-save/Makefile.in &amp;&amp;
    123 
    124 ./configure --prefix=/usr &amp;&amp;
     126<screen><userinput>./configure --prefix=/usr &amp;&amp;
    125127LC_ALL=en_US make</userinput></screen>
    126128
    127129    <para>
    128       To test the results, issue: <command>make check</command>.
     130      To test the results, issue: <command>make -k check</command>. One
     131      test is known to fail.
    129132    </para>
    130133
     
    141144  <sect2 role="commands">
    142145    <title>Command Explanations</title>
    143 
    144     <para>
    145       <command>sed ...</command>:
    146       Skip tests that fail due to missing image files.
    147     </para>
    148146
    149147    <para>
Note: See TracChangeset for help on using the changeset viewer.