Changeset bf18f95


Ignore:
Timestamp:
05/15/2017 09:53:01 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
5be5fc08
Parents:
0499056
Message:

Fix aspell issues with gcc7.
Update to gimp-2.8.22.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/aspell.xml

    r0499056 rbf18f95  
    4040
    4141    &lfs80_checked;
     42    &gcc7_checked;
    4243
    4344    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    103104  <sect2 role="installation">
    104105    <title>Installation of Aspell</title>
     106
     107    <para>First fix some probles identified by gcc7:</para>
     108
     109<screen><userinput>sed -i '/ top.do_check ==/s/top.do_check/*&amp;/' modules/filter/tex.cpp &amp;&amp;
     110sed -i '/word ==/s/word/*&amp;/'                  prog/check_funs.cpp</userinput></screen>
    105111
    106112    <para>
  • introduction/welcome/changelog.xml

    r0499056 rbf18f95  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Fix aspell issues with gcc7.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[bdubbs] - Update to gimp-2.8.22. Fixes
     52          <ulink url="&blfs-ticket-root;9220">#9220</ulink>.</para>
     53        </listitem>
     54        <listitem>
    4855          <para>[bdubbs] - Update to mesa-17.1.0. Fixes
    4956          <ulink url="&blfs-ticket-root;9234">#9234</ulink>.</para>
  • packages.ent

    r0499056 rbf18f95  
    718718<!ENTITY fontforge-version            "20161004">
    719719<!ENTITY gparted-version              "0.28.1">
    720 <!ENTITY gimp-version                 "2.8.20">
     720<!ENTITY gimp-version                 "2.8.22">
    721721<!ENTITY hexchat-version              "2.12.4">
    722722<!ENTITY icedtea-web-version          "1.6.2">
  • xsoft/other/gimp.xml

    r0499056 rbf18f95  
    77  <!ENTITY gimp-download-http "http://download.gimp.org/pub/gimp/v2.8/gimp-&gimp-version;.tar.bz2">
    88  <!ENTITY gimp-download-ftp  " ">
    9   <!ENTITY gimp-md5sum        "d405640c426b234d6efc36fb4f5bae57">
     9  <!ENTITY gimp-md5sum        "7e4fd7a53b1d3c32dff642ab1a94b44d">
    1010  <!ENTITY gimp-size          "20 MB">
    11   <!ENTITY gimp-buildsize     "643 MB (additional 714 MB to run
    12                                the test suite)">
    13   <!ENTITY gimp-time          "4.2 SBU (additional 0.8 SBU to run
    14                                the test suite)">
     11  <!ENTITY gimp-buildsize     "781 MB (add 718 MB for tests)">
     12  <!ENTITY gimp-time          "1.9 SBU (using parallelism=4; add 0.7 SBU for tests)">
    1513
    1614
     
    5048
    5149    &lfs80_checked;
     50    &gcc7_checked;
    5251
    5352    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.