source: x/installing/xcb-util-image.xml@ e5324803

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since e5324803 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.1 KB
Line 
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
7 <!ENTITY xcb-util-image-download-http "https://xcb.freedesktop.org/dist/xcb-util-image-&xcb-util-image-version;.tar.xz">
8 <!ENTITY xcb-util-image-download-ftp " ">
9 <!ENTITY xcb-util-image-md5sum "a67bfac2eff696170259ef1f5ce1b611">
10 <!ENTITY xcb-util-image-size "284 KB">
11 <!ENTITY xcb-util-image-buildsize "2.9 MB">
12 <!ENTITY xcb-util-image-time "less than 0.1 SBU">
13]>
14
15<sect1 id="xcb-util-image" xreflabel="xcb-util-image-&xcb-util-image-version;">
16 <?dbhtml filename="xcb-util-image.html"?>
17
18
19 <title>xcb-util-image-&xcb-util-image-version;</title>
20
21 <indexterm zone="xcb-util-image">
22 <primary sortas="a-xcb-util-image">xcb-util-image</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to xcb-util-image</title>
27
28 <para>
29 The <application>xcb-util-image</application> package provides additional
30 extensions to the <application>XCB</application> library.
31 </para>
32
33 &lfs112_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&xcb-util-image-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&xcb-util-image-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &xcb-util-image-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &xcb-util-image-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &xcb-util-image-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &xcb-util-image-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">xcb-util-image Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="xcb-util"/>
74 </para>
75
76 <bridgehead renderas="sect4">Optional</bridgehead>
77 <para role="optional">
78 <xref linkend="doxygen"/> (for documentation)
79 </para>
80
81 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/xcb-util-image"/>
83 </para>
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of xcb-util-image</title>
88
89 <para>
90 Install <application>xcb-util-image</application> by running the following
91 commands:
92 </para>
93
94<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
95make</userinput></screen>
96
97 <para>
98 To test the results, issue:
99 <command>LD_LIBRARY_PATH=$XORG_PREFIX/lib make check</command>.
100 </para>
101
102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107
108 </sect2>
109
110 <sect2 role="content">
111 <title>Contents</title>
112
113 <segmentedlist>
114 <segtitle>Installed Programs</segtitle>
115 <segtitle>Installed Library</segtitle>
116 <segtitle>Installed Directories</segtitle>
117
118 <seglistitem>
119 <seg>None</seg>
120 <seg>libxcb-image.so</seg>
121 <seg>None</seg>
122 </seglistitem>
123 </segmentedlist>
124
125 <variablelist>
126 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
127 <?dbfo list-presentation="list"?>
128 <?dbhtml list-presentation="table"?>
129
130 <varlistentry id="libxcb-image">
131 <term><filename class="libraryfile">libxcb-image.so</filename></term>
132 <listitem>
133 <para>
134 Is a port of Xlib's XImage and XShmImage functions
135 </para>
136 <indexterm zone="xcb-util-image libxcb-image">
137 <primary sortas="c-libxcb-image">libxcb-image.so</primary>
138 </indexterm>
139 </listitem>
140 </varlistentry>
141
142 </variablelist>
143
144 </sect2>
145
146</sect1>
Note: See TracBrowser for help on using the repository browser.