source: general/graphlib/pixman.xml@ 427b46a

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 427b46a was 6b063cc3, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Tag xorg

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

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