Changeset 3af39b1 for x/lib


Ignore:
Timestamp:
07/31/2009 06:10:06 PM (15 years ago)
Author:
Guy Dalziel <gdalziel@…>
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:
cf5c88ca
Parents:
012cdc8
Message:

Updated to cairo-1.8.8.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/cairo.xml

    r012cdc8 r3af39b1  
    66
    77  <!ENTITY cairo-download-http "http://cairographics.org/releases/cairo-&cairo-version;.tar.gz">
    8   <!ENTITY cairo-download-ftp  " ">
    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)">
     8  <!ENTITY cairo-download-ftp  "&gentoo-ftp-repo;/cairo-&cairo-version;.tar.gz">
     9  <!ENTITY cairo-md5sum        "d3e1a1035ae563812d4dd44a74fb0dd0">
     10  <!ENTITY cairo-size          "6.4 MB">
     11  <!ENTITY cairo-buildsize     "40 MB (additional 270 MB to run the test suite)">
     12  <!ENTITY cairo-time          "0.4 SBU (additional 2.9 SBU to run the test suite)">
    1313]>
    1414
     
    4444    any affine transformation (scale, rotation, shear, etc.).</para>
    4545
     46    &lfs65_checked;
     47
    4648    <bridgehead renderas="sect3">Package Information</bridgehead>
    4749    <itemizedlist spacing="compact">
     
    6971
    7072    <bridgehead renderas="sect4">Required</bridgehead>
    71     <para role="required"><xref linkend="x-window-system"/></para>
     73    <para role="required"><xref linkend="libpng"/>,
     74    <xref linkend="pixman"/>, and
     75    <xref linkend="fontconfig"/></para>
    7276    <!--  and <xref linkend="pkgconfig"/></para> -->
    7377
    7478    <bridgehead renderas="sect4">Recommended</bridgehead>
    75     <para role="optional"><xref linkend="xcb-util"/></para>
     79    <para role="recommended"><xref linkend="x-window-system"/></para>
    7680
    7781    <bridgehead renderas="sect4">Optional</bridgehead>
    7882    <para role="optional"><ulink
    7983    url="http://www.freedesktop.org/Software/glitz">glitz</ulink>,
    80     <ulink url="http://www.directfb.org/">DirectFB</ulink>, and
    81     <xref linkend="gtk-doc"/></para>
     84    <ulink url="http://www.directfb.org/">DirectFB</ulink>,
     85    <xref linkend="gtk-doc"/>,
     86    <xref linkend="xcb-util"/>,
     87    <ulink url="http://libspectre.freedesktop.org">libspectre</ulink>, and
     88    <ulink url="http://www.valgrind.org">Valgrind</ulink></para>
    8289
    8390    <bridgehead renderas="sect4">Optional (to provide extended test suite
    8491    coverage)</bridgehead>
    8592    <para role="optional"><xref linkend="gtk2"/> (for testing the PDF backend),
    86     <xref linkend="poppler"/> (for testing the PDF backend),
    87     <xref linkend="librsvg"/> (for testing the SVG backend).
     93    <xref linkend="poppler"/> (for testing the PDF backend), and
     94    <xref linkend="librsvg"/> (for testing the SVG backend) 
    8895    <!-- [ comment this pending clarification - not presently required] , and
    8996    <ulink url="http://ltp.sourceforge.net/">LTP</ulink>--></para>
     
    104111    commands:</para>
    105112
    106 <screen><userinput>./configure --prefix=/usr --enable-xcb=yes &amp;&amp;
     113<screen><userinput>./configure --prefix=/usr &amp;&amp;
    107114make</userinput></screen>
    108115
     
    128135    href="../../xincludes/gtk-doc-rebuild.xml"/>
    129136
    130     <para><parameter>--enable-xcb=yes</parameter>: Enable the xcb
    131     back end. Omit this if you did not install xcb-util and pixman.</para>
     137    <para><parameter>--enable-xcb=yes</parameter>: Enable the xcb back end.
     138    </para>
    132139
    133140    <para><parameter>--disable-static</parameter>: Prevent static libraries
     
    141148    <segmentedlist>
    142149      <segtitle>Installed Programs</segtitle>
    143       <segtitle>Installed Libraries</segtitle>
     150      <segtitle>Installed Library</segtitle>
    144151      <segtitle>Installed Directories</segtitle>
    145152
Note: See TracChangeset for help on using the changeset viewer.