source: x/lib/gtk-vnc.xml@ 05b09368

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 05b09368 was 05b09368, checked in by Ken Moffat <ken@…>, 12 years ago

Minor correction for gtk-vnc, and more details for exempi.

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

  • Property mode set to 100644
File size: 5.6 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.4/gtk-vnc-&gtk-vnc-version;.tar.bz2">
8 <!ENTITY gtk-vnc-download-ftp "&gnome-download-ftp;/gtk-vnc/0.4/gtk-vnc-&gtk-vnc-version;.tar.bz2">
9 <!ENTITY gtk-vnc-md5sum "38d3fbacb5d00e630f939e88858206f1">
10 <!ENTITY gtk-vnc-size "437 KB">
11 <!ENTITY gtk-vnc-buildsize "7.6 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_built;
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"><xref linkend="gtk3"/>,
66 <xref linkend="gnutls"/>, and
67 <xref linkend="intltool"/></para>
68
69 <bridgehead renderas="sect4">Optional</bridgehead>
70 <para role="optional"><xref linkend="cyrus-sasl"/>,
71 <xref linkend="nspr"/>, and
72 <!-- pygtk is not used with gtk+-3
73 <xref linkend="pygtk"/>, and -->
74 <xref linkend="xulrunner"/></para>
75
76 <para condition="html" role="usernotes">User Notes:
77 <ulink url="&blfs-wiki;/gtk-vnc"/></para>
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of gtk-vnc</title>
83
84 <para>Install <application>gtk-vnc</application> by running the following
85 commands:</para>
86
87<screen><userinput>./configure --prefix=/usr \
88 --with-gtk=3.0 \
89 --with-sasl=no &amp;&amp;
90make</userinput></screen>
91
92 <para>This package's testsuite is only intended to be used by the
93 maintainer to check the i18n files.</para>
94
95 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
96
97<screen role="root"><userinput>make install</userinput></screen>
98
99 </sect2>
100
101 <sect2 role="commands">
102 <title>Command Explanations</title>
103
104 <para><parameter>--with-gtk=3.0</parameter>: This parameter enables
105 <application>GTK+3</application> instead of <application>GTK+2</application>.</para>
106
107 <!-- python is not used with gtk+-3
108 <para><parameter>\-\-with-python=no</parameter>: This parameter disables the
109 <application>Python</application> bindings from being built. Remove it if you have
110 <application>PyGTK</application> installed and wish to enable them.</para>
111 -->
112
113 <para><parameter>--with-sasl=no</parameter>: This parameter disables the use of <application>cyrus SASL</application> for authentication. Remove it if you have <application>Cyrus SASL</application> installed and wish to enable it for authentication.</para>
114
115 <para><option>--enable-plugin</option>: This option enables the browser plugin.</para>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Programs</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directory</segtitle>
126
127 <seglistitem>
128 <seg>None</seg>
129 <seg>libgtk-vnc-1.0.so</seg>
130 <seg>/usr/include/gtk-vnc-1.0</seg>
131 </seglistitem>
132 </segmentedlist>
133
134 <variablelist>
135 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
136 <?dbfo list-presentation="list"?>
137 <?dbhtml list-presentation="table"?>
138
139 <varlistentry id="libgtk-vnc-1.0">
140 <term><filename class='libraryfile'>libgtk-vnc-1.0.so</filename></term>
141 <listitem>
142 <para>contains the <application>gtk-vnc</application> API
143 functions.</para>
144 <indexterm zone="gtk-vnc libgtk-vnc-1.0">
145 <primary sortas="c-libgtk-vnc-1.0">libgtk-vnc-1.0.so</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 <!-- not built if you use gtk+-3
151 <varlistentry id="gtkvnc">
152 <term><filename class='libraryfile'>gtkvnc.{so,a}</filename></term>
153 <listitem>
154 <para>is a <application>Python</application> binding library.</para>
155 <indexterm zone="gtk-vnc gtkvnc">
156 <primary sortas="c-gtkvnc">gtkvnc.{so,a}</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry> -->
160
161 </variablelist>
162
163 </sect2>
164
165</sect1>
Note: See TracBrowser for help on using the repository browser.