Update to cairo-1.4.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6681 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2007-03-20 18:20:25 +00:00
parent 8dbe2b6474
commit e9585c2a4d
3 changed files with 15 additions and 8 deletions

View File

@ -382,7 +382,7 @@ $Date$
<!-- Chapter 26 -->
<!ENTITY qt-version "3.3.7">
<!ENTITY GTK-version "1.2.10">
<!ENTITY cairo-version "1.4.0">
<!ENTITY cairo-version "1.4.2">
<!ENTITY pango-version "1.16.1">
<!ENTITY atk-version "1.18.0">
<!ENTITY gtk2-version "2.10.11">

View File

@ -44,6 +44,10 @@
<listitem>
<para>March 20th, 2007</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Updated to cairo-1.4.2. Fixes a severe hang
problem and some systems when running checks.</para>
</listitem>
<listitem>
<para>[randy] - Updated to Berkeley DB-4.5.20 to match the version
used in LFS.</para>

View File

@ -6,10 +6,10 @@
<!ENTITY cairo-download-http "http://cairographics.org/releases/cairo-&cairo-version;.tar.gz">
<!ENTITY cairo-download-ftp " ">
<!ENTITY cairo-md5sum "b0882df4621bcf5b69f024b9475f8d4e">
<!ENTITY cairo-size "3.0 MB">
<!ENTITY cairo-buildsize "77 MB">
<!ENTITY cairo-time "0.6 SBU (additional 1.6 SBU to run the test suite)">
<!ENTITY cairo-md5sum "b254633046eafe603776d0bee791b751">
<!ENTITY cairo-size "2.9 MB">
<!ENTITY cairo-buildsize "31 MB (additional 47 MB to run the test suite)">
<!ENTITY cairo-time "0.5 SBU (additional 1.7 SBU to run the test suite)">
]>
<sect1 id="cairo" xreflabel="cairo-&cairo-version;">
@ -75,6 +75,7 @@
<para role="optional"><ulink
url="http://www.freedesktop.org/Software/glitz">glitz</ulink>,
<ulink url="http://www.directfb.org/">DirectFB</ulink>,
<ulink url="http://openquartz.sourceforge.net/">Open Quartz</ulink>,
<ulink url="http://xcb.freedesktop.org/wiki/">XCB</ulink>, and
<xref linkend="gtk-doc"/></para>
@ -111,9 +112,11 @@
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>. Note that
as many as 23 of the tests are known to fail for unknown reasons. Also note
that if you do not have a <command>gs</command> binary in your path, many
(up to 85 of the 123) of the tests will fail. </para>
as many as 35 of the tests are known to fail for unknown reasons.
If you do not have a <command>gs</command> binary in your path, many
(up to 85 of the 122) of the tests will fail. Also, to enhance test
coverage, the tests should be run with an available X Window screen (e.g.
from a local xterm or equivalent window).</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>