source: archive/farsight2.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: 5.0 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 farsight2-download-http "http://farsight.freedesktop.org/releases/farsight2/farsight2-&farsight2-version;.tar.gz">
8 <!ENTITY farsight2-download-ftp " ">
9 <!ENTITY farsight2-md5sum "7756d910687dd2abd455fd68e83f125c">
10 <!ENTITY farsight2-size "1.1 MB">
11 <!ENTITY farsight2-buildsize "40 MB">
12 <!ENTITY farsight2-time "0.4 SBU">
13]>
14
15<sect1 id="farsight2" xreflabel="Farsight2-&farsight2-version;">
16 <?dbhtml filename="farsight2.html"?>
17
18
19 <title>Farsight2-&farsight2-version;</title>
20
21 <indexterm zone="farsight2">
22 <primary sortas="a-Farsight2">Farsight2</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Farsight2</title>
27
28 <para>The <application>Farsight2</application> package is a collection of
29 GStreamer modules and libraries for videoconferencing.</para>
30
31 &lfs70_built;
32
33 <bridgehead renderas="sect3">Package Information</bridgehead>
34 <itemizedlist spacing="compact">
35 <listitem>
36 <para>Download (HTTP): <ulink url="&farsight2-download-http;"/></para>
37 </listitem>
38 <listitem>
39 <para>Download (FTP): <ulink url="&farsight2-download-ftp;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download MD5 sum: &farsight2-md5sum;</para>
43 </listitem>
44 <listitem>
45 <para>Download size: &farsight2-size;</para>
46 </listitem>
47 <listitem>
48 <para>Estimated disk space required: &farsight2-buildsize;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated build time: &farsight2-time;</para>
52 </listitem>
53 </itemizedlist>
54
55 <bridgehead renderas="sect3">Farsight2 Dependencies</bridgehead>
56
57 <bridgehead renderas="sect4">Required</bridgehead>
58 <para role="required"><xref linkend="gst-plugins-base"/>,
59 <xref linkend="libnice"/>, and
60 <xref linkend="python2"/></para>
61
62 <bridgehead renderas="sect4">Optional</bridgehead>
63 <para role="optional"><ulink
64 url="http://gstreamer.freedesktop.org/modules/gst-python.html">GStreamer
65 Python Bindings</ulink>,
66 <xref linkend="gtk-doc"/>,
67 <xref linkend="gupnp"/>,
68 <xref linkend="pygobject2"/>, and
69 <ulink url="http://www.valgrind.org/">Valgrind</ulink></para>
70
71 <para condition="html" role="usernotes">User Notes:
72 <ulink url="&blfs-wiki;/farsight2"/></para>
73
74 </sect2>
75
76 <sect2 role="installation">
77 <title>Installation of Farsight2</title>
78
79 <para>Install <application>Farsight2</application> by running the following
80 commands:</para>
81
82<screen><userinput>./configure --prefix=/usr \
83 --disable-python &amp;&amp;
84make</userinput></screen>
85
86 <para>To test the results, issue: <command>make check</command>.</para>
87
88 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
89
90<screen role="root"><userinput>make install</userinput></screen>
91
92 </sect2>
93
94 <sect2 role="commands">
95 <title>Command Explanations</title>
96
97 <para><parameter>--disable-python</parameter>: This parameter disables the
98 <application>Python</application> bindings from being built. Omit it if
99 you have installed the optional python module dependencies.</para>
100
101 <para><option>--enable-static=no</option>: This switch prevents the static
102 libraries being installed.</para>
103
104 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
105 href="../../xincludes/gtk-doc-rebuild.xml"/>
106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Programs</segtitle>
114 <segtitle>Installed Libraries</segtitle>
115 <segtitle>Installed Directories</segtitle>
116
117 <seglistitem>
118 <seg>None</seg>
119 <seg>libfsfunnel.{so,a},libfsmsnconference.{so,a},
120 libfsrawconference.{so,a},libfsrtcpfilter.{so,a},libfsrtpconference.{so,a},
121 libfsvideoanyrate.{so,a},libgstfarsight-0.10.{so,a},
122 libmulticast-transmitter.{so,a},libnice-transmitter.{so,a},
123 librawudp-transmitter.{so,a}, and libshm-transmitter.{so,a}</seg>
124 <seg>/usr/{include/gstreamer-0.10/gst/farsight,lib/farsight2-0.0,
125 share/{farsight2/0.0/fsrtpconference,gtk-doc/html/{farsight2-libs-0.10,
126 farsight2-plugins-0.10}}}</seg>
127 </seglistitem>
128 </segmentedlist>
129
130 <variablelist>
131 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
132 <?dbfo list-presentation="list"?>
133 <?dbhtml list-presentation="table"?>
134
135 <varlistentry id="libgstfarsight-0.10">
136 <term><filename class='libraryfile'>libgstfarsight-0.10.{so,a}</filename></term>
137 <listitem>
138 <para>contains the <application>farsight2</application> API
139 functions.</para>
140 <indexterm zone="farsight2 libgstfarsight-0.10">
141 <primary sortas="c-libgstfarsight-0.10">libgstfarsight-0.10.{so,a}</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145
146 </variablelist>
147
148 </sect2>
149
150</sect1>
Note: See TracBrowser for help on using the repository browser.