Author: wblaszcz
Date: 2010-04-05 01:12:04 -0600 (Mon, 05 Apr 2010)
New Revision: 8382
Modified:
trunk/BOOK/general.ent
trunk/BOOK/gnome/add/ekiga.xml
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Updated to Ekiga-3.2.6.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2010-04-03 13:19:44 UTC (rev 8381)
+++ trunk/BOOK/general.ent 2010-04-05 07:12:04 UTC (rev 8382)
@@ -3,13 +3,13 @@
$Date$
-->
-<!ENTITY day "03"> <!-- Always 2 digits -->
+<!ENTITY day "05"> <!-- Always 2 digits -->
<!ENTITY month "04"> <!-- Always 2 digits -->
<!ENTITY year "2010">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "svn-&year;&month;&day;">
-<!ENTITY releasedate "April &day;rd, &year;">
+<!ENTITY releasedate "April &day;th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "6.5"> <!--
version|testing|unstable|development] -->
@@ -595,7 +595,7 @@
<!-- Utilities -->
<!ENTITY brasero-version "2.28.3">
<!ENTITY bug-buddy-version "2.28.0">
-<!ENTITY ekiga-version "2.0.9">
+<!ENTITY ekiga-version "3.2.6">
<!ENTITY eog-version "2.28.2">
<!ENTITY epiphany-version "2.28.2">
<!ENTITY evince-version "0.8.3">
Modified: trunk/BOOK/gnome/add/ekiga.xml
===================================================================
--- trunk/BOOK/gnome/add/ekiga.xml 2010-04-03 13:19:44 UTC (rev 8381)
+++ trunk/BOOK/gnome/add/ekiga.xml 2010-04-05 07:12:04 UTC (rev 8382)
@@ -4,12 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!ENTITY ekiga-download-http
"&gnome-download-http;/ekiga/2.0/ekiga-&ekiga-version;.tar.bz2">
- <!ENTITY ekiga-download-ftp
"&gnome-download-ftp;/ekiga/2.0/ekiga-&ekiga-version;.tar.bz2">
- <!ENTITY ekiga-md5sum "6c7a01faef8203d6f0ba0dfe6188bb1a">
- <!ENTITY ekiga-size "5.5 MB">
- <!ENTITY ekiga-buildsize "70 MB">
- <!ENTITY ekiga-time "0.9 SBU">
+ <!ENTITY ekiga-download-http
"&gnome-download-http;/ekiga/3.2/ekiga-&ekiga-version;.tar.bz2">
+ <!ENTITY ekiga-download-ftp
"&gnome-download-ftp;/ekiga/3.2/ekiga-&ekiga-version;.tar.bz2">
+ <!ENTITY ekiga-md5sum "cce46bce30c0b59705bea4b81268abe6">
+ <!ENTITY ekiga-size "7.9 MB">
+ <!ENTITY ekiga-buildsize "242 MB">
+ <!ENTITY ekiga-time "3.3 SBU">
]>
<sect1 id="ekiga" xreflabel="Ekiga-&ekiga-version;">
@@ -62,20 +62,18 @@
<bridgehead renderas="sect3">Ekiga Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
- <para role="required"><xref linkend="scrollkeeper"/>,
- <xref linkend="esound"/>,
- <xref linkend="evolution-data-server"/>,
- <ulink
url="&gnome-download-http;/pwlib/1.10/pwlib-1.10.7.tar.bz2">PWLib-1.10.7</ulink>
- (compiled with <xref linkend="openldap"/> support), and
- <ulink
url="&gnome-download-http;/opal/2.2/opal-2.2.8.tar.bz2">OPAL-2.2.8</ulink>
- (<ulink url="http://sourceforge.net/projects/openh323">home page for
- PWLib and OPAL</ulink>)</para>
+ <para role="required"><xref linkend="evolution-data-server"/>,
+ <xref linkend="gnome-doc-utils"/>,
+ <xref linkend="libsigc"/>,
+ <xref linkend="opal"/>,
+ <xref linkend="openldap"/>,and
+ <xref linkend="rarian"/></para>
+ <!-- TODO continue deps from here -->
<bridgehead renderas="sect4">Optional</bridgehead>
- <para role="optional"><xref linkend="intltool"/>,
- <xref linkend="gnome-doc-utils"/>,
- <xref linkend="sdl"/> (required for full-screen video), and
- <ulink url="http://www.avahi.org">Avahi</ulink></para>
+ <para role="optional"><ulink url="http://www.avahi.org">Avahi</ulink>,
+ <xref linkend="gstreamer"/>, and
+ <xref linkend="libgnome"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/ekiga"/></para>
@@ -90,7 +88,8 @@
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix
ORBit-2.0) \
--sysconfdir=&gnome-etc-dir; \
- --localstatedir=/var/lib &&
+ --localstatedir=/var/lib \
+ --enable-avahi=no &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -121,6 +120,10 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../xincludes/scrollkeeper-dir.xml"/>
+ <para><parameter>--enable-avahi=no</parameter>: This parameter disables
mDNS
+ support. Remove this if you have <application>avahi</application>
+ installed.</para>
+
</sect2>
<sect2 role="content">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2010-04-03 13:19:44 UTC
(rev 8381)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2010-04-05 07:12:04 UTC
(rev 8382)
@@ -42,6 +42,15 @@
-->
<listitem>
+ <para>April 5th, 2010</para>
+ <itemizedlist>
+ <listitem>
+ <para>[wblaszcz] - Updated to Ekiga-3.2.6.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>April 3rd, 2010</para>
<itemizedlist>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page