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

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 de53c9be was aa09b1c7, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Added new package, gtk-vnc-0.3.10.

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

  • Property mode set to 100644
File size: 5.3 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.3/gtk-vnc-&gtk-vnc-version;.tar.bz2">
8 <!ENTITY gtk-vnc-download-ftp "&gnome-download-ftp;/gtk-vnc/0.3/gtk-vnc-&gtk-vnc-version;.tar.bz2">
9 <!ENTITY gtk-vnc-md5sum "9aa9d830b219255c8d6753ef55802932">
10 <!ENTITY gtk-vnc-size "484 KB">
11 <!ENTITY gtk-vnc-buildsize "8 MB">
12 <!ENTITY gtk-vnc-time "0.6 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 &lfs65_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="gtk2"/>,
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"/>,
72 <xref linkend="pygtk"/>, and
73 <xref linkend="xulrunner"/></para>
74
75 <para condition="html" role="usernotes">User Notes:
76 <ulink url="&blfs-wiki;/gtk-vnc"/></para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of gtk-vnc</title>
82
83 <para>Install <application>gtk-vnc</application> by running the following
84 commands:</para>
85
86<screen><userinput>./configure --prefix=/usr \
87 --with-python=no \
88 --with-sasl=no &amp;&amp;
89make</userinput></screen>
90
91 <para>To test the results, issue: <command>make check</command>.</para>
92
93 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
94
95<screen role="root"><userinput>make install</userinput></screen>
96
97 </sect2>
98
99 <sect2 role="commands">
100 <title>Command Explanations</title>
101
102 <para><parameter>--with-python=no</parameter>: This parameter disables the <application>Python</application> bindings from being built. Remove it if you have <application>PyGTK</application> installed and wish to enable them.</para>
103
104 <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>
105
106 <para><option>--enable-plugin</option>: This option enables the browser plugin.</para>
107
108 </sect2>
109
110 <sect2 role="content">
111 <title>Contents</title>
112
113 <segmentedlist>
114 <segtitle>Installed Programs</segtitle>
115 <segtitle>Installed Libraries</segtitle>
116 <segtitle>Installed Directory</segtitle>
117
118 <seglistitem>
119 <seg>None</seg>
120 <seg>libgtk-vnc-1.0.{so,a} and gtkvnc.{so,a}</seg>
121 <seg>/usr/include/gtk-vnc-1.0</seg>
122 </seglistitem>
123 </segmentedlist>
124
125 <variablelist>
126 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
127 <?dbfo list-presentation="list"?>
128 <?dbhtml list-presentation="table"?>
129
130 <varlistentry id="libgtk-vnc-1.0">
131 <term><filename class='libraryfile'>libgtk-vnc-1.0.{so,a}</filename></term>
132 <listitem>
133 <para>contains the <application>gtk-vnc</application> API
134 functions.</para>
135 <indexterm zone="gtk-vnc libgtk-vnc-1.0">
136 <primary sortas="c-libgtk-vnc-1.0">libgtk-vnc-1.0.{so,a}</primary>
137 </indexterm>
138 </listitem>
139 </varlistentry>
140
141 <varlistentry id="gtkvnc">
142 <term><filename class='libraryfile'>gtkvnc.{so,a}</filename></term>
143 <listitem>
144 <para>is a <application>Python</application> binding library.</para>
145 <indexterm zone="gtk-vnc gtkvnc">
146 <primary sortas="c-gtkvnc">gtkvnc.{so,a}</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 </variablelist>
152
153 </sect2>
154
155</sect1>
Note: See TracBrowser for help on using the repository browser.