source: archive/gnome/telepathy-farstream.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.8 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 telepathy-farstream-download-http
8 "http://telepathy.freedesktop.org/releases/telepathy-farstream/telepathy-farstream-&telepathy-farstream-version;.tar.gz">
9 <!ENTITY telepathy-farstream-download-ftp " ">
10 <!ENTITY telepathy-farstream-md5sum "d154350f9f1e3bdba87617c0668481a5">
11 <!ENTITY telepathy-farstream-size "584 KB">
12 <!ENTITY telepathy-farstream-buildsize "6.0 MB">
13 <!ENTITY telepathy-farstream-time "0.1 SBU">
14]>
15
16<sect1 id="telepathy-farstream" xreflabel="telepathy-farstream-&telepathy-farstream-version;">
17 <?dbhtml filename="telepathy-farstream.html"?>
18
19
20 <title>telepathy-farstream-&telepathy-farstream-version;</title>
21
22 <indexterm zone="telepathy-farstream">
23 <primary sortas="a-telepathy-farstream">telepathy-farstream</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to Telepathy Farstream</title>
28
29 <para>
30 The <application>Telepathy Farstream</application> is a
31 <application>Telepathy</application> client library that
32 uses <application>Farstream</application> to handle Call
33 channels.
34 </para>
35
36 &lfs72_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&telepathy-farstream-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&telepathy-farstream-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &telepathy-farstream-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &telepathy-farstream-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &telepathy-farstream-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &telepathy-farstream-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">Telepathy Farstream Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="farstream"/> and
77 <xref linkend="telepathy-glib"/>
78 </para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional">
82 <xref linkend="gtk-doc"/>
83 </para>
84
85 <para condition="html" role="usernotes">
86 User Notes: <ulink url="&blfs-wiki;/telepathy-farstream"/>
87 </para>
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of Telepathy Farstream</title>
92
93 <para>
94 Install <application>Telepathy Farstream</application> by running the
95 following commands:
96 </para>
97
98<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
99make</userinput></screen>
100
101 <para>
102 This package does not come with a test suite.
103 </para>
104
105 <para>
106 Now, as the <systemitem class="username">root</systemitem> user:
107 </para>
108
109<screen role="root"><userinput>make install</userinput></screen>
110 </sect2>
111
112 <sect2 role="commands">
113 <title>Command Explanations</title>
114
115 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
116 href="../../xincludes/static-libraries.xml"/>
117
118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
119 href="../../xincludes/gtk-doc-rebuild.xml"/>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Programs</segtitle>
128 <segtitle>Installed Library</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>
133 None
134 </seg>
135 <seg>
136 libtelepathy-farstream.so
137 </seg>
138 <seg>
139 /usr/include/telepathy-1.0/telepathy-farstream and
140 /usr/share/gtk-doc/html/telepathy-farstream
141 </seg>
142 </seglistitem>
143 </segmentedlist>
144
145 <variablelist>
146 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
147 <?dbfo list-presentation="list"?>
148 <?dbhtml list-presentation="table"?>
149
150 <varlistentry id="libtelepathy-farstream">
151 <term><filename class="libraryfile">libtelepathy-farstream.so</filename></term>
152 <listitem>
153 <para>
154 contains <application>Telepathy Farstream</application> API functions.
155 </para>
156 <indexterm zone="telepathy-farstream libtelepathy-farstream">
157 <primary sortas="c-libtelepathy-farstream">libtelepathy-farstream.so</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 </variablelist>
163
164 </sect2>
165
166</sect1>
Note: See TracBrowser for help on using the repository browser.