Author: wblaszcz Date: 2010-08-30 06:57:15 -0600 (Mon, 30 Aug 2010) New Revision: 8591
Added: trunk/BOOK/gnome/add/vino.xml Modified: trunk/BOOK/general.ent trunk/BOOK/gnome/add/add.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Added new package, Vino-2.28.2. Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2010-08-30 12:45:20 UTC (rev 8590) +++ trunk/BOOK/general.ent 2010-08-30 12:57:15 UTC (rev 8591) @@ -659,6 +659,7 @@ <!ENTITY sound-juicer-version "2.28.2"> <!ENTITY totem-version "2.30.2"> <!ENTITY vinagre-version "2.30.2"> +<!ENTITY vino-version "2.28.2"> <!-- Accessibility --> <!ENTITY at-spi-version "1.30.1"> Modified: trunk/BOOK/gnome/add/add.xml =================================================================== --- trunk/BOOK/gnome/add/add.xml 2010-08-30 12:45:20 UTC (rev 8590) +++ trunk/BOOK/gnome/add/add.xml 2010-08-30 12:57:15 UTC (rev 8591) @@ -70,6 +70,7 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sound-juicer.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="totem.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vinagre.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vino.xml"/> <!-- This is used as a TOC separator --> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dummy-accessibility.xml"/> Added: trunk/BOOK/gnome/add/vino.xml =================================================================== --- trunk/BOOK/gnome/add/vino.xml (rev 0) +++ trunk/BOOK/gnome/add/vino.xml 2010-08-30 12:57:15 UTC (rev 8591) @@ -0,0 +1,176 @@ +<?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 vino-download-http "&gnome-download-http;/vino/2.28/vino-&vino-version;.tar.bz2"> + <!ENTITY vino-download-ftp "&gnome-download-ftp;/vino/2.28/vino-&vino-version;.tar.bz2"> + <!ENTITY vino-md5sum "7b7fcd23925efb628da2d2f12d73b485"> + <!ENTITY vino-size "777 KB"> + <!ENTITY vino-buildsize "19 MB"> + <!ENTITY vino-time "0.3 SBU"> +]> + +<sect1 id="vino" xreflabel="Vino-&vino-version;"> + <?dbhtml filename="vino.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>Vino-&vino-version;</title> + + <indexterm zone="vino"> + <primary sortas="a-Vino">Vino</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to Vino</title> + + <para>The <application>Vino</application> package is a VNC server for + <application>GNOME</application>. VNC is a protocol that allows remote + display of a user's desktop.</para> + + &lfs65_checked; + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&vino-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&vino-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &vino-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &vino-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &vino-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &vino-time;</para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">Vino Dependencies</bridgehead> + + <bridgehead renderas="sect4">Required</bridgehead> + <para role="required"><xref linkend="GConf"/>, + <xref linkend="gtk2"/>, + <xref linkend="libgnome-keyring"/>, and + <xref linkend="libsoup"/></para> + + <bridgehead renderas="sect4">Optional</bridgehead> + <para role="optional"><xref linkend="avahi"/>, + <xref linkend="glibmm"/>, + <xref linkend="gnutls"/>, + <xref linkend="libnotify"/>, + <xref linkend="libsexy"/>, + <xref linkend="libunique"/>, + <ulink + url="http://www.gnome.org/projects/NetworkManager/">NetworkManager</ulink>, + and <xref linkend="telepathy-glib"/></para> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/vino"/></para> + + </sect2> + + <sect2 role="installation"> + <title>Installation of Vino</title> + + <para>Install <application>Vino</application> by running the following + commands:</para> + +<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ + --sysconfdir=&gnome-etc-dir; \ + --libexecdir=$(pkg-config \ + --variable=prefix ORBit-2.0)/lib/vino && +make</userinput></screen> + + <para>This package does not come with a test suite.</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> + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../xincludes/gnome-prefix.xml"/> + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../xincludes/gnome-sysconfdir.xml"/> + + <para><parameter>--libexecdir=$(pkg-config --variable=prefix + ORBit-2.0)/lib/vino</parameter>: This parameter is used so that the + <application>vino</application> internal support programs are installed in + the preferred location of <filename + class='directory'>$GNOME_PREFIX/lib/vino</filename> instead of <filename + class='directory'>$GNOME_PREFIX/libexec</filename>.</para> + + </sect2> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Programs</segtitle> + <segtitle>Installed Libraries</segtitle> + <segtitle>Installed Directories</segtitle> + + <seglistitem> + <seg>vino-passwd, vino-preferences, and vino-server</seg> + <seg>None</seg> + <seg><envar>$GNOME_PREFIX</envar>/{lib/vino,share/vino}</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <!--<varlistentry id="vino-passwd"> + <term><command>vino-passwd</command></term> + <listitem> + <para>does this .....</para> + <indexterm zone="vino vino-passwd"> + <primary sortas="b-vino-passwd">vino-passwd</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="vino-preferences"> + <term><command>vino-preferences</command></term> + <listitem> + <para>does this .....</para> + <indexterm zone="vino vino-preferences"> + <primary sortas="b-vino-preferences">vino-preferences</primary> + </indexterm> + </listitem> + </varlistentry>--> + + <varlistentry id="vino-server"> + <term><command>vino-server</command></term> + <listitem> + <para>is the <application>Vino</application> server.</para> + <indexterm zone="vino vino-server"> + <primary sortas="b-vino-server">vino-server</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> Property changes on: trunk/BOOK/gnome/add/vino.xml ___________________________________________________________________ Added: svn:keywords + LastChangedBy Date Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2010-08-30 12:45:20 UTC (rev 8590) +++ trunk/BOOK/introduction/welcome/changelog.xml 2010-08-30 12:57:15 UTC (rev 8591) @@ -44,6 +44,9 @@ <para>August 30th, 2010</para> <itemizedlist> <listitem> + <para>[wblaszcz] - Added new package, Vino-2.28.2.</para> + </listitem> + <listitem> <para>[wblaszcz] - Added new package, Vinagre-2.30.2.</para> </listitem> </itemizedlist> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
