mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Added new package, Vino-2.28.2.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8591 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
9c318afd5c
commit
b225af497c
@ -659,6 +659,7 @@ $Date$
|
||||
<!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">
|
||||
|
@ -70,6 +70,7 @@ $Date$
|
||||
<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"/>
|
||||
|
176
gnome/add/vino.xml
Normal file
176
gnome/add/vino.xml
Normal file
@ -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>
|
@ -43,6 +43,9 @@
|
||||
<listitem>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user