Added new package, opal-3.6.6.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8290 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Wayne Blaszczyk 2010-03-06 14:22:19 +00:00
parent aad5d544b7
commit 6ae25f1d48
4 changed files with 140 additions and 1 deletions

View File

@ -3,7 +3,7 @@ $LastChangedBy$
$Date$
-->
<!ENTITY day "06"> <!-- Always 2 digits -->
<!ENTITY day "07"> <!-- Always 2 digits -->
<!ENTITY month "03"> <!-- Always 2 digits -->
<!ENTITY year "2010">
<!ENTITY copyrightdate "2001-&year;">
@ -729,6 +729,7 @@ $Date$
<!ENTITY libmusicbrainz-version "2.1.5">
<!ENTITY libmpeg2-version "0.5.1">
<!ENTITY libtheora-version "1.1.1">
<!ENTITY opal-version "3.6.6">
<!-- Obsolete
<!ENTITY openquicktime-version "1.0">

View File

@ -41,6 +41,15 @@
-->
<listitem>
<para>March 7th, 2010</para>
<itemizedlist>
<listitem>
<para>[wblaszcz] - Added new package, opal-3.6.6.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>March 6th, 2010</para>
<itemizedlist>

View File

@ -60,6 +60,7 @@ $Date$
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gst-plugins-ugly.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libmusicbrainz.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libmpeg2.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="opal.xml"/>
<!-- Obsolete
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="openquicktime.xml"/>

128
multimedia/libdriv/opal.xml Normal file
View File

@ -0,0 +1,128 @@
<?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>