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

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 de930747 was de930747, checked in by Andrew Benton <andy@…>, 12 years ago

Removed Xulrunner

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

  • Property mode set to 100644
File size: 6.5 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>The <application>gtk-vnc</application> package is a VNC viewer widget
33 for <application>GTK</application>. It is built using coroutines allowing it
34 to be completely asynchronous while remaining single threaded. It provides a
35 core C library and bindings for <application>Python</application>
36 (<application>PyGTK</application>)</para>
37
38 &lfs70_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&gtk-vnc-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&gtk-vnc-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &gtk-vnc-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &gtk-vnc-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &gtk-vnc-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &gtk-vnc-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">gtk-vnc Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para role="required">
66 <xref linkend="gtk3"/>,
67 <xref linkend="gnutls"/> and
68 <xref linkend="intltool"/>
69 </para>
70
71 <bridgehead renderas="sect4">Recommended</bridgehead>
72 <para role="recommended">
73 <xref linkend="gobject-introspection"/>
74 </para>
75
76 <bridgehead renderas="sect4">Optional</bridgehead>
77 <para role="optional">
78 <xref linkend="cyrus-sasl"/>,
79 <xref linkend="nspr"/>,
80 <xref linkend="pulseaudio"/>,
81 <xref linkend="vala"/> and
82 <ulink url="https://developer.mozilla.org/en/XULRunner">xulrunner</ulink>.
83 </para>
84
85 <para condition="html" role="usernotes">User Notes:
86 <ulink url="&blfs-wiki;/gtk-vnc"/></para>
87
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of gtk-vnc</title>
92
93 <para>Install <application>gtk-vnc</application> by running the following
94 commands:</para>
95
96<screen><userinput>./configure --prefix=/usr \
97 --with-gtk=3.0 \
98 --without-sasl &amp;&amp;
99make</userinput></screen>
100
101 <para>This package's testsuite is only intended to be used by the
102 maintainer to check the i18n files.</para>
103
104 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107
108 </sect2>
109
110 <sect2 role="commands">
111 <title>Command Explanations</title>
112
113 <para><parameter>--with-gtk=3.0</parameter>: This parameter enables
114 <application>GTK+3</application> instead of <application>GTK+2</application>.</para>
115
116 <para><option>--without-sasl</option>: This parameter disables the use of
117 <application>Cyrus SASL</application> for authentication. Remove it if you have
118 <application>Cyrus SASL</application> installed and wish to enable it for
119 authentication.</para>
120
121 <para><option>--enable-plugin</option>: This option enables the browser plugin.</para>
122
123 <para><option>--enable-vala</option>: This option enables the vala bindings.</para>
124
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Program</segtitle>
132 <segtitle>Installed Libraries</segtitle>
133 <segtitle>Installed Directories</segtitle>
134
135 <seglistitem>
136 <seg>
137 gvnccapture
138 </seg>
139 <seg>
140 libgtk-vnc-2.0.so, libgvnc-1.0.so and libgvncpulse-1.0.so
141 </seg>
142 <seg>
143 /usr/include/{gtk-vnc-2.0,gvnc-1.0,gvncpulse-1.0}
144 </seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="gvnccapture">
154 <term><command>gvnccapture</command></term>
155 <listitem>
156 <para>
157 is used to capture image from VNC server.
158 </para>
159 <indexterm zone="gtk-vnc gvnccapture">
160 <primary sortas="b-gvnccapture">gvnccapture</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 <varlistentry id="libgtk-vnc-2.0">
166 <term><filename class="libraryfile">libgtk-vnc-2.0.so</filename></term>
167 <listitem>
168 <para>
169 contains GTK+3 bindings for GTK VNC.
170 </para>
171 <indexterm zone="gtk-vnc libgtk-vnc-2.0">
172 <primary sortas="c-libgtk-vnc-2.0">libgtk-vnc-2.0.so</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="libgvnc-1.0">
178 <term><filename class="libraryfile">libgvnc-1.0.so</filename></term>
179 <listitem>
180 <para>
181 contains GObject bindings for GTK VNC.
182 </para>
183 <indexterm zone="gtk-vnc libgvnc-1.0">
184 <primary sortas="c-libgvnc-1.0">libgvnc-1.0.so</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="libgvncpulse-1.0">
190 <term><filename class="libraryfile">libgvncpulse-1.0.so</filename></term>
191 <listitem>
192 <para>
193 is Pulseaudio bridge for GTK VNC.
194 </para>
195 <indexterm zone="gtk-vnc libgvncpulse-1.0">
196 <primary sortas="c-libgvncpulse-1.0">libgvncpulse-1.0.so</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201
202 </variablelist>
203
204 </sect2>
205
206</sect1>
Note: See TracBrowser for help on using the repository browser.