source: x/lib/cairo.xml@ d5595930

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
Last change on this file since d5595930 was d5595930, checked in by Krejzi <krejzi@…>, 11 years ago

Remove Cairo expose_snapshot patch and remove --enable-system-cairo switches from Mozilla products.

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

  • Property mode set to 100644
File size: 9.1 KB
RevLine 
[bb41bc7]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[bb41bc7]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[a2912ff]7 <!ENTITY cairo-download-http "http://cairographics.org/releases/cairo-&cairo-version;.tar.xz">
[97ccf511]8 <!ENTITY cairo-download-ftp " ">
[6f124e9]9 <!ENTITY cairo-md5sum "8b3dcade859c44fb7e56fc68edfe9a45">
[178e985]10 <!ENTITY cairo-size "41 MB">
[7194e83b]11 <!ENTITY cairo-buildsize "170 MB">
[178e985]12 <!ENTITY cairo-time "1.1 SBU">
[bb41bc7]13]>
14
[a2912ff]15<sect1 id="cairo" xreflabel="Cairo-&cairo-version;">
[bb41bc7]16 <?dbhtml filename="cairo.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[a2912ff]23 <title>Cairo-&cairo-version;</title>
[bb41bc7]24
25 <indexterm zone="cairo">
[a2912ff]26 <primary sortas="a-Cairo">Cairo</primary>
[bb41bc7]27 </indexterm>
28
29 <sect2 role="package">
[4db1ba6]30 <title>Introduction to Cairo</title>
[bb41bc7]31
[521cea0]32 <para>
33 <application>Cairo</application> is a 2D graphics library with support for
34 multiple output devices. Currently supported output targets include the
35 <application>X</application> Window System, win32, image buffers,
36 PostScript, PDF and SVG. Experimental backends include OpenGL, Quartz and
[68d01360]37 XCB file output. <application>Cairo</application> is designed to produce
38 consistent output on all output media while taking advantage of display
39 hardware acceleration when available (e.g., through the X Render
40 Extension). The <application>Cairo</application> API provides operations
41 similar to the drawing operators of PostScript and PDF. Operations in
[521cea0]42 <application>Cairo</application> include stroking and filling cubic
43 B&eacute;zier splines, transforming and compositing translucent images,
44 and antialiased text rendering. All drawing operations can be transformed
45 by any
46 <ulink url="http://en.wikipedia.org/wiki/Affine_transformation">affine
47 transformation</ulink> (scale, rotation, shear, etc.).
48 </para>
[bb41bc7]49
[2839d1e]50 &lfs72_checked;
[3af39b1]51
[bb41bc7]52 <bridgehead renderas="sect3">Package Information</bridgehead>
53 <itemizedlist spacing="compact">
54 <listitem>
[521cea0]55 <para>
56 Download (HTTP): <ulink url="&cairo-download-http;"/>
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download (FTP): <ulink url="&cairo-download-ftp;"/>
62 </para>
[bb41bc7]63 </listitem>
64 <listitem>
[521cea0]65 <para>
66 Download MD5 sum: &cairo-md5sum;
67 </para>
[bb41bc7]68 </listitem>
69 <listitem>
[521cea0]70 <para>
71 Download size: &cairo-size;
72 </para>
[bb41bc7]73 </listitem>
74 <listitem>
[521cea0]75 <para>
76 Estimated disk space required: &cairo-buildsize;
77 </para>
[bb41bc7]78 </listitem>
79 <listitem>
[521cea0]80 <para>
81 Estimated build time: &cairo-time;
82 </para>
[bb41bc7]83 </listitem>
[521cea0]84 </itemizedlist>
85
[4db1ba6]86 <bridgehead renderas="sect3">Cairo Dependencies</bridgehead>
[bb41bc7]87
88 <bridgehead renderas="sect4">Required</bridgehead>
[b8a081c]89 <para role="required">
[a2912ff]90 <xref linkend="libpng"/>,
[b0ae5b7]91 <xref linkend="glib2"/> and
92 <xref linkend="pixman"/>
[4db1ba6]93 </para>
94
[f575476]95 <bridgehead renderas="sect4">Recommended</bridgehead>
[4db1ba6]96 <para role="recommended">
[f575476]97 <xref linkend="fontconfig"/> and
[a2912ff]98 <xref linkend="xorg7-lib"/>
[b8a081c]99 </para>
[bc9c1def]100
[bb41bc7]101 <bridgehead renderas="sect4">Optional</bridgehead>
[b8a081c]102 <para role="optional">
103 <xref linkend="cogl"/>,
104 <ulink url="http://www.directfb.org/">DirectFB</ulink>,
[f575476]105 <!-- <xref linkend="gs"/> (for testing the postscript backend),
106 <xref linkend="gtk2"/> (for testing the PDF backend), -->
[b8a081c]107 <xref linkend="gtk-doc"/>,
[521cea0]108 <xref linkend="libdrm"/>,
[f575476]109 <!-- <xref linkend="librsvg"/> (for testing the SVG backend),
[d9cf59b]110 <ulink url="http://libspectre.freedesktop.org">libspectre</ulink> (for
[f575476]111 testing the PDF backend), -->
[b8a081c]112 <xref linkend="mesalib"/>,
[f575476]113 <!-- <xref linkend="poppler"/> (for testing the PDF backend) -->
[d99d728]114 <xref linkend="qt"/>,
[b8a081c]115 <ulink url="http://code.google.com/p/skia/">Skia</ulink> and
[f575476]116 <ulink url="http://www.valgrind.org">Valgrind</ulink>
[b8a081c]117 </para>
[6e08fa52]118
[f575476]119 <!-- <note>
[521cea0]120 <para>
[4db1ba6]121 There is a reciprocal dependency with the
[a2912ff]122 <application>GTK+ 2</application>, <application>librsvg</application> and
[4db1ba6]123 <application>Poppler</application> packages. As the test suite is
124 currently unreliable, it is best to simply skip it at this time.
[521cea0]125 </para>
[f575476]126 </note> -->
[521cea0]127
128 <para condition="html" role="usernotes">
129 User Notes: <ulink url="&blfs-wiki;/cairo"/>
130 </para>
[bb41bc7]131 </sect2>
132
133 <sect2 role="installation">
[4db1ba6]134 <title>Installation of Cairo</title>
[bb41bc7]135
[521cea0]136 <para>
137 Install <application>Cairo</application> by running the following
138 commands:
139 </para>
[bb41bc7]140
[d5595930]141<screen><userinput>./configure --prefix=/usr \
[f575476]142 --enable-tee \
143 --enable-xcb \
144 --disable-static &amp;&amp;
[bb41bc7]145make</userinput></screen>
146
[f575476]147 <!-- <para>
[d9cf59b]148 Note that the tests take a long time to run, many of them fail for unknown
[a2912ff]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>.
[f575476]151 </para> -->
152
153 <para>
154 This package does not have a working testsuite.
[521cea0]155 </para>
[bb41bc7]156
[521cea0]157 <para>
158 Now, as the <systemitem class="username">root</systemitem> user:
159 </para>
[bb41bc7]160
161<screen role="root"><userinput>make install</userinput></screen>
162 </sect2>
163
[15a4fb4c]164 <sect2 role="commands">
165 <title>Command Explanations</title>
166
[afb079c]167 <para>
[f575476]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>.
[521cea0]172 </para>
[827336dc]173
[521cea0]174 <para>
[f575476]175 <option>--enable-xcb</option>: This switch enables
176 <application>Cairo</application>'s XCB surface
177 which is required by some packages.
[97ccf511]178 </para>
[827336dc]179
[521cea0]180 <para>
[f575476]181 <option>--enable-gl</option>: This switch enables
182 <application>Cairo</application>'s experimental
183 <application>OpenGL</application> surface which
184 is required for <application>Wayland</application>
185 and some other packages that are not part of BLFS.
[521cea0]186 </para>
[bc9c1def]187
[521cea0]188 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
189 href="../../xincludes/static-libraries.xml"/>
[97ccf511]190
[521cea0]191 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[a2912ff]192 href="../../xincludes/gtk-doc-rebuild.xml"/>
193
[15a4fb4c]194 </sect2>
195
[bb41bc7]196 <sect2 role="content">
197 <title>Contents</title>
198
199 <segmentedlist>
200 <segtitle>Installed Programs</segtitle>
[742b99e]201 <segtitle>Installed Libraries</segtitle>
[bb41bc7]202 <segtitle>Installed Directories</segtitle>
203
204 <seglistitem>
[b8a081c]205 <seg>
206 cairo-sphinx and cairo-trace
207 </seg>
208 <seg>
[4db1ba6]209 libcairo.so, libcairo-gobject.so and
210 libcairo-script-interpreter.so
[b8a081c]211 </seg>
212 <seg>
[a2912ff]213 /usr/include/cairo,
214 /usr/lib/cairo and
[b8a081c]215 /usr/share/gtk-doc/html/cairo
216 </seg>
[bb41bc7]217 </seglistitem>
218 </segmentedlist>
219
220 <variablelist>
221 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
222 <?dbfo list-presentation="list"?>
223 <?dbhtml list-presentation="table"?>
224
[827336dc]225 <varlistentry id="cairo-trace">
226 <term><command>cairo-trace</command></term>
227 <listitem>
[521cea0]228 <para>
229 generates a log of all calls made by an application to
230 <application>Cairo</application>.
231 </para>
[827336dc]232 <indexterm zone="cairo cairo-trace">
233 <primary sortas="b-cairo-trace">cairo-trace</primary>
234 </indexterm>
235 </listitem>
236 </varlistentry>
237
[bb41bc7]238 <varlistentry id="libcairo">
[f575476]239 <term><filename class="libraryfile">libcairo.so</filename></term>
[bb41bc7]240 <listitem>
[521cea0]241 <para>
242 contains the 2D graphics functions required for rendering to the
243 various output targets.
244 </para>
[bb41bc7]245 <indexterm zone="cairo libcairo">
[4db1ba6]246 <primary sortas="c-libcairo">libcairo.so</primary>
[bb41bc7]247 </indexterm>
248 </listitem>
249 </varlistentry>
250
[827336dc]251 <varlistentry id="libcairo-gobject">
[4db1ba6]252 <term><filename class='libraryfile'>libcairo-gobject.so</filename></term>
[827336dc]253 <listitem>
[521cea0]254 <para>
255 contains functions that integrate
256 <application>Cairo</application> with <xref linkend="glib2"/>'s
257 GObject type system.
258 </para>
[827336dc]259 <indexterm zone="cairo libcairo-gobject">
[4db1ba6]260 <primary sortas="c-libcairo-gobject">libcairo-gobject.so</primary>
[827336dc]261 </indexterm>
262 </listitem>
263 </varlistentry>
264
265 <varlistentry id="libcairo-script-interpreter">
[4db1ba6]266 <term><filename class='libraryfile'>libcairo-script-interpreter.so</filename></term>
[827336dc]267 <listitem>
[521cea0]268 <para>
269 contains the script interpreter functions for executing and
270 manipulating <application>Cairo</application> execution traces.
271 </para>
[827336dc]272 <indexterm zone="cairo libcairo-script-interpreter">
[4db1ba6]273 <primary sortas="c-libcairo-script-interpreter">libcairo-script-interpreter.so</primary>
[827336dc]274 </indexterm>
275 </listitem>
276 </varlistentry>
[a2912ff]277
[bb41bc7]278 </variablelist>
[a2912ff]279
[bb41bc7]280 </sect2>
[a2912ff]281
[bb41bc7]282</sect1>
Note: See TracBrowser for help on using the repository browser.