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
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[025cfe7]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
[8dfc5c3]7 <!ENTITY pixman-download-http "https://www.cairographics.org/releases/pixman-&pixman-version;.tar.gz">
[025cfe7]8 <!ENTITY pixman-download-ftp " ">
[483a2f49]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)">
[025cfe7]13]>
14
[28b61748]15<sect1 id="pixman" xreflabel="Pixman-&pixman-version;">
[025cfe7]16 <?dbhtml filename="pixman.html"?>
17
18
[28b61748]19 <title>Pixman-&pixman-version;</title>
[025cfe7]20
21 <indexterm zone="pixman">
[28b61748]22 <primary sortas="a-Pixman">Pixman</primary>
[025cfe7]23 </indexterm>
24
25 <sect2 role="package">
[28b61748]26 <title>Introduction to Pixman</title>
[025cfe7]27
[28b61748]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>
[025cfe7]33
[b9874725]34 &lfs121_checked;
[7f4cdbc0]35
[025cfe7]36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
[28b61748]39 <para>
40 Download (HTTP): <ulink url="&pixman-download-http;"/>
41 </para>
[025cfe7]42 </listitem>
43 <listitem>
[28b61748]44 <para>
45 Download (FTP): <ulink url="&pixman-download-ftp;"/>
46 </para>
[025cfe7]47 </listitem>
48 <listitem>
[28b61748]49 <para>
50 Download MD5 sum: &pixman-md5sum;
51 </para>
[025cfe7]52 </listitem>
53 <listitem>
[28b61748]54 <para>
55 Download size: &pixman-size;
56 </para>
[025cfe7]57 </listitem>
58 <listitem>
[28b61748]59 <para>
60 Estimated disk space required: &pixman-buildsize;
61 </para>
[025cfe7]62 </listitem>
63 <listitem>
[28b61748]64 <para>
65 Estimated build time: &pixman-time;
66 </para>
[025cfe7]67 </listitem>
68 </itemizedlist>
69
[28b61748]70 <bridgehead renderas="sect3">Pixman Dependencies</bridgehead>
[025cfe7]71
[28b61748]72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para role="optional">
74 <xref linkend="gtk2"/> and
[e6eccb35]75 <xref linkend="libpng"/> (for tests and demos)
[28b61748]76 </para>
[025cfe7]77
78
79 </sect2>
80
81 <sect2 role="installation">
[28b61748]82 <title>Installation of Pixman</title>
[025cfe7]83
[09f0998]84 <para>
85 Install <application>Pixman</application> by running the following
86 commands:
87 </para>
[025cfe7]88
[7c9b1d6]89<screen><userinput>mkdir build &amp;&amp;
[900b9b35]90cd build &amp;&amp;
[7c9b1d6]91
[483a2f49]92meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
[7c9b1d6]93ninja</userinput></screen>
[025cfe7]94
[28b61748]95 <para>
[7c9b1d6]96 To test the results, issue: <command>ninja test</command>.
[28b61748]97 </para>
[025cfe7]98
[28b61748]99 <para>
100 Now, as the <systemitem class="username">root</systemitem> user:
101 </para>
[025cfe7]102
[7c9b1d6]103<screen role="root"><userinput>ninja install</userinput></screen>
[b91359ae]104
105 </sect2>
[0d7900a]106
[20f070d8]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
[025cfe7]114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
[c3c56b2]118 <segtitle>Installed Programs</segtitle>
[28b61748]119 <segtitle>Installed Library</segtitle>
120 <segtitle>Installed Directory</segtitle>
[025cfe7]121
122 <seglistitem>
[c3c56b2]123 <seg>
124 None
125 </seg>
[28b61748]126 <seg>
127 libpixman-1.so
128 </seg>
129 <seg>
130 /usr/include/pixman-1
131 </seg>
[025cfe7]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
[28b61748]140 <varlistentry id="libpixman">
141 <term><filename class="libraryfile">libpixman-1.so</filename></term>
[025cfe7]142 <listitem>
[28b61748]143 <para>
144 contains functions that provide low-level pixel manipulation
[4c24eb0a]145 features
[28b61748]146 </para>
147 <indexterm zone="pixman libpixman">
148 <primary sortas="c-libpixman">libpixman-1.so</primary>
[025cfe7]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.