Changeset a98acfe7 for x/lib/cairo.xml


Ignore:
Timestamp:
03/01/2013 04:01:45 PM (11 years ago)
Author:
Krejzi <krejzi@…>
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:
17e8f7a
Parents:
ff3db85
Message:

Boost 1.53.0, Ntfs-3g 2013.1.13, libpng 1.5.14, Cairo 1.12.14, GTK+2 2.24.16, Gimp 2.8.4.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/cairo.xml

    rff3db85 ra98acfe7  
    77  <!ENTITY cairo-download-http "http://cairographics.org/releases/cairo-&cairo-version;.tar.xz">
    88  <!ENTITY cairo-download-ftp  " ">
    9   <!ENTITY cairo-md5sum        "9f7315e54885c735dcfdabe77f322d30">
    10   <!ENTITY cairo-size          "42 MB">
    11   <!ENTITY cairo-buildsize     "152 MB">
     9  <!ENTITY cairo-md5sum        "27b634113d0f52152d60ae8e2ec7daa7">
     10  <!ENTITY cairo-size          "41 MB">
     11  <!ENTITY cairo-buildsize     "180 MB">
    1212  <!ENTITY cairo-time          "1.1 SBU">
    1313]>
     
    103103      <xref linkend="cogl"/>,
    104104      <ulink url="http://www.directfb.org/">DirectFB</ulink>,
    105       <!-- <xref linkend="gs"/> (for testing the postscript backend),
    106       <xref linkend="gtk2"/> (for testing the PDF backend), -->
    107105      <xref linkend="gtk-doc"/>,
    108106      <xref linkend="libdrm"/>,
    109       <!-- <xref linkend="librsvg"/> (for testing the SVG backend),
    110       <ulink url="http://libspectre.freedesktop.org">libspectre</ulink> (for
    111       testing the PDF backend), -->
    112107      <xref linkend="mesalib"/>,
    113       <!-- <xref linkend="poppler"/> (for testing the PDF backend) -->
    114108      <xref linkend="qt"/>,
    115109      <ulink url="http://code.google.com/p/skia/">Skia</ulink> and
     
    117111    </para>
    118112
    119     <!-- <note>
    120       <para>
    121         There is a reciprocal dependency with the
    122         <application>GTK+ 2</application>, <application>librsvg</application> and
    123         <application>Poppler</application> packages. As the test suite is
    124         currently unreliable, it is best to simply skip it at this time.
    125       </para>
    126     </note> -->
    127 
    128113    <para condition="html" role="usernotes">
    129114      User Notes: <ulink url="&blfs-wiki;/cairo"/>
     
    139124    </para>
    140125
    141 <screen><userinput>./configure --prefix=/usr \
    142             --enable-tee  \
    143             --enable-xcb  \
    144             --disable-static &amp;&amp;
     126<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    145127make</userinput></screen>
    146 
    147     <!-- <para>
    148       Note that the tests take a long time to run, many of them fail for unknown
    149       reasons and it has been known to cause a kernel panic. If you want to run
    150       the tests issue: <command>make -k check</command>.
    151     </para> -->
    152128
    153129    <para>
     
    165141    <title>Command Explanations</title>
    166142
    167     <para>
    168       <option>--enable-tee</option>: This switch enables
    169       <application>Cairo</application>'s experimental tee
    170       surface which is required by some packages like
    171       <application>Firefox</application>.
    172     </para>
    173 
    174     <para>
    175       <option>--enable-xcb</option>: This switch enables
    176       <application>Cairo</application>'s XCB surface
    177       which is required by some packages.
    178     </para>
     143    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     144      href="../../xincludes/static-libraries.xml"/>
    179145
    180146    <para>
     
    183149      <application>OpenGL</application> surface which
    184150      is required for <application>Wayland</application>
    185       and some other packages that are not part of BLFS.
    186     </para>
    187 
    188     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    189       href="../../xincludes/static-libraries.xml"/>
     151      compositor and some other packages that are not
     152      part of BLFS.
     153    </para>
    190154
    191155    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.