source: general/graphlib/pixman.xml@ b9874725

12.1 ken/TL2024 lazarus trunk xry111/llvm18
Last change on this file since b9874725 was b9874725, checked in by Bruce Dubbs <bdubbs@…>, 3 months ago

Many tags.

Mostly Programming and Xorg sections and dependencies.

  • Property mode set to 100644
File size: 4.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY pixman-download-http "https://www.cairographics.org/releases/pixman-&pixman-version;.tar.gz">
8 <!ENTITY pixman-download-ftp " ">
9 <!ENTITY pixman-md5sum "b5ad6407cd8c7abf8c1669273a2fb162">
10 <!ENTITY pixman-size "776 KB">
11 <!ENTITY pixman-buildsize "27 MB (With tests)">
12 <!ENTITY pixman-time "0.2 SBU (Using parallelism=4; with tests)">
13]>
14
15<sect1 id="pixman" xreflabel="Pixman-&pixman-version;">
16 <?dbhtml filename="pixman.html"?>
17
18
19 <title>Pixman-&pixman-version;</title>
20
21 <indexterm zone="pixman">
22 <primary sortas="a-Pixman">Pixman</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Pixman</title>
27
28 <para>
29 The <application>Pixman</application> package contains a library that
30 provides low-level pixel manipulation features such as image
31 compositing and trapezoid rasterization.
32 </para>
33
34 &lfs121_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&pixman-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&pixman-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &pixman-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &pixman-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &pixman-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &pixman-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Pixman Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para role="optional">
74 <xref linkend="gtk2"/> and
75 <xref linkend="libpng"/> (for tests and demos)
76 </para>
77
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of Pixman</title>
83
84 <para>
85 Install <application>Pixman</application> by running the following
86 commands:
87 </para>
88
89<screen><userinput>mkdir build &amp;&amp;
90cd build &amp;&amp;
91
92meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
93ninja</userinput></screen>
94
95 <para>
96 To test the results, issue: <command>ninja test</command>.
97 </para>
98
99 <para>
100 Now, as the <systemitem class="username">root</systemitem> user:
101 </para>
102
103<screen role="root"><userinput>ninja install</userinput></screen>
104
105 </sect2>
106
107 <sect2 role="commands">
108 <title>Command Explanations</title>
109
110 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
111 href="../../xincludes/meson-buildtype-release.xml"/>
112 </sect2>
113
114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
118 <segtitle>Installed Programs</segtitle>
119 <segtitle>Installed Library</segtitle>
120 <segtitle>Installed Directory</segtitle>
121
122 <seglistitem>
123 <seg>
124 None
125 </seg>
126 <seg>
127 libpixman-1.so
128 </seg>
129 <seg>
130 /usr/include/pixman-1
131 </seg>
132 </seglistitem>
133 </segmentedlist>
134
135 <variablelist>
136 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
137 <?dbfo list-presentation="list"?>
138 <?dbhtml list-presentation="table"?>
139
140 <varlistentry id="libpixman">
141 <term><filename class="libraryfile">libpixman-1.so</filename></term>
142 <listitem>
143 <para>
144 contains functions that provide low-level pixel manipulation
145 features
146 </para>
147 <indexterm zone="pixman libpixman">
148 <primary sortas="c-libpixman">libpixman-1.so</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 </variablelist>
154
155 </sect2>
156
157</sect1>
Note: See TracBrowser for help on using the repository browser.