source: general/graphlib/pixman.xml@ 82bdecf

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 82bdecf was 82bdecf, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Tag Xorg and it's dependencies.
Some misc text tweaks.

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

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