Add a sed to fix pango.

Update to gegl-0.3.22. 
Update to feh-2.22.2. 
Update to babl-0.1.36.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19498 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2017-11-14 21:34:35 +00:00
parent 09bc4a4455
commit 550d48d879
7 changed files with 47 additions and 16 deletions

View File

@ -102,8 +102,9 @@
</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
meson --prefix /usr .. &amp;&amp;
cd build &amp;&amp;
meson --prefix=/usr .. &amp;&amp;
ninja</userinput></screen>
<para>

View File

@ -6,7 +6,7 @@
<!ENTITY babl-download-http "https://download.gimp.org/pub/babl/0.1/babl-&babl-version;.tar.bz2">
<!ENTITY babl-download-ftp " ">
<!ENTITY babl-md5sum "b0271f94f5b0b1ae7c06e2f6a04c5f1c">
<!ENTITY babl-md5sum "a6040bcc03b121472b4f23f06df27279">
<!ENTITY babl-size "640 KB">
<!ENTITY babl-buildsize "14 MB (with tests)">
<!ENTITY babl-time "0.3 SBU (with tests)">

View File

@ -6,10 +6,10 @@
<!ENTITY gegl-download-http "https://download.gimp.org/pub/gegl/0.3/gegl-&gegl-version;.tar.bz2">
<!ENTITY gegl-download-ftp " ">
<!ENTITY gegl-md5sum "5a31ebb855f525fecedccf6b84be4a07">
<!ENTITY gegl-size "5.6 MB">
<!ENTITY gegl-buildsize "140 MB (add 21 MB for tests)">
<!ENTITY gegl-time "1.4 SBU (add 0.4 SBU for tests)">
<!ENTITY gegl-md5sum "6613b8d473674980df51156cf16079c1">
<!ENTITY gegl-size "6.2 MB">
<!ENTITY gegl-buildsize "122 MB (add 22 MB for tests)">
<!ENTITY gegl-time "1.6 SBU (add 0.5 SBU for tests)">
]>
<sect1 id="gegl" xreflabel="gegl-&gegl-version;">
@ -125,11 +125,16 @@
LC_ALL=en_US make</userinput></screen>
<para>
To test the results, issue: <command>make check</command>.
To test the results, issue: <command>make check</command>. Some
tests fail due to missing data.
<!-- for me, no failures : but I don't have all the optional deps,
no idea which test used to fail. Ken
To test the results, issue: <command>make -k check</command>. One
test is known to fail.-->
test is known to fail.
For version 0.3.22, the tests failed with
/bin/sh: line 1: ../../examples/gegl-video: No such file or directory
-->
</para>
<para>

View File

@ -44,12 +44,28 @@
<listitem>
<para>November 14th, 2017</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Add a sed to fix pango. Fixes
<ulink url="&blfs-ticket-root;10025">#10025</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to gegl-0.3.22. Fixes
<ulink url="&blfs-ticket-root;10024">#10024</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to feh-2.22.2. Fixes
<ulink url="&blfs-ticket-root;10023">#10023</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to babl-0.1.36. Fixes
<ulink url="&blfs-ticket-root;10012">#10012</ulink>.</para>
</listitem>
<listitem>
<para>[pierre] - Update to time-1.8. Fixes
<ulink url="&blfs-ticket-root;10008">#10008</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to bus-1.5.17. Fixes
<para>[bdubbs] - Update to ibus-1.5.17. Fixes
<ulink url="&blfs-ticket-root;9921">#9921</ulink>.</para>
</listitem>
<listitem>

View File

@ -191,12 +191,12 @@
<!-- Chapter 10 -->
<!ENTITY aalib-version "1.4rc5">
<!ENTITY babl-version "0.1.34">
<!ENTITY babl-version "0.1.36">
<!ENTITY exiv2-version "0.26">
<!ENTITY freetype2-version "2.8.1">
<!ENTITY fontconfig-version "2.12.6"> <!-- stable lt .90 micro version -->
<!ENTITY fribidi-version "0.19.7">
<!ENTITY gegl-version "0.3.20">
<!ENTITY gegl-version "0.3.22">
<!ENTITY giflib-version "5.1.4">
<!ENTITY graphite2-version "1.3.10">
<!ENTITY harfbuzz-version "1.6.3">
@ -728,7 +728,7 @@
<!-- Chapter 44 -->
<!ENTITY balsa-version "2.5.3">
<!ENTITY ekiga-version "4.0.1">
<!ENTITY feh-version "2.22">
<!ENTITY feh-version "2.22.2">
<!--<!ENTITY fontforge-date "2015-02-28">-->
<!ENTITY fontforge-version "20170731">
<!ENTITY gparted-version "0.30.0">

View File

@ -113,14 +113,19 @@
commands:
</para>
<screen><userinput>mkdir build &amp;&amp;
<screen><userinput>sed -e '/is_char_break = TRUE/i if (attrs[i].is_cursor_position)' \
-e '/t break here/{N;s:\n:&amp;//:}' \
-i pango/break.c &amp;&amp;
mkdir build &amp;&amp;
cd build &amp;&amp;
meson --prefix=/usr --sysconfdir=/etc .. &amp;&amp;
ninja</userinput></screen>
<para>
To test the results, issue: <command>ninja test</command>. DThe
To test the results, issue: <command>ninja test</command>. One test,
test-layout. is known ot fail.
</para>
<para>
@ -134,6 +139,10 @@ ninja</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<para><command>sed ... pango/break.c</command>: This command
fixes a problem with wrapping log file names.
</para>
<para><option>-Denable-docs</option>: Use this switch if gtk-doc is
installed and you wish to rebuild and install the API documentation.
</para>

View File

@ -6,7 +6,7 @@
<!ENTITY feh-download-http "http://feh.finalrewind.org/feh-&feh-version;.tar.bz2">
<!ENTITY feh-download-ftp " ">
<!ENTITY feh-md5sum "5159522ea5a20d176860a1fc32c3aa07">
<!ENTITY feh-md5sum "09dbf7668897d308a68fc104729558ad">
<!ENTITY feh-size "2.0 MB">
<!ENTITY feh-buildsize "5.5 MB (with tests)">
<!ENTITY feh-time "less than 0.1 SBU (with tests)">