glfs/multimedia/libdriv/opal.xml

129 lines
4.0 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY opal-download-http "&gnome-download-http;/opal/3.6/opal-&opal-version;.tar.bz2">
<!ENTITY opal-download-ftp "&gnome-download-ftp;/opal/3.6/opal-&opal-version;.tar.bz2">
<!ENTITY opal-md5sum "43b363c860780e7f1a0361cfee8f9f4a">
<!ENTITY opal-size "6.7 MB">
<!ENTITY opal-buildsize "166 MB">
<!ENTITY opal-time "2.9 SBU">
]>
<sect1 id="opal" xreflabel="opal-&opal-version;">
<?dbhtml filename="opal.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>opal-&opal-version;</title>
<indexterm zone="opal">
<primary sortas="a-opal">opal</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to opal</title>
<para>The <application>opal</application> package is a C++ class library for
normalising the numerous telephony protocols into a single integrated call
model.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&opal-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&opal-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &opal-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &opal-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &opal-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &opal-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">opal Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="ptlib"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><ulink url="http://www.celt-codec.org/">celt</ulink>,
<xref linkend="ffmpeg"/>,
<xref linkend="libtheora"/>,
<xref linkend="speex"/>, and
<ulink url="http://www.videolan.org/developers/x264.html">x264</ulink></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/opal"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of opal</title>
<para>Install <application>opal</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>None</seg>
<seg>libopal.so and various plugins</seg>
<seg>/usr/{include/opal/{h323,iax2,t120,rtp,im,codec,opal,zrtp,lids,t38,
asn,sip,h460},lib/opal-3.6.6/{lid,codecs/{audio,video}}}</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libopal">
<term><filename class='libraryfile'>libopal.so</filename></term>
<listitem>
<para>contains the <application>opal</application> API
functions.</para>
<indexterm zone="opal libopal">
<primary sortas="c-libopal">libopal.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>