Changeset 389246e for xsoft


Ignore:
Timestamp:
04/12/2016 10:19:55 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:
145c21bc
Parents:
5ca14bdd
Message:

Update to apache-2.4.20.
Update to scons-2.5.0.
Change gimp instructions to allow building with gegl-0.3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/gimp.xml

    r5ca14bdd r389246e  
    172172    </para>
    173173
    174 <screen><userinput>./configure --prefix=/usr \
     174<screen><userinput>sed -i '/gegl/s/2/3/' configure.ac &amp;&amp;
     175autoreconf -fiv                    &amp;&amp;
     176
     177./configure --prefix=/usr \
    175178            --sysconfdir=/etc \
    176179            --without-gvfs &amp;&amp;
     
    199202    <para>
    200203      The <filename>gimp-help</filename> tarball contains images and English
    201       text help for help files, together with translations.<!-- It is
    202       &quot;work in progress&quot;.-->
     204      text help for help files, together with translations.
    203205    </para>
    204206
     
    237239  <sect2 role="commands" id="gimp-cmd-explanations">
    238240    <title>Command Explanations</title>
     241
     242    <para>
     243      <command> sed ... configure.ac</command>: This command allows
     244      building with the current version of gegl.
     245    </para>
    239246
    240247    <para>
Note: See TracChangeset for help on using the changeset viewer.