source: archive/spice-gtk.xml@ 0a4d6ef0

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 0a4d6ef0 was 0d7900a, checked in by Randy McMurchy <randy@…>, 11 years ago

Removed extraneous spaces from blank lines and at the end of lines in the .xml

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

  • Property mode set to 100644
File size: 7.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 spice-gtk-download-http "http://spice-space.org/download/gtk/spice-gtk-&spice-gtk-version;.tar.bz2">
8 <!ENTITY spice-gtk-download-ftp " ">
9 <!ENTITY spice-gtk-md5sum "c8f2c274ab81e0ac273be5c6490b8603">
10 <!ENTITY spice-gtk-size "852 KB">
11 <!ENTITY spice-gtk-buildsize "25 MB">
12 <!ENTITY spice-gtk-time "0.8 SBU">
13]>
14
15<sect1 id="spice-gtk" xreflabel="spice-gtk-&spice-gtk-version;">
16 <?dbhtml filename="spice-gtk.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>spice-gtk-&spice-gtk-version;</title>
24
25 <indexterm zone="spice-gtk">
26 <primary sortas="a-spice-gtk">spice-gtk</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to spice-gtk</title>
31
32 <para>
33 The <application>spice-gtk</application> package contains
34 a Gtk client and libraries for SPICE remote desktop servers.
35 </para>
36
37 &lfs70_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&spice-gtk-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&spice-gtk-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &spice-gtk-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &spice-gtk-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &spice-gtk-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &spice-gtk-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">spice-gtk Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="celt051"/>,
78 <xref linkend="cyrus-sasl"/>,
79 <xref linkend="gtk3"/>,
80 <xref linkend="polkit"/> and
81 <xref linkend="pulseaudio"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="gobject-introspection"/> and
87 <xref linkend="vala"/>
88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
92 <ulink url="http://spice-space.org/download/libcacard/">libcacard</ulink> and
93 <xref linkend="gtk-doc"/>
94 </para>
95
96 <para condition="html" role="usernotes">
97 User Notes: <ulink url="&blfs-wiki;/spice-gtk"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of spice-gtk</title>
103
104 <para>
105 Install <application>spice-gtk</application> by running the following
106 commands:
107 </para>
108
109<screen><userinput>./configure --prefix=/usr \
110 --enable-vala \
111 --disable-static \
112 --disable-smartcard &amp;&amp;
113make</userinput></screen>
114
115 <para>
116 This package does not come with a test suite.
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>make install</userinput></screen>
124 </sect2>
125
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <para>
131 <option>--enable-vala</option>: This option enables
132 building of the Vala bindings. Remove if you don't have
133 <xref linkend="vala"/> installed.
134 </para>
135
136 <para>
137 <option>--disable-smartcard</option>: This option disables use of
138 libcacard. Remove if you have libcacard installed.
139 </para>
140
141 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
142 href="../../xincludes/static-libraries.xml"/>
143
144 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
145 href="../../xincludes/gtk-doc-rebuild.xml"/>
146
147 </sect2>
148
149 <sect2 role="content">
150 <title>Contents</title>
151
152 <segmentedlist>
153 <segtitle>Installed Programs</segtitle>
154 <segtitle>Installed Libraries</segtitle>
155 <segtitle>Installed Directories</segtitle>
156
157 <seglistitem>
158 <seg>
159 snappy, spicy and spicy-stats
160 </seg>
161 <seg>
162 libspice-client-glib-2.0.so, libspice-client-gtk-3.0.so
163 and libspice-controller.so
164 </seg>
165 <seg>
166 /usr/include/{spice-client-glib-2.0,spice-client-gtk-3.0,spice-controller} and
167 /usr/share/gtk-doc/spice-gtk
168 </seg>
169 </seglistitem>
170 </segmentedlist>
171
172 <variablelist>
173 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
174 <?dbfo list-presentation="list"?>
175 <?dbhtml list-presentation="table"?>
176
177 <varlistentry id="snappy">
178 <term><command>snappy</command></term>
179 <listitem>
180 <para>
181 is program which connects to Spice server
182 and takes a screenshot.
183 </para>
184 <indexterm zone="spice-gtk snappy">
185 <primary sortas="b-snappy">snappy</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 <varlistentry id="spicy">
191 <term><command>spicy</command></term>
192 <listitem>
193 <para>
194 is Gtk based Spice client application.
195 </para>
196 <indexterm zone="spice-gtk spicy">
197 <primary sortas="b-spicy">spicy</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 <varlistentry id="spicy-stats">
203 <term><command>spicy-stats</command></term>
204 <listitem>
205 <para>
206 is program which connects to Spice server
207 and writes out a summary of connection details,
208 amount of bytes transferred, etc.
209 </para>
210 <indexterm zone="spice-gtk spicy-stats">
211 <primary sortas="b-spicy-stats">spicy-stats</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 <varlistentry id="libspice-client-glib-2.0">
217 <term><filename class="libraryfile">libspice-client-glib-2.0.so</filename></term>
218 <listitem>
219 <para>
220 provides GLib objects for Spice protocol decoding and surface rendering.
221 </para>
222 <indexterm zone="spice-gtk libspice-client-glib-2.0">
223 <primary sortas="c-libspice-client-glib-2.0">libspice-client-glib-2.0.so</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227
228 <varlistentry id="libspice-client-gtk-3.0">
229 <term><filename class="libraryfile">libspice-client-gtk-3.0.so</filename></term>
230 <listitem>
231 <para>
232 provides Gtk widget to show Spice display and accept user input.
233 </para>
234 <indexterm zone="spice-gtk libspice-client-gtk-3.0">
235 <primary sortas="c-libspice-client-gtk-3.0">libspice-client-gtk-3.0.so</primary>
236 </indexterm>
237 </listitem>
238 </varlistentry>
239
240 </variablelist>
241
242 </sect2>
243
244</sect1>
Note: See TracBrowser for help on using the repository browser.