glfs/x/lib/gtk-vnc.xml

166 lines
5.6 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gtk-vnc-download-http "&gnome-download-http;/gtk-vnc/0.4/gtk-vnc-&gtk-vnc-version;.tar.bz2">
<!ENTITY gtk-vnc-download-ftp "&gnome-download-ftp;/gtk-vnc/0.4/gtk-vnc-&gtk-vnc-version;.tar.bz2">
<!ENTITY gtk-vnc-md5sum "38d3fbacb5d00e630f939e88858206f1">
<!ENTITY gtk-vnc-size "437 KB">
<!ENTITY gtk-vnc-buildsize "7.6 MB">
<!ENTITY gtk-vnc-time "0.2 SBU">
]>
<sect1 id="gtk-vnc" xreflabel="gtk-vnc-&gtk-vnc-version;">
<?dbhtml filename="gtk-vnc.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>gtk-vnc-&gtk-vnc-version;</title>
<indexterm zone="gtk-vnc">
<primary sortas="a-gtk-vnc">gtk-vnc</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to gtk-vnc</title>
<para>The <application>gtk-vnc</application> package is a VNC viewer widget
for <application>GTK</application>. It is built using coroutines allowing it
to be completely asynchronous while remaining single threaded. It provides a
core C library, and bindings for <application>Python</application>
(<application>PyGTK</application>)</para>
&lfs70_built;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&gtk-vnc-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&gtk-vnc-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &gtk-vnc-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &gtk-vnc-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &gtk-vnc-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &gtk-vnc-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">gtk-vnc Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="gtk3"/>,
<xref linkend="gnutls"/>, and
<xref linkend="intltool"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="cyrus-sasl"/>,
<xref linkend="nspr"/>, and
<!-- pygtk is not used with gtk+-3
<xref linkend="pygtk"/>, and -->
<xref linkend="xulrunner"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gtk-vnc"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of gtk-vnc</title>
<para>Install <application>gtk-vnc</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr \
--with-gtk=3.0 \
--with-sasl=no &amp;&amp;
make</userinput></screen>
<para>This package's testsuite is only intended to be used by the
maintainer to check the i18n files.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para><parameter>--with-gtk=3.0</parameter>: This parameter enables
<application>GTK+3</application> instead of <application>GTK+2</application>.</para>
<!-- python is not used with gtk+-3
<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>
-->
<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>
<para><option>--enable-plugin</option>: This option enables the browser plugin.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>None</seg>
<seg>libgtk-vnc-1.0.{so,a}</seg>
<seg>/usr/include/gtk-vnc-1.0</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libgtk-vnc-1.0">
<term><filename class='libraryfile'>libgtk-vnc-1.0.{so,a}</filename></term>
<listitem>
<para>contains the <application>gtk-vnc</application> API
functions.</para>
<indexterm zone="gtk-vnc libgtk-vnc-1.0">
<primary sortas="c-libgtk-vnc-1.0">libgtk-vnc-1.0.{so,a}</primary>
</indexterm>
</listitem>
</varlistentry>
<!-- not built if you use gtk+-3
<varlistentry id="gtkvnc">
<term><filename class='libraryfile'>gtkvnc.{so,a}</filename></term>
<listitem>
<para>is a <application>Python</application> binding library.</para>
<indexterm zone="gtk-vnc gtkvnc">
<primary sortas="c-gtkvnc">gtkvnc.{so,a}</primary>
</indexterm>
</listitem>
</varlistentry> -->
</variablelist>
</sect2>
</sect1>