source: gnome-systemd/telepathy/farstream.xml@ 09140ef

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since 09140ef was 09140ef, checked in by Krejzi <krejzi@…>, 10 years ago

Import Christopher's GNOME work into systemd branch.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13549 af4574ff-66df-0310-9fd7-8a98e5e911e0

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