Changeset 0610de8
- Timestamp:
- 04/30/2017 07:38:14 AM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- e4cdad4c
- Parents:
- c4098e0
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rc4098e0 r0610de8 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 29"> <!-- Always 2 digits -->3 <!ENTITY day "30"> <!-- Always 2 digits --> 4 4 <!ENTITY month "04"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "April 29th &year;">9 <!ENTITY releasedate "April 30th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/graphlib/gegl.xml
rc4098e0 r0610de8 120 120 121 121 <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> 122 130 Install <application>gegl</application> by running the following commands: 123 131 </para> 124 132 125 <screen><userinput>./ configure --prefix=/usr&&133 <screen><userinput>./autogen.sh --prefix=/usr --without-vala && 126 134 LC_ALL=en_US make</userinput></screen> 127 135 … … 152 160 153 161 <para> 154 < option>--without-vala</option>: Do not create a162 <parameter>--without-vala</parameter>: Do not create a 155 163 <application>vala</application> API - use this if 156 164 <command>vapigen</command> breaks the build. -
introduction/welcome/changelog.xml
rc4098e0 r0610de8 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[dj] - Fix build issue with gegl and gobject-introspection 49 >= 1.52.1.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 55 <para>April 29th, 2017</para> 56 <itemizedlist> 57 <listitem> 48 58 <para>[pierre] - Update to FOP-2.2, reinstate OFFO hyphenation 49 59 patterns and fix tests running. Fixes
Note:
See TracChangeset
for help on using the changeset viewer.