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

11.0 11.1 11.2 11.3 12.0 12.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 0a39b02 was 0a39b02, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Update to gtk-vnc-1.2.0

  • Property mode set to 100644
File size: 6.7 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/1.0/gtk-vnc-&gtk-vnc-version;.tar.xz">
8 <!ENTITY gtk-vnc-download-ftp "&gnome-download-ftp;/gtk-vnc/1.0/gtk-vnc-&gtk-vnc-version;.tar.xz">
9 <!ENTITY gtk-vnc-md5sum "37c36412593d73f6a090b4545d1b0364">
10 <!ENTITY gtk-vnc-size "216 KB">
11 <!ENTITY gtk-vnc-buildsize "6.5 MB">
12 <!ENTITY gtk-vnc-time "0.1 SBU">
13]>
14
15<sect1 id="gtk-vnc" xreflabel="gtk-vnc-&gtk-vnc-version;">
16 <?dbhtml filename="gtk-vnc.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>gtk-vnc-&gtk-vnc-version;</title>
23
24 <indexterm zone="gtk-vnc">
25 <primary sortas="a-gtk-vnc">gtk-vnc</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Gtk VNC</title>
30
31 <para>
32 The <application>Gtk VNC</application> package contains a VNC viewer widget
33 for <application>GTK+</application>. It is built using coroutines allowing
34 it to be completely asynchronous while remaining single threaded.
35 </para>
36
37 &lfs101_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&gtk-vnc-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&gtk-vnc-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &gtk-vnc-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &gtk-vnc-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &gtk-vnc-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &gtk-vnc-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Gtk VNC Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="gnutls"/>,
78 <xref linkend="gtk3"/> and
79 <xref linkend="libgcrypt"/>
80 </para>
81
82 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="recommended">
84 <xref linkend="gobject-introspection"/>,
85 <xref linkend="python2"/>, and
86 <xref linkend="vala"/>
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <xref linkend="cyrus-sasl"/> and
92 <xref linkend="pulseaudio"/>
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>mkdir build &amp;&amp;
110cd build &amp;&amp;
111
112meson --prefix=/usr .. &amp;&amp;
113ninja</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>ninja install</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
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
138 <para>
139 <option>-Dwith-vala=false</option>: This switch disables
140 building of the Vala bindings. Add this if you decide to build gtk-vnc
141 without vala installed.
142 </para>
143
144<!--
145 <para>
146 <parameter>- -without-sasl</parameter>: This switch disables the
147 use of <application>Cyrus SASL</application> for authentication.
148 Remove it if you have installed
149 <application>Cyrus SASL</application> and wish to enable it for
150 authentication.
151 </para>
152 -->
153
154 </sect2>
155
156 <sect2 role="content">
157 <title>Contents</title>
158
159 <segmentedlist>
160 <segtitle>Installed Program</segtitle>
161 <segtitle>Installed Libraries</segtitle>
162 <segtitle>Installed Directories</segtitle>
163
164 <seglistitem>
165 <seg>
166 gvnccapture
167 </seg>
168 <seg>
169 libgtk-vnc-2.0.so, libgvnc-1.0.so and libgvncpulse-1.0.so
170 </seg>
171 <seg>
172 /usr/include/gtk-vnc-2.0,
173 /usr/include/gvnc-1.0 and
174 /usr/include/gvncpulse-1.0
175 </seg>
176 </seglistitem>
177 </segmentedlist>
178
179 <variablelist>
180 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
181 <?dbfo list-presentation="list"?>
182 <?dbhtml list-presentation="table"?>
183
184 <varlistentry id="gvnccapture">
185 <term><command>gvnccapture</command></term>
186 <listitem>
187 <para>
188 is used to capture image from VNC server
189 </para>
190 <indexterm zone="gtk-vnc gvnccapture">
191 <primary sortas="b-gvnccapture">gvnccapture</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 <varlistentry id="libgtk-vnc-2">
197 <term><filename class="libraryfile">libgtk-vnc-2.0.so</filename></term>
198 <listitem>
199 <para>
200 contains the <application>GTK+ 3</application> bindings for
201 <application>Gtk VNC</application>
202 </para>
203 <indexterm zone="gtk-vnc libgtk-vnc-2">
204 <primary sortas="c-libgtk-vnc-2.0">libgtk-vnc-2.0.so</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 <varlistentry id="libgvnc-1a">
210 <term><filename class="libraryfile">libgvnc-1.0.so</filename></term>
211 <listitem>
212 <para>
213 contains the GObject bindings for <application>Gtk VNC</application>
214 </para>
215 <indexterm zone="gtk-vnc libgvnc-1a">
216 <primary sortas="c-libgvnc-1.0">libgvnc-1.0.so</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 <varlistentry id="libgvncpulse-1">
222 <term><filename class="libraryfile">libgvncpulse-1.0.so</filename></term>
223 <listitem>
224 <para>
225 is the <application>PulseAudio</application> bridge for
226 <application>Gtk VNC</application>
227 </para>
228 <indexterm zone="gtk-vnc libgvncpulse-1">
229 <primary sortas="c-libgvncpulse-1.0">libgvncpulse-1.0.so</primary>
230 </indexterm>
231 </listitem>
232 </varlistentry>
233
234 </variablelist>
235
236 </sect2>
237
238</sect1>
Note: See TracBrowser for help on using the repository browser.