Changeset 550d48d8


Ignore:
Timestamp:
11/14/2017 09:34:35 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
9eaea53
Parents:
09bc4a4
Message:

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/json-glib.xml

    r09bc4a4 r550d48d8  
    103103
    104104<screen><userinput>mkdir build &amp;&amp;
    105 cd build &amp;&amp;
    106 meson --prefix /usr .. &amp;&amp;
     105cd    build &amp;&amp;
     106
     107meson --prefix=/usr .. &amp;&amp;
    107108ninja</userinput></screen>
    108109
  • general/graphlib/babl.xml

    r09bc4a4 r550d48d8  
    77  <!ENTITY babl-download-http "https://download.gimp.org/pub/babl/0.1/babl-&babl-version;.tar.bz2">
    88  <!ENTITY babl-download-ftp  " ">
    9   <!ENTITY babl-md5sum        "b0271f94f5b0b1ae7c06e2f6a04c5f1c">
     9  <!ENTITY babl-md5sum        "a6040bcc03b121472b4f23f06df27279">
    1010  <!ENTITY babl-size          "640 KB">
    1111  <!ENTITY babl-buildsize     "14 MB (with tests)">
  • general/graphlib/gegl.xml

    r09bc4a4 r550d48d8  
    77  <!ENTITY gegl-download-http "https://download.gimp.org/pub/gegl/0.3/gegl-&gegl-version;.tar.bz2">
    88  <!ENTITY gegl-download-ftp  " ">
    9   <!ENTITY gegl-md5sum        "5a31ebb855f525fecedccf6b84be4a07">
    10   <!ENTITY gegl-size          "5.6 MB">
    11   <!ENTITY gegl-buildsize     "140 MB (add 21 MB for tests)">
    12   <!ENTITY gegl-time          "1.4 SBU (add 0.4 SBU for tests)">
     9  <!ENTITY gegl-md5sum        "6613b8d473674980df51156cf16079c1">
     10  <!ENTITY gegl-size          "6.2 MB">
     11  <!ENTITY gegl-buildsize     "122 MB (add 22 MB for tests)">
     12  <!ENTITY gegl-time          "1.6 SBU (add 0.5 SBU for tests)">
    1313]>
    1414
     
    126126
    127127    <para>
    128       To test the results, issue: <command>make check</command>.
     128      To test the results, issue: <command>make check</command>. Some
     129      tests fail due to missing data.
    129130     <!-- for me, no failures : but I don't have all the optional deps,
    130131       no idea which test used to fail. Ken
    131132      To test the results, issue: <command>make -k check</command>. One
    132       test is known to fail.-->
     133      test is known to fail.
     134     
     135      For version 0.3.22, the tests failed with
     136      /bin/sh: line 1: ../../examples/gegl-video: No such file or directory
     137      -->
    133138    </para>
    134139
  • introduction/welcome/changelog.xml

    r09bc4a4 r550d48d8  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Add a sed to fix pango. Fixes
     49          <ulink url="&blfs-ticket-root;10025">#10025</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to gegl-0.3.22. Fixes
     53          <ulink url="&blfs-ticket-root;10024">#10024</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[bdubbs] - Update to feh-2.22.2. Fixes
     57          <ulink url="&blfs-ticket-root;10023">#10023</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[bdubbs] - Update to babl-0.1.36. Fixes
     61          <ulink url="&blfs-ticket-root;10012">#10012</ulink>.</para>
     62        </listitem>
     63        <listitem>
    4864          <para>[pierre] - Update to time-1.8. Fixes
    4965          <ulink url="&blfs-ticket-root;10008">#10008</ulink>.</para>
    5066        </listitem>
    5167        <listitem>
    52           <para>[bdubbs] - Update to bus-1.5.17. Fixes
     68          <para>[bdubbs] - Update to ibus-1.5.17. Fixes
    5369          <ulink url="&blfs-ticket-root;9921">#9921</ulink>.</para>
    5470        </listitem>
  • packages.ent

    r09bc4a4 r550d48d8  
    192192<!-- Chapter 10 -->
    193193<!ENTITY aalib-version                "1.4rc5">
    194 <!ENTITY babl-version                 "0.1.34">
     194<!ENTITY babl-version                 "0.1.36">
    195195<!ENTITY exiv2-version                "0.26">
    196196<!ENTITY freetype2-version            "2.8.1">
    197197<!ENTITY fontconfig-version           "2.12.6">  <!-- stable lt .90 micro version -->
    198198<!ENTITY fribidi-version              "0.19.7">
    199 <!ENTITY gegl-version                 "0.3.20">
     199<!ENTITY gegl-version                 "0.3.22">
    200200<!ENTITY giflib-version               "5.1.4">
    201201<!ENTITY graphite2-version            "1.3.10">
     
    729729<!ENTITY balsa-version                "2.5.3">
    730730<!ENTITY ekiga-version                "4.0.1">
    731 <!ENTITY feh-version                  "2.22">
     731<!ENTITY feh-version                  "2.22.2">
    732732<!--<!ENTITY fontforge-date               "2015-02-28">-->
    733733<!ENTITY fontforge-version            "20170731">
  • x/lib/pango.xml

    r09bc4a4 r550d48d8  
    114114    </para>
    115115
    116 <screen><userinput>mkdir build &amp;&amp;
     116<screen><userinput>sed -e '/is_char_break = TRUE/i if (attrs[i].is_cursor_position)' \
     117    -e '/t break here/{N;s:\n:&amp;//:}' \
     118    -i pango/break.c &amp;&amp;
     119
     120mkdir build &amp;&amp;
    117121cd    build &amp;&amp;
    118122
     
    121125
    122126    <para>
    123       To test the results, issue: <command>ninja test</command>. DThe
     127      To test the results, issue: <command>ninja test</command>. One test,
     128      test-layout. is known ot fail.
    124129    </para>
    125130
     
    134139  <sect2 role="commands">
    135140    <title>Command Explanations</title>
     141
     142    <para><command>sed ... pango/break.c</command>: This command
     143    fixes a problem with wrapping log file names.
     144    </para>
    136145
    137146    <para><option>-Denable-docs</option>: Use this switch if gtk-doc is
  • xsoft/other/feh.xml

    r09bc4a4 r550d48d8  
    77  <!ENTITY feh-download-http "http://feh.finalrewind.org/feh-&feh-version;.tar.bz2">
    88  <!ENTITY feh-download-ftp  " ">
    9   <!ENTITY feh-md5sum        "5159522ea5a20d176860a1fc32c3aa07">
     9  <!ENTITY feh-md5sum        "09dbf7668897d308a68fc104729558ad">
    1010  <!ENTITY feh-size          "2.0 MB">
    1111  <!ENTITY feh-buildsize     "5.5 MB (with tests)">
Note: See TracChangeset for help on using the changeset viewer.