source: gnome-systemd/platform/gtk-vnc.xml@ 82de372

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since 82de372 was 82de372, checked in by Christopher Gregory <cjg@…>, 10 years ago

updated stats on gtk-vnc page.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13665 af4574ff-66df-0310-9fd7-8a98e5e911e0

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