Changeset ec2353a for general/graphlib


Ignore:
Timestamp:
03/17/2020 07:50:34 PM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
dca1247
Parents:
4969ec3c
Message:

rustc-1.39.0,
librsvg-2.48.0,
fix seamonkey for this version of rust.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/librsvg.xml

    r4969ec3c rec2353a  
    55  %general-entities;
    66
    7   <!ENTITY librsvg-download-http "&gnome-download-http;/librsvg/2.46/librsvg-&librsvg-version;.tar.xz">
    8   <!ENTITY librsvg-download-ftp  "&gnome-download-ftp;/librsvg/2.46/librsvg-&librsvg-version;.tar.xz">
    9   <!ENTITY librsvg-md5sum        "aca4001b267de77924b786886a1ad64a">
    10   <!ENTITY librsvg-size          "12 MB">
    11   <!ENTITY librsvg-buildsize     "849 MB (add 375 MB for tests)">
    12   <!ENTITY librsvg-time          "1.7 SBU (add 1.2 SBU for tests)">
     7  <!ENTITY librsvg-download-http "&gnome-download-http;/librsvg/2.48/librsvg-&librsvg-version;.tar.xz">
     8  <!ENTITY librsvg-download-ftp  "&gnome-download-ftp;/librsvg/2.48/librsvg-&librsvg-version;.tar.xz">
     9  <!ENTITY librsvg-md5sum        "1f682259f2d11e786f283079e4ed02b7">
     10  <!ENTITY librsvg-size          "13 MB">
     11  <!ENTITY librsvg-buildsize     "1.3 GB (83 MB installed), add 616 MB for tests">
     12  <!ENTITY librsvg-time          "2.3 SBU (on a 4-core machine), add 1.0 SBU for tests">
    1313]>
    1414
     
    7777    <para role="required">
    7878      <xref linkend="gdk-pixbuf"/>,
    79       <xref linkend="libcroco"/>,
    8079      <xref linkend="cairo"/>,
    8180      <xref linkend="pango"/>, and
     
    113112
    114113    <para>
    115       To test the results, issue: <command>make check</command>. Over 100 tests
    116       fail as a result of problems with the test suite. These test failures
    117       are primarily related to svg1.1, and are comparison problems due to
    118       using a later version of Pango than what the developers created the
    119       initial SVG files with.
     114      To test the results, issue: <command>make check</command>.
     115      <!-- https://gitlab.gnome.org/GNOME/librsvg/issues/511 -->
     116      Many of the tests in 'reftests' may fail (45 failed in March 2020) because
     117      they produce, and then diff, graphic files with text and the details such
     118      as spacing vary when the system versions of cairo, freetype, pixman, pango
     119      and perhaps harfbuzz differ from the versions on the system where the
     120      reference files were created.
    120121    </para>
    121122
Note: See TracChangeset for help on using the changeset viewer.