Changeset 83d02fc6 for general


Ignore:
Timestamp:
05/16/2017 10:40:04 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:
931a597
Parents:
69d725d4
Message:

Update to cups-filters-1.14.0.
Update to thunderbird-52.1.1.
Update to gegl-0.3.16.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/gegl.xml

    r69d725d4 r83d02fc6  
    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        "0c4fbdc68d9bcebb21898379a438b862">
    11   <!ENTITY gegl-size          "5.7 MB">
    12   <!ENTITY gegl-buildsize     "135 MB (add 26 MB for tests)">
    13   <!ENTITY gegl-time          "1.6 SBU (add 0.9 SBU for tests)">
     10  <!ENTITY gegl-md5sum        "e4a523420c5f050c0ca0187b3758ce23">
     11  <!ENTITY gegl-size          "5.8 MB">
     12  <!ENTITY gegl-buildsize     "126 MB (add 23 MB for tests)">
     13  <!ENTITY gegl-time          "1.7 SBU (add 0.7 SBU for tests)">
    1414]>
    1515
     
    3737
    3838    &lfs80_checked;
     39    &gcc7_checked;
    3940
    4041    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    120121
    121122    <para>
    122       First, fix an issue with gobject-introspection-1.52.1:
    123     </para>
    124 
    125 <screen><userinput>sed -i /DG_LOG/d configure.ac
    126 sed -i '/srcdir)\/gegl\/property-types/a\\t-DG_LOG_DOMAIN=\\\"GEGL\\\" \\' \
    127     gegl/Makefile.am</userinput></screen>
    128 
    129     <para>
    130123      Install <application>gegl</application> by running the following commands:
    131124    </para>
    132125
    133 <screen><userinput>./autogen.sh --prefix=/usr --without-vala &amp;&amp;
     126<screen><userinput>./configure --prefix=/usr &amp;&amp;
    134127LC_ALL=en_US make</userinput></screen>
    135128
Note: See TracChangeset for help on using the changeset viewer.