Changeset 0610de8


Ignore:
Timestamp:
04/30/2017 07:38:14 AM (7 years ago)
Author:
DJ Lucas <dj@…>
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:
e4cdad4c
Parents:
c4098e0
Message:

Fix build issue with gegl and gobject-introspection >= 1.52.1.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc4098e0 r0610de8  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "29">                   <!-- Always 2 digits -->
     3<!ENTITY day          "30">                   <!-- Always 2 digits -->
    44<!ENTITY month        "04">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 29th &year;">
     9<!ENTITY releasedate  "April 30th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/graphlib/gegl.xml

    rc4098e0 r0610de8  
    120120
    121121    <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
     126sed -i '/srcdir)\/gegl\/property-types/a\\t-DG_LOG_DOMAIN=\\\"GEGL\\\" \\' \
     127    gegl/Makefile.am</userinput></screen>
     128
     129    <para>
    122130      Install <application>gegl</application> by running the following commands:
    123131    </para>
    124132
    125 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     133<screen><userinput>./autogen.sh --prefix=/usr --without-vala &amp;&amp;
    126134LC_ALL=en_US make</userinput></screen>
    127135
     
    152160
    153161    <para>
    154       <option>--without-vala</option>: Do not create a
     162      <parameter>--without-vala</parameter>: Do not create a
    155163      <application>vala</application> API - use this if
    156164      <command>vapigen</command> breaks the build.
  • introduction/welcome/changelog.xml

    rc4098e0 r0610de8  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[dj] - Fix build issue with gegl and gobject-introspection
     49          &gt;= 1.52.1.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
     55      <para>April 29th, 2017</para>
     56      <itemizedlist>
     57        <listitem>
    4858          <para>[pierre] - Update to FOP-2.2, reinstate OFFO hyphenation
    4959          patterns and fix tests running. Fixes
Note: See TracChangeset for help on using the changeset viewer.