Author: ken
Date: 2012-03-15 19:21:54 -0600 (Thu, 15 Mar 2012)
New Revision: 9717

Modified:
   trunk/BOOK/gnome/core/empathy.xml
   trunk/BOOK/multimedia/libdriv/farsight2.xml
   trunk/BOOK/multimedia/libdriv/telepathy-farsight.xml
Log:
Details for farsight2, telepathy-farsight, empathy.

Modified: trunk/BOOK/gnome/core/empathy.xml
===================================================================
--- trunk/BOOK/gnome/core/empathy.xml   2012-03-15 23:46:54 UTC (rev 9716)
+++ trunk/BOOK/gnome/core/empathy.xml   2012-03-16 01:21:54 UTC (rev 9717)
@@ -8,8 +8,8 @@
   <!ENTITY empathy-download-ftp  
"&gnome-download-ftp;/empathy/&gnome-version;/empathy-&empathy-version;.tar.xz">
   <!ENTITY empathy-md5sum        "1e55c9052cbee9cb065e23cb358a6720">
   <!ENTITY empathy-size          "3.1 MB">
-  <!ENTITY empathy-buildsize     "?? MB">
-  <!ENTITY empathy-time          "?? SBU">
+  <!ENTITY empathy-buildsize     "208 MB">
+  <!ENTITY empathy-time          "2.9 SBU">
 ]>
 
 <sect1 id="empathy" xreflabel="Empathy-&empathy-version;">
@@ -33,7 +33,7 @@
     which supports text, voice, and video chat and file transfers over many
     different protocols.</para>
 
-    <!-- &lfs65_built; not for this version! -->
+    &lfs70_built;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -112,11 +112,10 @@
     commands:</para>
 
 <screen><userinput>./configure --prefix=$GNOME_PREFIX \
-            --sysconfdir=$GNOME_SYSCONFDIR \
             --libexecdir=$GNOME_PREFIX/lib/empathy &amp;&amp;
 make</userinput></screen>
 
-    <para>This package does not come with a test suite.</para>
+    <para>To test the results, issue: <command>make check</command>.</para>
 
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
@@ -129,9 +128,6 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
     href="../../xincludes/gnome-prefix.xml"/>
- 
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
-    href="../../xincludes/gnome-sysconfdir.xml"/>
 
     <para><parameter>--libexecdir=$GNOME_PREFIX/lib/empathy</parameter>: This
     parameter is used so that the <application>Empathy</application> internal
@@ -139,6 +135,9 @@
     class='directory'>$GNOME_PREFIX/lib/empathy</filename> instead of <filename
     class='directory'>$GNOME_PREFIX/libexec</filename>.</para>
 
+    <para><option>--enable-static=no</option>: This switch prevents the static
+    libraries being installed.</para>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
     href="../../xincludes/gtk-doc-rebuild.xml"/>
 

Modified: trunk/BOOK/multimedia/libdriv/farsight2.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/farsight2.xml 2012-03-15 23:46:54 UTC (rev 
9716)
+++ trunk/BOOK/multimedia/libdriv/farsight2.xml 2012-03-16 01:21:54 UTC (rev 
9717)
@@ -32,7 +32,7 @@
     <para>The <application>Farsight2</application> package is a collection of
     GStreamer modules and libraries for videoconferencing.</para>
 
-    &lfs68_built;
+    &lfs70_built;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -68,6 +68,7 @@
     url="http://gstreamer.freedesktop.org/modules/gst-python.html";>GStreamer
     Python Bindings</ulink>,
     <xref linkend="gtk-doc"/>,
+    <xref linkend="gupnp"/>,
     <xref linkend="pygobject2"/>, and
     <ulink url="http://www.valgrind.org/";>Valgrind</ulink></para>
 
@@ -98,8 +99,12 @@
     <title>Command Explanations</title>
 
     <para><parameter>--disable-python</parameter>: This parameter disables the
-    <application>Python</application> bindings from being built.</para>
+    <application>Python</application> bindings from being built. Omit it if
+    you have installed the optional python module dependencies.</para>
 
+    <para><option>--enable-static=no</option>: This switch prevents the static
+    libraries being installed.</para>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
     href="../../xincludes/gtk-doc-rebuild.xml"/>
 

Modified: trunk/BOOK/multimedia/libdriv/telepathy-farsight.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/telepathy-farsight.xml        2012-03-15 
23:46:54 UTC (rev 9716)
+++ trunk/BOOK/multimedia/libdriv/telepathy-farsight.xml        2012-03-16 
01:21:54 UTC (rev 9717)
@@ -35,7 +35,7 @@
     It's used as a background process by other Telepathy clients, rather than
     presenting any user interface of its own.</para>
 
-    &lfs68_built;
+    &lfs70_built;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -69,7 +69,8 @@
     <para role="optional"><ulink
     url="http://gstreamer.freedesktop.org/modules/gst-python.html";>GStreamer
     Python Bindings</ulink>,
-    <xref linkend="gtk-doc"/>, and
+    <xref linkend="gtk-doc"/>,
+    <xref linkend="pygobject2"/>, and
     <xref linkend="pygtk"/></para>
 
     <para condition="html" role="usernotes">User Notes:
@@ -99,8 +100,12 @@
     <title>Command Explanations</title>
 
     <para><parameter>--disable-python</parameter>: This parameter disables the
-    <application>Python</application> bindings from being built.</para>
+    <application>Python</application> bindings from being built. Omit it if
+    you have installed the optional python module dependencies.</para>
 
+    <para><option>--enable-static=no</option>: This switch prevents the static
+    libraries being installed.</para>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
     href="../../xincludes/gtk-doc-rebuild.xml"/>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to