source: multimedia/libdriv/farstream-systemd.xml@ 528112b

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

Move farstream to multimedia section.

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

  • Property mode set to 100644
File size: 5.5 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">Additional Downloads</bridgehead>
76 <itemizedlist spacing="compact">
77 <listitem>
78 <para>
79 Optional patch:
80 <ulink url="&patch-root;/farstream-&farstream-version;-fix_documentation-1.patch"/>
81 </para>
82 </listitem>
83 </itemizedlist>
84
85 <bridgehead renderas="sect3">Farstream Dependencies</bridgehead>
86
87 <bridgehead renderas="sect4">Required</bridgehead>
88 <para role="required">
89 <xref linkend="gst10-plugins-base"/> and
90 <xref linkend="libnice"/>
91 </para>
92
93 <bridgehead renderas="sect4">Recommended</bridgehead>
94 <para role="recommended">
95 <xref linkend="gobject-introspection"/>
96 </para>
97
98 <bridgehead renderas="sect4">Recommended (Runtime)</bridgehead>
99 <para role="recommended">
100 <xref linkend="gst10-plugins-bad"/> and
101 <xref linkend="gst10-plugins-good"/>
102 </para>
103
104 <bridgehead renderas="sect4">Optional</bridgehead>
105 <para role="optional">
106 <xref linkend="gtk-doc"/> and
107 <xref linkend="valgrind"/>
108 </para>
109
110 <para condition="html" role="usernotes">
111 User Notes: <ulink url="&blfs-wiki;/farstream"/>
112 </para>
113 </sect2>
114
115 <sect2 role="installation">
116 <title>Installation of Farstream</title>
117
118 <para>
119 If you have downloaded the optional patch, apply it by running
120 the following command:
121 </para>
122
123<screen><userinput>patch -Np1 -i ../farstream-&farstream-version;-fix_documentation-1.patch</userinput></screen>
124
125 <para>
126 Install <application>Farstream</application> by running the following
127 commands:
128 </para>
129
130<screen><userinput>./configure --prefix=/usr &amp;&amp;
131make</userinput></screen>
132
133 <para>
134 To test the results, issue: <command>make check</command>.
135 </para>
136
137 <para>
138 Now, as the <systemitem class="username">root</systemitem> user:
139 </para>
140
141<screen role="root"><userinput>make install</userinput></screen>
142 </sect2>
143
144 <sect2 role="commands">
145 <title>Command Explanations</title>
146
147 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
148 href="../../xincludes/gtk-doc-rebuild.xml"/>
149
150 </sect2>
151
152 <sect2 role="content">
153 <title>Contents</title>
154
155 <segmentedlist>
156 <segtitle>Installed Programs</segtitle>
157 <segtitle>Installed Library</segtitle>
158 <segtitle>Installed Directories</segtitle>
159
160 <seglistitem>
161 <seg>
162 None
163 </seg>
164 <seg>
165 libfarstream-0.2.so
166 </seg>
167 <seg>
168 /usr/include/farstream-0.2,
169 /usr/lib/farstream-0.2,
170 /usr/share/farstream,
171 /usr/share/gtk-doc/html/farstream-libs-1.0, and
172 /usr/share/gtk-doc/html/farstream-plugins-0.2
173 </seg>
174 </seglistitem>
175 </segmentedlist>
176
177 <variablelist>
178 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
179 <?dbfo list-presentation="list"?>
180 <?dbhtml list-presentation="table"?>
181
182 <varlistentry id="libfarstream-0.2">
183 <term><filename class="libraryfile">libfarstream-0.2.so</filename></term>
184 <listitem>
185 <para>
186 contains the <application>Farstream</application> API functions.
187 </para>
188 <indexterm zone="farstream libfarstream-0.2">
189 <primary sortas="c-libfarstream-0.2">libfarstream-0.2.so</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 </variablelist>
195
196 </sect2>
197
198</sect1>
Note: See TracBrowser for help on using the repository browser.