source: multimedia/libdriv/farstream.xml@ b9b17d1b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b9b17d1b was 2ba0c1a, checked in by Krejzi <krejzi@…>, 12 years ago

XML Polishing, Part 1. Review GStreamer pages.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10463 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.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 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 "5d6e561b3688d0d0c8906fec4f356df3">
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 a
35 collection of GStreamer modules and libraries used for
36 videoconferencing.
37 </para>
38
39 &lfs70_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="gst-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="gst-plugins-bad"/> and
91 <xref linkend="gst-plugins-good"/>
92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <ulink url="http://gstreamer.freedesktop.org/modules/gst-python.html">
97 GStreamer Python Bindings</ulink>,
98 <xref linkend="gtk-doc"/>,
99 <ulink url="http://gupnp.org/">gupnp-igd</ulink>,
100 <xref linkend="pygobject2"/> and
101 <ulink url="http://www.valgrind.org/">Valgrind</ulink>
102 </para>
103
104 <para condition="html" role="usernotes">
105 User Notes: <ulink url="&blfs-wiki;/farstream"/>
106 </para>
107 </sect2>
108
109 <sect2 role="installation">
110 <title>Installation of Farstream</title>
111
112 <para>
113 Install <application>Farstream</application> by running the following
114 commands:
115 </para>
116
117<screen><userinput>./configure --prefix=/usr \
118 --disable-python \
119 --disable-static &amp;&amp;
120make</userinput></screen>
121
122 <para>
123 This package does not come with a test suite.
124 </para>
125
126 <para>
127 Now, as the <systemitem class="username">root</systemitem> user:
128 </para>
129
130<screen role="root"><userinput>make install</userinput></screen>
131 </sect2>
132
133 <sect2 role="commands">
134 <title>Command Explanations</title>
135
136 <para>
137 <option>--disable-python</option>: This switch disables Python
138 bindings. Remove if you have Gst-Python and PyGObject2 installed.
139 </para>
140
141 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
142 href="../../xincludes/static-libraries.xml"/>
143
144 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
145 href="../../xincludes/gtk-doc-rebuild.xml"/>
146
147 </sect2>
148
149 <sect2 role="content">
150 <title>Contents</title>
151
152 <segmentedlist>
153 <segtitle>Installed Library</segtitle>
154 <segtitle>Installed Directories</segtitle>
155
156 <seglistitem>
157 <seg>
158 libfarstream-0.1.so
159 </seg>
160 <seg>
161 /usr/include/farstream-0.1,
162 /usr/lib/farstream-0.1,
163 /usr/share/farstream,
164 /usr/share/gtk-doc/html/farstream-libs-0.10 and
165 /usr/share/gtk-doc/html/farstream-plugins-0.1
166 </seg>
167 </seglistitem>
168 </segmentedlist>
169
170 <variablelist>
171 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
172 <?dbfo list-presentation="list"?>
173 <?dbhtml list-presentation="table"?>
174
175 <varlistentry id="libfarstream-0.1">
176 <term><filename class="libraryfile">libfarstream-0.1.so</filename></term>
177 <listitem>
178 <para>
179 contains the <application>Farstream</application> API functions.
180 </para>
181 <indexterm zone="farstream libfarstream-0.1">
182 <primary sortas="c-libfarstream-0.1">libfarstream-0.1.so</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 </variablelist>
188
189 </sect2>
190
191</sect1>
Note: See TracBrowser for help on using the repository browser.