source: multimedia/libdriv/opal.xml@ 40cf782

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 40cf782 was 40cf782, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Tags -- Finish Part III. General Libraries and Utilities
Finish Chapter 25. X Libraries

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

  • Property mode set to 100644
File size: 4.8 KB
RevLine 
[6ae25f1]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
[8e36a8f8]7 <!ENTITY opal-download-http "&gnome-download-http;/opal/3.10/opal-&opal-version;.tar.xz">
8 <!ENTITY opal-download-ftp "&gnome-download-ftp;/opal/3.10/opal-&opal-version;.tar.xz">
[ffd1fcc]9 <!ENTITY opal-md5sum "6efa1b4c5e0ad6460019b4c6df0898d7">
[0ea00d5]10 <!ENTITY opal-size "5.7 MB">
11 <!ENTITY opal-buildsize "305 MB">
12 <!ENTITY opal-time "2.0 SBU">
[6ae25f1]13]>
14
[0ea00d5]15<sect1 id="opal" xreflabel="Opal-&opal-version;">
[6ae25f1]16 <?dbhtml filename="opal.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[0ea00d5]23 <title>Opal-&opal-version;</title>
[6ae25f1]24
25 <indexterm zone="opal">
[0ea00d5]26 <primary sortas="a-Opal">Opal</primary>
[6ae25f1]27 </indexterm>
28
29 <sect2 role="package">
[0ea00d5]30 <title>Introduction to Opal</title>
[6ae25f1]31
[0ea00d5]32 <para>
33 The <application>Opal</application> package contains a C++ class library for
34 normalising the numerous telephony protocols into a single integrated call
35 model.
36 </para>
[6ae25f1]37
[40cf782]38 &lfs78_checked;
[02e2df0]39
[6ae25f1]40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
[0ea00d5]43 <para>
44 Download (HTTP): <ulink url="&opal-download-http;"/>
45 </para>
[6ae25f1]46 </listitem>
47 <listitem>
[0ea00d5]48 <para>
49 Download (FTP): <ulink url="&opal-download-ftp;"/>
50 </para>
[6ae25f1]51 </listitem>
52 <listitem>
[0ea00d5]53 <para>
54 Download MD5 sum: &opal-md5sum;
55 </para>
[6ae25f1]56 </listitem>
57 <listitem>
[0ea00d5]58 <para>
59 Download size: &opal-size;
60 </para>
[6ae25f1]61 </listitem>
62 <listitem>
[0ea00d5]63 <para>
64 Estimated disk space required: &opal-buildsize;
65 </para>
[6ae25f1]66 </listitem>
67 <listitem>
[0ea00d5]68 <para>
69 Estimated build time: &opal-time;
70 </para>
[6ae25f1]71 </listitem>
72 </itemizedlist>
73
[0ea00d5]74 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
75 <itemizedlist spacing="compact">
[8e36a8f8]76 <listitem>
[0ea00d5]77 <para>
[54f740f]78 Required patch:
[89d37eb8]79 <ulink url="&patch-root;/opal-&opal-version;-ffmpeg2-1.patch"/>
[0ea00d5]80 </para>
[8e36a8f8]81 </listitem>
82 </itemizedlist>
83
[0ea00d5]84 <bridgehead renderas="sect3">Opal Dependencies</bridgehead>
[6ae25f1]85
86 <bridgehead renderas="sect4">Required</bridgehead>
[0ea00d5]87 <para role="required">
88 <xref linkend="ptlib"/>
89 </para>
[6ae25f1]90
91 <bridgehead renderas="sect4">Optional</bridgehead>
[0ea00d5]92 <para role="optional">
93 <ulink url="http://www.celt-codec.org/">Celt</ulink>,
94 <xref linkend="ffmpeg"/>,
95 <ulink url="http://www.quut.com/gsm/">GSM</ulink>,
96 <ulink url="http://www.isdn4linux.de/">ISDN4Linux</ulink>,
97 <xref linkend="libtheora"/>,
[ffd1fcc]98 <xref linkend="openjdk"/>,
99 <xref linkend="ruby"/>,
[0ea00d5]100 <ulink url="www.soft-switch.org/">Spandsp</ulink>,
[6de7590]101 <xref linkend="speex"/>, and
[7f2dfa0]102 <xref linkend="x264"/>
[0ea00d5]103 </para>
[6ae25f1]104
105 <para condition="html" role="usernotes">User Notes:
[0ea00d5]106 <ulink url="&blfs-wiki;/opal"/>
107 </para>
[6ae25f1]108 </sect2>
109
110 <sect2 role="installation">
[0ea00d5]111 <title>Installation of Opal</title>
[6ae25f1]112
[0ea00d5]113 <para>Install <application>Opal</application> by running the following
[6ae25f1]114 commands:</para>
115
[89d37eb8]116<screen><userinput>patch -Np1 -i ../opal-&opal-version;-ffmpeg2-1.patch &amp;&amp;
[6de7590]117
[8e36a8f8]118./configure --prefix=/usr &amp;&amp;
[6ae25f1]119make</userinput></screen>
120
[0ea00d5]121 <para>
122 This package does not come with a test suite.
123 </para>
[6ae25f1]124
[0ea00d5]125 <para>
126 Now, as the <systemitem class="username">root</systemitem> user:
127 </para>
[6ae25f1]128
[ffd1fcc]129<screen role="root"><userinput>make install &amp;&amp;
130chmod -v 644 /usr/lib/libopal_s.a</userinput></screen>
[6ae25f1]131
132 </sect2>
133
134 <sect2 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
[c3c56b2]138 <segtitle>Installed Programs</segtitle>
139 <segtitle>Installed Libraries</segtitle>
[6ae25f1]140 <segtitle>Installed Directories</segtitle>
141
142 <seglistitem>
[c3c56b2]143 <seg>
144 None
145 </seg>
[0ea00d5]146 <seg>
147 libopal.so and libopal_s.a
148 </seg>
149 <seg>
150 /usr/include/opal and
151 /usr/lib/opal-&opal-version;
152 </seg>
[6ae25f1]153 </seglistitem>
154 </segmentedlist>
155
156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160
161 <varlistentry id="libopal">
[0ea00d5]162 <term><filename class="libraryfile">libopal.so</filename></term>
[6ae25f1]163 <listitem>
[0ea00d5]164 <para>
165 contains the <application>Opal</application> API functions.
166 </para>
[6ae25f1]167 <indexterm zone="opal libopal">
168 <primary sortas="c-libopal">libopal.so</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 </variablelist>
174
175 </sect2>
176
177</sect1>
Note: See TracBrowser for help on using the repository browser.