mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Added new package, gtk-vnc-0.3.10.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8582 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
39b910edb9
commit
aa09b1c702
@ -541,6 +541,7 @@ $Date$
|
||||
<!ENTITY libsexy-version "0.1.11">
|
||||
<!ENTITY libnotify-version "0.4.5">
|
||||
<!ENTITY notification-daemon-version "0.4.0">
|
||||
<!ENTITY gtk-vnc-version "0.3.10">
|
||||
|
||||
<!-- Chapter 27 -->
|
||||
<!ENTITY sawfish-version "1.3">
|
||||
|
@ -43,6 +43,9 @@
|
||||
<listitem>
|
||||
<para>August 29th, 2010</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[wblaszcz] - Added new package, gtk-vnc-0.3.10.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[wblaszcz] - Added new package, seahorse-plugins-2.30.1.</para>
|
||||
</listitem>
|
||||
|
155
x/lib/gtk-vnc.xml
Normal file
155
x/lib/gtk-vnc.xml
Normal file
@ -0,0 +1,155 @@
|
||||
<?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.3/gtk-vnc->k-vnc-version;.tar.bz2">
|
||||
<!ENTITY gtk-vnc-download-ftp "&gnome-download-ftp;/gtk-vnc/0.3/gtk-vnc->k-vnc-version;.tar.bz2">
|
||||
<!ENTITY gtk-vnc-md5sum "9aa9d830b219255c8d6753ef55802932">
|
||||
<!ENTITY gtk-vnc-size "484 KB">
|
||||
<!ENTITY gtk-vnc-buildsize "8 MB">
|
||||
<!ENTITY gtk-vnc-time "0.6 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="gtk-vnc" xreflabel="gtk-vnc->k-vnc-version;">
|
||||
<?dbhtml filename="gtk-vnc.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<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 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>
|
||||
|
||||
&lfs65_built;
|
||||
|
||||
<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="gtk2"/>,
|
||||
<xref linkend="gnutls"/>, and
|
||||
<xref linkend="intltool"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="cyrus-sasl"/>,
|
||||
<xref linkend="nspr"/>,
|
||||
<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-python=no \
|
||||
--with-sasl=no &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>.</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-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} and gtkvnc.{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>
|
||||
|
||||
<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>
|
@ -48,5 +48,6 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libsexy.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libnotify.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="notification-daemon.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtk-vnc.xml"/>
|
||||
|
||||
</chapter>
|
||||
|
Loading…
Reference in New Issue
Block a user