source: general/graphlib/pixman.xml@ c4d9b37e

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since c4d9b37e was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 19 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.2 KB
RevLine 
[025cfe7]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
[8dfc5c3]7 <!ENTITY pixman-download-http "https://www.cairographics.org/releases/pixman-&pixman-version;.tar.gz">
[025cfe7]8 <!ENTITY pixman-download-ftp " ">
[42e52b19]9 <!ENTITY pixman-md5sum "a0f6ab8a1d8e0e2cd80e935525e2a864">
[8789793]10 <!ENTITY pixman-size "940 KB">
[42e52b19]11 <!ENTITY pixman-buildsize "30 MB (with tests)">
12 <!ENTITY pixman-time "0.5 SBU (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
[aa0b625]34 &lfs112_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 <para condition="html" role="usernotes">User Notes:
79 <ulink url="&blfs-wiki;/pixman"/></para>
80
81 </sect2>
82
83 <sect2 role="installation">
[28b61748]84 <title>Installation of Pixman</title>
[025cfe7]85
[09f0998]86 <para>
87 Install <application>Pixman</application> by running the following
88 commands:
89 </para>
[025cfe7]90
[7c9b1d6]91<screen><userinput>mkdir build &amp;&amp;
[900b9b35]92cd build &amp;&amp;
[7c9b1d6]93
[20f070d8]94meson --prefix=/usr --buildtype=release &amp;&amp;
[7c9b1d6]95ninja</userinput></screen>
[025cfe7]96
[28b61748]97 <para>
[7c9b1d6]98 To test the results, issue: <command>ninja test</command>.
[42e52b19]99 <!--One test, scaling-test, fails after 120 seconds due to a time out.-->
[28b61748]100 </para>
[025cfe7]101
[28b61748]102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </para>
[025cfe7]105
[7c9b1d6]106<screen role="root"><userinput>ninja install</userinput></screen>
[b91359ae]107
108 </sect2>
[0d7900a]109
[20f070d8]110 <sect2 role="commands">
111 <title>Command Explanations</title>
112
113 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
114 href="../../xincludes/meson-buildtype-release.xml"/>
115 </sect2>
116
[025cfe7]117 <sect2 role="content">
118 <title>Contents</title>
119
120 <segmentedlist>
[c3c56b2]121 <segtitle>Installed Programs</segtitle>
[28b61748]122 <segtitle>Installed Library</segtitle>
123 <segtitle>Installed Directory</segtitle>
[025cfe7]124
125 <seglistitem>
[c3c56b2]126 <seg>
127 None
128 </seg>
[28b61748]129 <seg>
130 libpixman-1.so
131 </seg>
132 <seg>
133 /usr/include/pixman-1
134 </seg>
[025cfe7]135 </seglistitem>
136 </segmentedlist>
137
138 <variablelist>
139 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
140 <?dbfo list-presentation="list"?>
141 <?dbhtml list-presentation="table"?>
142
[28b61748]143 <varlistentry id="libpixman">
144 <term><filename class="libraryfile">libpixman-1.so</filename></term>
[025cfe7]145 <listitem>
[28b61748]146 <para>
147 contains functions that provide low-level pixel manipulation
[4c24eb0a]148 features
[28b61748]149 </para>
150 <indexterm zone="pixman libpixman">
151 <primary sortas="c-libpixman">libpixman-1.so</primary>
[025cfe7]152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 </variablelist>
157
158 </sect2>
159
160</sect1>
Note: See TracBrowser for help on using the repository browser.