source: general/graphlib/pixman.xml@ 8789793

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 8789793 was 8789793, checked in by Bruce Dubbs <bdubbs@…>, 18 months ago

Update to pixman-0.42.0.

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