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