source: archive/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.9 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 farstream-download-http
8 "http://freedesktop.org/software/farstream/releases/farstream/farstream-&farstream-version;.tar.gz">
9 <!ENTITY farstream-download-ftp " ">
10 <!ENTITY farstream-md5sum "a8971167068b69a6933d3eaaeb9ab448">
11 <!ENTITY farstream-size "1.2 MB">
12 <!ENTITY farstream-buildsize "30 MB">
13 <!ENTITY farstream-time "0.2 SBU">
14]>
15
16<sect1 id="farstream" xreflabel="Farstream-&farstream-version;">
17 <?dbhtml filename="farstream.html"?>
18
19
20 <title>Farstream-&farstream-version;</title>
21
22 <indexterm zone="farstream">
23 <primary sortas="a-Farstream">Farstream</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to Farstream</title>
28
29 <para>
30 The <application>Farstream</application> package contains libraries
31 and a collection of <application>GStreamer</application> modules
32 used for video conferencing.
33 </para>
34
35 &lfs75_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&farstream-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&farstream-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &farstream-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &farstream-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &farstream-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &farstream-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">Farstream Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="gst10-plugins-base"/> and
76 <xref linkend="libnice"/>
77 </para>
78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="gobject-introspection"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended (Runtime)</bridgehead>
85 <para role="recommended">
86 <xref linkend="gst10-plugins-bad"/> and
87 <xref linkend="gst10-plugins-good"/>
88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
92 <xref linkend="gtk-doc"/>,
93 <ulink url="https://wiki.gnome.org/action/show/Projects/GUPnP">gupnp-igd</ulink> and
94 <xref linkend="valgrind"/>
95 </para>
96
97 <para condition="html" role="usernotes">
98 User Notes: <ulink url="&blfs-wiki;/farstream"/>
99 </para>
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of Farstream</title>
104
105 <para>
106 Install <application>Farstream</application> by running the following
107 commands:
108 </para>
109
110<screen><userinput>./configure --prefix=/usr &amp;&amp;
111make</userinput></screen>
112
113 <para>
114 To test the results, issue: <command>make check</command>.
115 </para>
116
117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>make install</userinput></screen>
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
127 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
128 href="../../xincludes/gtk-doc-rebuild.xml"/>
129
130 </sect2>
131
132 <sect2 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
136 <segtitle>Installed Programs</segtitle>
137 <segtitle>Installed Library</segtitle>
138 <segtitle>Installed Directories</segtitle>
139
140 <seglistitem>
141 <seg>
142 None
143 </seg>
144 <seg>
145 libfarstream-0.2.so
146 </seg>
147 <seg>
148 /usr/include/farstream-0.2,
149 /usr/lib/farstream-0.2,
150 /usr/share/farstream,
151 /usr/share/gtk-doc/html/farstream-libs-1.0, and
152 /usr/share/gtk-doc/html/farstream-plugins-0.2
153 </seg>
154 </seglistitem>
155 </segmentedlist>
156
157 <variablelist>
158 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
159 <?dbfo list-presentation="list"?>
160 <?dbhtml list-presentation="table"?>
161
162 <varlistentry id="libfarstream">
163 <term><filename class="libraryfile">libfarstream-0.2.so</filename></term>
164 <listitem>
165 <para>
166 contains the <application>Farstream</application> API functions.
167 </para>
168 <indexterm zone="farstream libfarstream">
169 <primary sortas="c-libfarstream">libfarstream-0.2so</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 </variablelist>
175
176 </sect2>
177
178</sect1>
Note: See TracBrowser for help on using the repository browser.