source: x/lib/gtk-vnc.xml@ 0ab2a9b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 0ab2a9b was c828e9cb, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Update to EOG-3.20.3
Update to Epiphany-3.20.3
Update to Evince-3.20.1
Update to gnome-screenshot-3.20.1
Update to gparted-0.26.1
(systemd/gnome merge staging) Update to seahorse-3.20.0
(systemd/gnome merge staging) Update to vinagre-3.20.2
(systemd/gnome merge) Moved vinagre over to trunk
Tags and Typo Fixes

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

  • 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 "bc7b79c4b8124294dacf91b8128a158c">
10 <!ENTITY gtk-vnc-size "412 KB">
11 <!ENTITY gtk-vnc-buildsize "11 MB">
12 <!ENTITY gtk-vnc-time "0.2 SBU">
13]>
14
15<sect1 id="gtk-vnc" xreflabel="gtk-vnc-&gtk-vnc-version;" revision="systemd">
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 &lfs79_checked;&gcc6_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="gnutls"/>,
79 <xref linkend="gtk3"/> and
80 <xref linkend="libgcrypt"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="gobject-introspection"/> and
86 <xref linkend="vala"/>
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <xref linkend="cyrus-sasl"/>,
92 <xref linkend="pulseaudio"/> and
93 <ulink url="http://view.sourceforge.net/">libview</ulink>
94 </para>
95
96 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/gtk-vnc"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of Gtk VNC</title>
103
104 <para>
105 Install <application>Gtk VNC</application> by running the following
106 commands:
107 </para>
108
109<screen><userinput>./configure --prefix=/usr \
110 --with-gtk=3.0 \
111 --enable-vala \
112 --without-sasl &amp;&amp;
113make</userinput></screen>
114
115 <para>
116 This package does not come with a testsuite.
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
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <para>
131 <parameter>--with-gtk=3.0</parameter>: This switch enables
132 building of the <application>GTK+ 3</application> library
133 instead of the <application>GTK+ 2</application> one.
134 </para>
135
136 <para>
137 <parameter>--enable-vala</parameter>: This switch enables
138 building of the Vala bindings. Remove if you don't have
139 <xref linkend="vala"/> installed.
140 </para>
141
142 <para>
143 <parameter>--without-sasl</parameter>: This switch disables the
144 use of <application>Cyrus SASL</application> for authentication.
145 Remove it if you have installed
146 <application>Cyrus SASL</application> and wish to enable it for
147 authentication.
148 </para>
149
150 </sect2>
151
152 <sect2 role="content">
153 <title>Contents</title>
154
155 <segmentedlist>
156 <segtitle>Installed Program</segtitle>
157 <segtitle>Installed Libraries</segtitle>
158 <segtitle>Installed Directories</segtitle>
159
160 <seglistitem>
161 <seg>
162 gvnccapture
163 </seg>
164 <seg>
165 libgtk-vnc-2.0.so, libgvnc-1.0.so and libgvncpulse-1.0.so
166 </seg>
167 <seg>
168 /usr/include/gtk-vnc-2.0,
169 /usr/include/gvnc-1.0 and
170 /usr/include/gvncpulse-1.0
171 </seg>
172 </seglistitem>
173 </segmentedlist>
174
175 <variablelist>
176 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
177 <?dbfo list-presentation="list"?>
178 <?dbhtml list-presentation="table"?>
179
180 <varlistentry id="gvnccapture">
181 <term><command>gvnccapture</command></term>
182 <listitem>
183 <para>
184 is used to capture image from VNC server.
185 </para>
186 <indexterm zone="gtk-vnc gvnccapture">
187 <primary sortas="b-gvnccapture">gvnccapture</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry id="libgtk-vnc-2">
193 <term><filename class="libraryfile">libgtk-vnc-2.0.so</filename></term>
194 <listitem>
195 <para>
196 contains the <application>GTK+ 3</application> bindings for
197 <application>Gtk VNC</application>.
198 </para>
199 <indexterm zone="gtk-vnc libgtk-vnc-2">
200 <primary sortas="c-libgtk-vnc-2.0">libgtk-vnc-2.0.so</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="libgvnc-1a">
206 <term><filename class="libraryfile">libgvnc-1.0.so</filename></term>
207 <listitem>
208 <para>
209 contains the GObject bindings for <application>Gtk VNC</application>.
210 </para>
211 <indexterm zone="gtk-vnc libgvnc-1a">
212 <primary sortas="c-libgvnc-1.0">libgvnc-1.0.so</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217 <varlistentry id="libgvncpulse-1">
218 <term><filename class="libraryfile">libgvncpulse-1.0.so</filename></term>
219 <listitem>
220 <para>
221 is the <application>PulseAudio</application> bridge for
222 <application>Gtk VNC</application>.
223 </para>
224 <indexterm zone="gtk-vnc libgvncpulse-1">
225 <primary sortas="c-libgvncpulse-1.0">libgvncpulse-1.0.so</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
229
230 </variablelist>
231
232 </sect2>
233
234</sect1>
Note: See TracBrowser for help on using the repository browser.