Changeset 34da1c3


Ignore:
Timestamp:
06/30/2007 02:23:34 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cb4cdb1
Parents:
4537698
Message:

Updated to cairo-1.4.10

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4537698 r34da1c3  
    400400<!ENTITY qt-version                   "3.3.8">
    401401<!ENTITY GTK-version                  "1.2.10">
    402 <!ENTITY cairo-version                "1.4.2">
     402<!ENTITY cairo-version                "1.4.10">
    403403<!ENTITY pango-version                "1.16.1">
    404404<!ENTITY atk-version                  "1.18.0">
  • introduction/welcome/changelog.xml

    r4537698 r34da1c3  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to cairo-1.4.10.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated Inetutils MD5sum as upstream released a new
    4952          tarball.</para>
  • x/lib/cairo.xml

    r4537698 r34da1c3  
    77  <!ENTITY cairo-download-http "http://cairographics.org/releases/cairo-&cairo-version;.tar.gz">
    88  <!ENTITY cairo-download-ftp  " ">
    9   <!ENTITY cairo-md5sum        "b254633046eafe603776d0bee791b751">
    10   <!ENTITY cairo-size          "2.9 MB">
    11   <!ENTITY cairo-buildsize     "31 MB (additional 47 MB to run the test suite)">
    12   <!ENTITY cairo-time          "0.5 SBU (additional 1.7 SBU to run the test suite)">
     9  <!ENTITY cairo-md5sum        "5598a5e500ad922e37b159dee72fc993">
     10  <!ENTITY cairo-size          "3.2 MB">
     11  <!ENTITY cairo-buildsize     "33 MB (additional 49 MB to run the test suite)">
     12  <!ENTITY cairo-time          "0.6 SBU (additional 1.3 SBU to run the test suite)">
    1313]>
    1414
     
    113113
    114114    <para>To test the results, issue: <command>make check</command>. Note that
    115     as many as 35 of the tests are known to fail for unknown reasons.
     115    as many as 16 of the tests are known to fail for unknown reasons.
    116116    If you do not have a <command>gs</command> binary in your path, many
    117     (up to 85 of the 122) of the tests will fail. Also, to enhance test
     117    (up to 87 of the 124) of the tests will fail. Also, to enhance test
    118118    coverage, the tests should be run with an available X Window screen (e.g.
    119119    from a local xterm or equivalent window).</para>
Note: See TracChangeset for help on using the changeset viewer.