source: x/lib/gtk-vnc.xml@ e222e31

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e222e31 was 9db3353e, checked in by Krejzi <krejzi@…>, 12 years ago

Recommend vala for gnome packages that can use it, explicitly enable them where it was necesary. Rewrote some pages to be in 'new blfs xml format'

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

  • 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/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 "f45c9649c915af335cff91268e74ab67">
10 <!ENTITY gtk-vnc-size "380 KB">
11 <!ENTITY gtk-vnc-buildsize "8.0 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 is a VNC viewer widget
34 for <application>GTK</application>. It is built using coroutines allowing it
35 to be completely asynchronous while remaining single threaded.
36 </para>
37
38 &lfs70_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="gtk3"/>,
79 <xref linkend="gnutls"/> and
80 <xref linkend="intltool"/>
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="nspr"/>,
93 <xref linkend="pulseaudio"/> and
94 <ulink url="https://developer.mozilla.org/en/XULRunner">Xulrunner</ulink>
95 </para>
96
97 <para condition="html" role="usernotes">User Notes:
98 <ulink url="&blfs-wiki;/gtk-vnc"/></para>
99
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's testsuite is only intended to be used by the
118 maintainer to check the i18n files.
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 parameter enables building of
134 <application>GTK+3</application> library instead of
135 <application>GTK+2</application> one.
136 </para>
137
138 <para>
139 <option>--enable-vala</option>: This option 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 parameter disables the use of
146 <application>Cyrus SASL</application> for authentication. Remove it if you have
147 <application>Cyrus SASL</application> installed and wish to enable it for
148 authentication.
149 </para>
150
151 <para>
152 <option>--enable-plugin</option>: This option enables the browser plugin.
153 </para>
154
155 </sect2>
156
157 <sect2 role="content">
158 <title>Contents</title>
159
160 <segmentedlist>
161 <segtitle>Installed Program</segtitle>
162 <segtitle>Installed Libraries</segtitle>
163 <segtitle>Installed Directories</segtitle>
164
165 <seglistitem>
166 <seg>
167 gvnccapture
168 </seg>
169 <seg>
170 libgtk-vnc-2.0.so, libgvnc-1.0.so and libgvncpulse-1.0.so
171 </seg>
172 <seg>
173 /usr/include/{gtk-vnc-2.0,gvnc-1.0,gvncpulse-1.0}
174 </seg>
175 </seglistitem>
176 </segmentedlist>
177
178 <variablelist>
179 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
180 <?dbfo list-presentation="list"?>
181 <?dbhtml list-presentation="table"?>
182
183 <varlistentry id="gvnccapture">
184 <term><command>gvnccapture</command></term>
185 <listitem>
186 <para>
187 is used to capture image from VNC server.
188 </para>
189 <indexterm zone="gtk-vnc gvnccapture">
190 <primary sortas="b-gvnccapture">gvnccapture</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="libgtk-vnc-2.0">
196 <term><filename class="libraryfile">libgtk-vnc-2.0.so</filename></term>
197 <listitem>
198 <para>
199 contains GTK+3 bindings for GTK VNC.
200 </para>
201 <indexterm zone="gtk-vnc libgtk-vnc-2.0">
202 <primary sortas="c-libgtk-vnc-2.0">libgtk-vnc-2.0.so</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="libgvnc-1.0">
208 <term><filename class="libraryfile">libgvnc-1.0.so</filename></term>
209 <listitem>
210 <para>
211 contains GObject bindings for GTK VNC.
212 </para>
213 <indexterm zone="gtk-vnc libgvnc-1.0">
214 <primary sortas="c-libgvnc-1.0">libgvnc-1.0.so</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="libgvncpulse-1.0">
220 <term><filename class="libraryfile">libgvncpulse-1.0.so</filename></term>
221 <listitem>
222 <para>
223 is Pulseaudio bridge for GTK VNC.
224 </para>
225 <indexterm zone="gtk-vnc libgvncpulse-1.0">
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.