Author: wblaszcz
Date: 2010-08-29 00:24:44 -0600 (Sun, 29 Aug 2010)
New Revision: 8582
Added:
trunk/BOOK/x/lib/gtk-vnc.xml
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/lib/lib.xml
Log:
Added new package, gtk-vnc-0.3.10.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2010-08-29 06:16:26 UTC (rev 8581)
+++ trunk/BOOK/general.ent 2010-08-29 06:24:44 UTC (rev 8582)
@@ -541,6 +541,7 @@
<!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">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2010-08-29 06:16:26 UTC
(rev 8581)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2010-08-29 06:24:44 UTC
(rev 8582)
@@ -44,6 +44,9 @@
<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>
<listitem>
Added: trunk/BOOK/x/lib/gtk-vnc.xml
===================================================================
--- trunk/BOOK/x/lib/gtk-vnc.xml (rev 0)
+++ trunk/BOOK/x/lib/gtk-vnc.xml 2010-08-29 06:24:44 UTC (rev 8582)
@@ -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>
Property changes on: trunk/BOOK/x/lib/gtk-vnc.xml
___________________________________________________________________
Added: svn:keywords
+ LastChangedBy Date
Modified: trunk/BOOK/x/lib/lib.xml
===================================================================
--- trunk/BOOK/x/lib/lib.xml 2010-08-29 06:16:26 UTC (rev 8581)
+++ trunk/BOOK/x/lib/lib.xml 2010-08-29 06:24:44 UTC (rev 8582)
@@ -48,5 +48,6 @@
<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>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page