source: archive/gnome/gtk-vnc.xml

trunk
Last change on this file 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: 6.8 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 gtk-vnc-download-http "&gnome-download-http;/gtk-vnc/0.5/gtk-vnc-&gtk-vnc-version;.tar.xz">
8 <!ENTITY gtk-vnc-download-ftp "&gnome-download-ftp;/gtk-vnc/0.5/gtk-vnc-&gtk-vnc-version;.tar.xz">
9 <!ENTITY gtk-vnc-md5sum "591f5c0efff931336cba5b56e0c64e0d">
10 <!ENTITY gtk-vnc-size "380 KB">
11 <!ENTITY gtk-vnc-buildsize "10 MB">
12 <!ENTITY gtk-vnc-time "0.2 SBU">
13]>
14
15<sect1 id="gtk-vnc" xreflabel="gtk-vnc-&gtk-vnc-version;">
16 <?dbhtml filename="gtk-vnc.html"?>
17
18
19 <title>gtk-vnc-&gtk-vnc-version;</title>
20
21 <indexterm zone="gtk-vnc">
22 <primary sortas="a-gtk-vnc">gtk-vnc</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Gtk VNC</title>
27
28 <para>
29 The <application>Gtk VNC</application> package contains a VNC viewer widget
30 for <application>GTK+</application>. It is built using coroutines allowing
31 it to be completely asynchronous while remaining single threaded.
32 </para>
33
34 &lfs72_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&gtk-vnc-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&gtk-vnc-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &gtk-vnc-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &gtk-vnc-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &gtk-vnc-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &gtk-vnc-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Gtk VNC Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="gtk3"/>,
75 <xref linkend="gnutls"/> and
76 <xref linkend="intltool"/>
77 </para>
78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="gobject-introspection"/> and
82 <xref linkend="vala"/>
83 </para>
84
85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional">
87 <xref linkend="cyrus-sasl"/>,
88 <xref linkend="nspr"/>,
89 <xref linkend="pulseaudio"/> and
90 <xref linkend="xulrunner"/>
91 </para>
92
93 <para condition="html" role="usernotes">User Notes:
94 <ulink url="&blfs-wiki;/gtk-vnc"/>
95 </para>
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of Gtk VNC</title>
100
101 <para>
102 Install <application>Gtk VNC</application> by running the following
103 commands:
104 </para>
105
106<screen><userinput>./configure --prefix=/usr \
107 --with-gtk=3.0 \
108 --enable-vala \
109 --without-sasl &amp;&amp;
110make</userinput></screen>
111
112 <para>
113 This package does not come with a testsuite.
114 </para>
115
116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:
118 </para>
119
120<screen role="root"><userinput>make install</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
127 <para>
128 <parameter>--with-gtk=3.0</parameter>: This switch enables
129 building of the <application>GTK+ 3</application> library
130 instead of the <application>GTK+ 2</application> one.
131 </para>
132
133 <para>
134 <option>--enable-vala</option>: This switch enables
135 building of the Vala bindings. Remove if you don't have
136 <xref linkend="vala"/> installed.
137 </para>
138
139 <para>
140 <option>--without-sasl</option>: This switch disables the use of
141 <application>Cyrus SASL</application> for authentication. Remove
142 it if you have installed <application>Cyrus SASL</application>
143 and wish to enable it for authentication.
144 </para>
145
146 <para>
147 <option>--enable-plugin</option>: This switch enables building of
148 the browser plugin.
149 </para>
150
151 </sect2>
152
153 <sect2 role="content">
154 <title>Contents</title>
155
156 <segmentedlist>
157 <segtitle>Installed Program</segtitle>
158 <segtitle>Installed Libraries</segtitle>
159 <segtitle>Installed Directories</segtitle>
160
161 <seglistitem>
162 <seg>
163 gvnccapture
164 </seg>
165 <seg>
166 libgtk-vnc-2.0.so, libgvnc-1.0.so and libgvncpulse-1.0.so
167 </seg>
168 <seg>
169 /usr/include/gtk-vnc-2.0,
170 /usr/include/gvnc-1.0 and
171 /usr/include/gvncpulse-1.0
172 </seg>
173 </seglistitem>
174 </segmentedlist>
175
176 <variablelist>
177 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
178 <?dbfo list-presentation="list"?>
179 <?dbhtml list-presentation="table"?>
180
181 <varlistentry id="gvnccapture">
182 <term><command>gvnccapture</command></term>
183 <listitem>
184 <para>
185 is used to capture image from VNC server.
186 </para>
187 <indexterm zone="gtk-vnc gvnccapture">
188 <primary sortas="b-gvnccapture">gvnccapture</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 <varlistentry id="libgtk-vnc-2">
194 <term><filename class="libraryfile">libgtk-vnc-2.0.so</filename></term>
195 <listitem>
196 <para>
197 contains the <application>GTK+ 3</application> bindings for
198 <application>Gtk VNC</application>.
199 </para>
200 <indexterm zone="gtk-vnc libgtk-vnc-2">
201 <primary sortas="c-libgtk-vnc-2.0">libgtk-vnc-2.0.so</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
206 <varlistentry id="libgvnc-1">
207 <term><filename class="libraryfile">libgvnc-1.0.so</filename></term>
208 <listitem>
209 <para>
210 contains the GObject bindings for <application>Gtk VNC</application>.
211 </para>
212 <indexterm zone="gtk-vnc libgvnc-1">
213 <primary sortas="c-libgvnc-1.0">libgvnc-1.0.so</primary>
214 </indexterm>
215 </listitem>
216 </varlistentry>
217
218 <varlistentry id="libgvncpulse-1">
219 <term><filename class="libraryfile">libgvncpulse-1.0.so</filename></term>
220 <listitem>
221 <para>
222 is the <application>PulseAudio</application> bridge for
223 <application>Gtk VNC</application>.
224 </para>
225 <indexterm zone="gtk-vnc libgvncpulse-1">
226 <primary sortas="c-libgvncpulse-1.0">libgvncpulse-1.0.so</primary>
227 </indexterm>
228 </listitem>
229 </varlistentry>
230
231 </variablelist>
232
233 </sect2>
234
235</sect1>
Note: See TracBrowser for help on using the repository browser.