Changeset bc9c1def


Ignore:
Timestamp:
11/27/2008 10:33:45 PM (15 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
1b9e36e
Parents:
539d6986
Message:

cairo update.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r539d6986 rbc9c1def  
    432432<!ENTITY qt4-version                  "4.3.4">
    433433<!ENTITY GTK-version                  "1.2.10">
    434 <!ENTITY cairo-version                "1.4.14">
     434<!ENTITY cairo-version                "1.8.4">
    435435<!ENTITY pango-version                "1.16.4">
    436436<!ENTITY atk-version                  "1.18.0">
  • introduction/welcome/changelog.xml

    r539d6986 rbc9c1def  
    5959          <para>[ken] - Updated to poppler-0.10.1 and poppler-data-0.2.1.</para>
    6060        </listitem>
     61        <listitem>
     62          <para>[ken] - Updated to cairo-0.8.4.</para>
     63        </listitem>
    6164      </itemizedlist>
    6265    </listitem>
  • x/lib/cairo.xml

    r539d6986 rbc9c1def  
    77  <!ENTITY cairo-download-http "http://cairographics.org/releases/cairo-&cairo-version;.tar.gz">
    88  <!ENTITY cairo-download-ftp  " ">
    9   <!ENTITY cairo-md5sum        "e8c442ff821c0719a69508fecba9038f">
    10   <!ENTITY cairo-size          "3.2 MB">
    11   <!ENTITY cairo-buildsize     "34 MB (additional 62 MB to run the test suite)">
    12   <!ENTITY cairo-time          "0.5 SBU (additional 2.5 SBU to run the test suite)">
     9  <!ENTITY cairo-md5sum        "a5067e355e78294db2485aa97afd1115">
     10  <!ENTITY cairo-size          "6.7 MB">
     11  <!ENTITY cairo-buildsize     "27 MB (without static libs, additional 270 MB to run the test suite)">
     12  <!ENTITY cairo-time          "0.3 SBU (additional 2.9 SBU to run the test suite)">
    1313]>
    1414
     
    7272    <xref linkend="pkgconfig"/></para>
    7373
     74    <bridgehead renderas="sect4">Recommended</bridgehead>
     75    <para role="optional"><ulink
     76    url="http://xcb.freedesktop.org/dist/xcb-util-0.3.0.tar.bz2">
     77    xcb-util-0.3.0</ulink> and<ulink
     78    url="http://www.cairographics.org/releases/pixman-0.12.0.tar.gz">
     79    pixman-0.12.0</ulink>.</para>
     80
    7481    <bridgehead renderas="sect4">Optional</bridgehead>
    7582    <para role="optional"><ulink
     
    113120    commands:</para>
    114121
    115 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     122<screen><userinput>./configure --prefix=/usr --enable-xcb=yes &amp;&amp;
    116123make</userinput></screen>
    117124
    118125    <para>To test the results, issue: <command>make check</command>. Note that
    119     as many as 16 of the tests are known to fail for unknown reasons.
     126    as many as 24 of the tests are known to fail for unknown reasons.
    120127    If you do not have a <command>gs</command> binary in your path, many
    121     (up to 87 of the 124) of the tests will fail. Also, to enhance test
     128    <!-- used to be (87 of $total), needs to be updated by someone who can
     129    get them to run through without hanging -->
     130    of the 205 tests will fail. Also, to enhance test
    122131    coverage, the tests should be run with an available X Window screen (e.g.
    123132    from a local xterm or equivalent window).</para>
     
    134143    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    135144    href="../../xincludes/gtk-doc-rebuild.xml"/>
     145
     146    <para><parameter>--enable-xcb=yes</parameter>: Enable the xcb
     147    back end. Omit this if you did not install xcb-util and pixman.</para>
     148
     149    <para><parameter>--disable-static</parameter>: Prevent static libraries
     150    being built and installed.</para>
    136151
    137152  </sect2>
Note: See TracChangeset for help on using the changeset viewer.