mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
45ab6c70c2
Remove "$LastChanged$" everywhere, and also some unused $Date$
239 lines
6.8 KiB
XML
239 lines
6.8 KiB
XML
<?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.5/gtk-vnc->k-vnc-version;.tar.xz">
|
|
<!ENTITY gtk-vnc-download-ftp "&gnome-download-ftp;/gtk-vnc/0.5/gtk-vnc->k-vnc-version;.tar.xz">
|
|
<!ENTITY gtk-vnc-md5sum "591f5c0efff931336cba5b56e0c64e0d">
|
|
<!ENTITY gtk-vnc-size "380 KB">
|
|
<!ENTITY gtk-vnc-buildsize "10 MB">
|
|
<!ENTITY gtk-vnc-time "0.2 SBU">
|
|
]>
|
|
|
|
<sect1 id="gtk-vnc" xreflabel="gtk-vnc->k-vnc-version;">
|
|
<?dbhtml filename="gtk-vnc.html"?>
|
|
|
|
<sect1info>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>gtk-vnc->k-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 contains a VNC viewer widget
|
|
for <application>GTK+</application>. It is built using coroutines allowing
|
|
it to be completely asynchronous while remaining single threaded.
|
|
</para>
|
|
|
|
&lfs72_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url=">k-vnc-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url=">k-vnc-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: >k-vnc-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: >k-vnc-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: >k-vnc-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: >k-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">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="gobject-introspection"/> and
|
|
<xref linkend="vala"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="cyrus-sasl"/>,
|
|
<xref linkend="nspr"/>,
|
|
<xref linkend="pulseaudio"/> 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 \
|
|
--enable-vala \
|
|
--without-sasl &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a testsuite.
|
|
</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 switch enables
|
|
building of the <application>GTK+ 3</application> library
|
|
instead of the <application>GTK+ 2</application> one.
|
|
</para>
|
|
|
|
<para>
|
|
<option>--enable-vala</option>: This switch enables
|
|
building of the Vala bindings. Remove if you don't have
|
|
<xref linkend="vala"/> installed.
|
|
</para>
|
|
|
|
<para>
|
|
<option>--without-sasl</option>: This switch disables the use of
|
|
<application>Cyrus SASL</application> for authentication. Remove
|
|
it if you have installed <application>Cyrus SASL</application>
|
|
and wish to enable it for authentication.
|
|
</para>
|
|
|
|
<para>
|
|
<option>--enable-plugin</option>: This switch enables building of
|
|
the browser plugin.
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
gvnccapture
|
|
</seg>
|
|
<seg>
|
|
libgtk-vnc-2.0.so, libgvnc-1.0.so and libgvncpulse-1.0.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/gtk-vnc-2.0,
|
|
/usr/include/gvnc-1.0 and
|
|
/usr/include/gvncpulse-1.0
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="gvnccapture">
|
|
<term><command>gvnccapture</command></term>
|
|
<listitem>
|
|
<para>
|
|
is used to capture image from VNC server.
|
|
</para>
|
|
<indexterm zone="gtk-vnc gvnccapture">
|
|
<primary sortas="b-gvnccapture">gvnccapture</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libgtk-vnc-2">
|
|
<term><filename class="libraryfile">libgtk-vnc-2.0.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the <application>GTK+ 3</application> bindings for
|
|
<application>Gtk VNC</application>.
|
|
</para>
|
|
<indexterm zone="gtk-vnc libgtk-vnc-2">
|
|
<primary sortas="c-libgtk-vnc-2.0">libgtk-vnc-2.0.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libgvnc-1">
|
|
<term><filename class="libraryfile">libgvnc-1.0.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the GObject bindings for <application>Gtk VNC</application>.
|
|
</para>
|
|
<indexterm zone="gtk-vnc libgvnc-1">
|
|
<primary sortas="c-libgvnc-1.0">libgvnc-1.0.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libgvncpulse-1">
|
|
<term><filename class="libraryfile">libgvncpulse-1.0.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
is the <application>PulseAudio</application> bridge for
|
|
<application>Gtk VNC</application>.
|
|
</para>
|
|
<indexterm zone="gtk-vnc libgvncpulse-1">
|
|
<primary sortas="c-libgvncpulse-1.0">libgvncpulse-1.0.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|