Update to opal-3.10.2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9282 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2012-02-05 23:32:02 +00:00
parent 90c3c630a6
commit 8e36a8f8c8
3 changed files with 27 additions and 10 deletions

View File

@ -883,7 +883,7 @@ $Date$
<!ENTITY libmusicbrainz3-version "3.0.3">
<!ENTITY libmpeg2-version "0.5.1">
<!ENTITY libtheora-version "1.1.1">
<!ENTITY opal-version "3.6.8">
<!ENTITY opal-version "3.10.2">
<!ENTITY libvpx-version "1.0.0">
<!ENTITY libsndfile-version "1.0.23">
<!ENTITY pulseaudio-version "0.9.23">

View File

@ -49,7 +49,7 @@
</listitem>
<listitem>
<para>[ken] - Merge gst-plugins-base-0.10.35, gst-plugins-good-0.10.30,
gst-plugins-ugly-0.10.18, and gstreamer-0.10.35 from Wayne.</para>
gst-plugins-ugly-0.10.18, gstreamer-0.10.35 and opal-3.10.2 from Wayne.</para>
</listitem>
</itemizedlist>
</listitem>

View File

@ -4,12 +4,12 @@
<!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 "a5f4ddc12c5aa34dc9407fe1daaf0f45">
<!ENTITY opal-size "6.5 MB">
<!ENTITY opal-buildsize "166 MB">
<!ENTITY opal-time "2.8 SBU">
<!ENTITY opal-download-http "&gnome-download-http;/opal/3.10/opal-&opal-version;.tar.xz">
<!ENTITY opal-download-ftp "&gnome-download-ftp;/opal/3.10/opal-&opal-version;.tar.xz">
<!ENTITY opal-md5sum "11263275c51e3ea77de202bf5ca87e0b">
<!ENTITY opal-size "6.8 MB">
<!ENTITY opal-buildsize "314 MB">
<!ENTITY opal-time "2.7 SBU">
]>
<sect1 id="opal" xreflabel="opal-&opal-version;">
@ -33,7 +33,7 @@
normalising the numerous telephony protocols into a single integrated call
model.</para>
&lfs65_built;
&lfs70_built;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -57,6 +57,14 @@
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Required Patch: <ulink
url="&patch-root;/opal-&opal-version;-ffmpeg-1.patch"/></para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">opal Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
@ -80,7 +88,8 @@
<para>Install <application>opal</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
<screen><userinput>patch -Np1 -i ../opal-&opal-version;-ffmpeg-1.patch &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@ -91,6 +100,14 @@ make</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para><command>patch -Np1 -i ...</command>: The patch allows opal to build
with recent releases of <application>ffmpeg</application>.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>