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

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 c341539 was c341539, checked in by Krejzi <krejzi@…>, 12 years ago

gtk-vnc 0.5.0, libatasmart 0.18, udisks2 1.94.0, upower 0.9.15, colord 0.1.19, telepathy-glib 0.18.0, telepathy-logger 0.4.0, telepathy-mission-control 5.12.0, mx 1.4.5. Added farstream 0.1.2 and telepathy-farstream 0.4.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9951 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 (Required if building GNOME)
75 </para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
79 <xref linkend="cyrus-sasl"/>,
80 <xref linkend="nspr"/>,
81 <xref linkend="pulseaudio"/>,
82 <xref linkend="vala"/> and
83 <xref linkend="xulrunner"/>
84 </para>
85
86 <para condition="html" role="usernotes">User Notes:
87 <ulink url="&blfs-wiki;/gtk-vnc"/></para>
88
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of gtk-vnc</title>
93
94 <para>Install <application>gtk-vnc</application> by running the following
95 commands:</para>
96
97<screen><userinput>./configure --prefix=/usr \
98 --with-gtk=3.0 \
99 --without-sasl &amp;&amp;
100make</userinput></screen>
101
102 <para>This package's testsuite is only intended to be used by the
103 maintainer to check the i18n files.</para>
104
105 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108
109 </sect2>
110
111 <sect2 role="commands">
112 <title>Command Explanations</title>
113
114 <para><parameter>--with-gtk=3.0</parameter>: This parameter enables
115 <application>GTK+3</application> instead of <application>GTK+2</application>.</para>
116
117 <para><option>--without-sasl</option>: This parameter disables the use of
118 <application>Cyrus SASL</application> for authentication. Remove it if you have
119 <application>Cyrus SASL</application> installed and wish to enable it for
120 authentication.</para>
121
122 <para><option>--enable-plugin</option>: This option enables the browser plugin.</para>
123
124 <para><option>--enable-vala</option>: This option enables the vala bindings.</para>
125
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Program</segtitle>
133 <segtitle>Installed Libraries</segtitle>
134 <segtitle>Installed Directories</segtitle>
135
136 <seglistitem>
137 <seg>
138 gvnccapture
139 </seg>
140 <seg>
141 libgtk-vnc-2.0.so, libgvnc-1.0.so and libgvncpulse-1.0.so
142 </seg>
143 <seg>
144 /usr/include/{gtk-vnc-2.0,gvnc-1.0,gvncpulse-1.0}
145 </seg>
146 </seglistitem>
147 </segmentedlist>
148
149 <variablelist>
150 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
151 <?dbfo list-presentation="list"?>
152 <?dbhtml list-presentation="table"?>
153
154 <varlistentry id="gvnccapture">
155 <term><command>gvnccapture</command></term>
156 <listitem>
157 <para>
158 is used to capture image from VNC server.
159 </para>
160 <indexterm zone="gtk-vnc gvnccapture">
161 <primary sortas="b-gvnccapture">gvnccapture</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 <varlistentry id="libgtk-vnc-2.0">
167 <term><filename class="libraryfile">libgtk-vnc-2.0.so</filename></term>
168 <listitem>
169 <para>
170 contains GTK+3 bindings for GTK VNC.
171 </para>
172 <indexterm zone="gtk-vnc libgtk-vnc-2.0">
173 <primary sortas="c-libgtk-vnc-2.0">libgtk-vnc-2.0.so</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 <varlistentry id="libgvnc-1.0">
179 <term><filename class="libraryfile">libgvnc-1.0.so</filename></term>
180 <listitem>
181 <para>
182 contains GObject bindings for GTK VNC.
183 </para>
184 <indexterm zone="gtk-vnc libgvnc-1.0">
185 <primary sortas="c-libgvnc-1.0">libgvnc-1.0.so</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 <varlistentry id="libgvncpulse-1.0">
191 <term><filename class="libraryfile">libgvncpulse-1.0.so</filename></term>
192 <listitem>
193 <para>
194 is Pulseaudio bridge for GTK VNC.
195 </para>
196 <indexterm zone="gtk-vnc libgvncpulse-1.0">
197 <primary sortas="c-libgvncpulse-1.0">libgvncpulse-1.0.so</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202
203 </variablelist>
204
205 </sect2>
206
207</sect1>
Note: See TracBrowser for help on using the repository browser.