source: archive/vino.xml@ 5156197

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 5156197 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY vino-download-http "&gnome-download-http;/vino/&gnome-minor-22;/vino-&vino-version;.tar.xz">
8 <!ENTITY vino-download-ftp "&gnome-download-ftp;/vino/&gnome-minor-22;/vino-&vino-version;.tar.xz">
9 <!ENTITY vino-md5sum "7305feaa5cc9acb788d7a13389922012">
10 <!ENTITY vino-size "752 KB">
11 <!ENTITY vino-buildsize "19 MB">
12 <!ENTITY vino-time "0.2 SBU">
13]>
14
15<sect1 id="vino" xreflabel="Vino-&vino-version;">
16 <?dbhtml filename="vino.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Vino-&vino-version;</title>
23
24 <indexterm zone="vino">
25 <primary sortas="a-Vino">Vino</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Vino</title>
30
31 <para>
32 The <application>Vino</application> package is a VNC server for
33 <application>GNOME</application>. VNC is a protocol that allows remote
34 display of a user's desktop.
35 </para>
36
37 &lfs90_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&vino-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&vino-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &vino-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &vino-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &vino-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &vino-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Vino Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="libnotify"/>
78 </para>
79
80 <bridgehead renderas="sect4">Recommended</bridgehead>
81 <para role="recommended">
82 <xref linkend="gnutls"/>,
83 <xref linkend="libgcrypt"/>,
84 <xref linkend="libsecret"/>, and
85 <xref linkend="telepathy-glib"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="avahi"/>
91 </para>
92
93 <para condition="html" role="usernotes">User Notes:
94 <ulink url="&blfs-wiki;/vino"/>
95 </para>
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of Vino</title>
100
101 <para>
102 Install <application>Vino</application> by running the following
103 commands:
104 </para>
105
106<screen revision="systemd"><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
107make</userinput></screen>
108
109<screen revision="sysv"><userinput>./configure --prefix=/usr \
110 --sysconfdir=/etc \
111 --with-systemduserunitdir=no &amp;&amp;
112make</userinput></screen>
113
114 <para>
115 This package does not come with a test suite.
116 </para>
117
118 <para>
119 Now, as the <systemitem class="username">root</systemitem> user:
120 </para>
121
122<screen role="root"><userinput>make install</userinput></screen>
123
124 </sect2>
125
126 <sect2 role="content">
127 <title>Contents</title>
128
129 <segmentedlist>
130 <segtitle>Installed Programs</segtitle>
131 <segtitle>Installed Libraries</segtitle>
132 <segtitle>Installed Directories</segtitle>
133
134
135 <seglistitem>
136 <seg>
137 vino-server
138 </seg>
139 <seg>
140 None
141 </seg>
142 <seg>
143 None
144 </seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="vino-server">
154 <term><command>vino-server</command></term>
155 <listitem>
156 <para>
157 is the <application>Vino</application> VNC server.
158 </para>
159 <indexterm zone="vino vino-server">
160 <primary sortas="b-vino-server">vino-server</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 </variablelist>
166
167 </sect2>
168
169</sect1>
Note: See TracBrowser for help on using the repository browser.