source: x/lib/gtk-vnc.xml@ 1bdcde9

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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 1bdcde9 was 1bdcde9, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to gtk-vnc-0.7.1.
Update to evolution-3.24.2.
Update to gnome-maps-3.24.3.
Update to epiphany-3.24.2.
Update to network-manager-applet-1.8.2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18834 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.7/gtk-vnc-&gtk-vnc-version;.tar.xz">
8 <!ENTITY gtk-vnc-download-ftp "&gnome-download-ftp;/gtk-vnc/0.7/gtk-vnc-&gtk-vnc-version;.tar.xz">
9 <!ENTITY gtk-vnc-md5sum "474644cfaf9c65d800c51d009bd32408">
10 <!ENTITY gtk-vnc-size "436 KB">
11 <!ENTITY gtk-vnc-buildsize "8.6 MB">
12 <!ENTITY gtk-vnc-time "0.3 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 &lfs80_checked;
39 &gcc7_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&gtk-vnc-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&gtk-vnc-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &gtk-vnc-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &gtk-vnc-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &gtk-vnc-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &gtk-vnc-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Gtk VNC Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="gnutls"/>,
80 <xref linkend="gtk3"/> and
81 <xref linkend="libgcrypt"/>
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 <xref linkend="cyrus-sasl"/>,
93 <xref linkend="pulseaudio"/> and
94 <ulink url="http://view.sourceforge.net/">libview</ulink>
95 </para>
96
97 <para condition="html" role="usernotes">User Notes:
98 <ulink url="&blfs-wiki;/gtk-vnc"/>
99 </para>
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of Gtk VNC</title>
104
105 <para>
106 Install <application>Gtk VNC</application> by running the following
107 commands:
108 </para>
109
110<screen><userinput>./configure --prefix=/usr \
111 --with-gtk=3.0 \
112 --enable-vala \
113 --without-sasl &amp;&amp;
114make</userinput></screen>
115
116 <para>
117 This package does not come with a testsuite.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125
126 </sect2>
127
128 <sect2 role="commands">
129 <title>Command Explanations</title>
130
131 <para>
132 <parameter>--with-gtk=3.0</parameter>: This switch enables
133 building of the <application>GTK+ 3</application> library
134 instead of the <application>GTK+ 2</application> one.
135 </para>
136
137 <para>
138 <parameter>--enable-vala</parameter>: This switch enables
139 building of the Vala bindings. Remove if you don't have
140 <xref linkend="vala"/> installed.
141 </para>
142
143 <para>
144 <parameter>--without-sasl</parameter>: This switch disables the
145 use of <application>Cyrus SASL</application> for authentication.
146 Remove it if you have installed
147 <application>Cyrus SASL</application> and wish to enable it for
148 authentication.
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-1a">
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-1a">
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.