source: general/graphlib/pixman.xml@ 2325667b

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 2325667b was 7c9b1d6, checked in by Xi Ruoyao <xry111@…>, 5 years ago

Update to pixman-0.38.4

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21455 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 " ">
[7c9b1d6]9 <!ENTITY pixman-md5sum "267a7af290f93f643a1bc74490d9fdd1">
[85333d1]10 <!ENTITY pixman-size "880 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
[38489aa0]38 &lfs84_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
[28b61748]90 <para>Install <application>Pixman</application> by running the following
[025cfe7]91 commands:</para>
92
[7c9b1d6]93<screen><userinput>mkdir build &amp;&amp;
94cd build &amp;&amp;
95
96meson --prefix=/usr &amp;&amp;
97ninja</userinput></screen>
[025cfe7]98
[28b61748]99 <para>
[7c9b1d6]100 To test the results, issue: <command>ninja test</command>.
[28b61748]101 </para>
[025cfe7]102
[28b61748]103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
[025cfe7]106
[7c9b1d6]107<screen role="root"><userinput>ninja install</userinput></screen>
[b91359ae]108
109 </sect2>
[0d7900a]110
[025cfe7]111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
[c3c56b2]115 <segtitle>Installed Programs</segtitle>
[28b61748]116 <segtitle>Installed Library</segtitle>
117 <segtitle>Installed Directory</segtitle>
[025cfe7]118
119 <seglistitem>
[c3c56b2]120 <seg>
121 None
122 </seg>
[28b61748]123 <seg>
124 libpixman-1.so
125 </seg>
126 <seg>
127 /usr/include/pixman-1
128 </seg>
[025cfe7]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
[28b61748]137 <varlistentry id="libpixman">
138 <term><filename class="libraryfile">libpixman-1.so</filename></term>
[025cfe7]139 <listitem>
[28b61748]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>
[025cfe7]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.