source: general/graphlib/pixman.xml@ a70b1d13

11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a70b1d13 was a70b1d13, checked in by Thomas Trepl (Moody) <thomas@…>, 3 years ago

Tags

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