Author: randy
Date: 2006-06-24 07:57:29 -0600 (Sat, 24 Jun 2006)
New Revision: 6203

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/gnome/add/totem.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Updated to Totem-1.4.2

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-06-23 23:48:21 UTC (rev 6202)
+++ trunk/BOOK/general.ent      2006-06-24 13:57:29 UTC (rev 6203)
@@ -476,7 +476,7 @@
 <!ENTITY gnome-mount-version          "0.4">
 <!ENTITY gnome-games-version          "2.14.2">
 <!ENTITY sound-juicer-version         "2.14.4">
-<!ENTITY totem-version                "1.4.1">
+<!ENTITY totem-version                "1.4.2">
 <!ENTITY gdm-version                  "2.14.7">
 
 <!-- Accessibility -->

Modified: trunk/BOOK/gnome/add/totem.xml
===================================================================
--- trunk/BOOK/gnome/add/totem.xml      2006-06-23 23:48:21 UTC (rev 6202)
+++ trunk/BOOK/gnome/add/totem.xml      2006-06-24 13:57:29 UTC (rev 6203)
@@ -4,11 +4,11 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY totem-download-http 
"&gnome-download-http;/totem/1.2/totem-&totem-version;.tar.bz2">
-  <!ENTITY totem-download-ftp  
"&gnome-download-ftp;/totem/1.2/totem-&totem-version;.tar.bz2">
-  <!ENTITY totem-md5sum        "7915469973500dba01d51edfd9e49cf3">
-  <!ENTITY totem-size          "1.4 MB">
-  <!ENTITY totem-buildsize     "27.6 MB">
+  <!ENTITY totem-download-http 
"&gnome-download-http;/totem/1.4/totem-&totem-version;.tar.bz2">
+  <!ENTITY totem-download-ftp  
"&gnome-download-ftp;/totem/1.4/totem-&totem-version;.tar.bz2">
+  <!ENTITY totem-md5sum        "5a9b9d127d5065c0ea2a3c8a3c255597">
+  <!ENTITY totem-size          "1.7 MB">
+  <!ENTITY totem-buildsize     "25.1 MB">
   <!ENTITY totem-time          "0.6 SBU">
 ]>
 
@@ -66,15 +66,14 @@
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required"><xref linkend="gnome-icon-theme"/>,
     <xref linkend="gnome-desktop"/>,
-    <xref linkend="iso-codes"/>,
-    <xref linkend="libmusicbrainz"/>, and
+    <xref linkend="iso-codes"/>, and
     <xref linkend="xine-lib"/> (default back-end) or
-    <xref linkend="gst-plugins-base"/> (and <ulink
-    url="http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html";>
-    GStreamer FFmpeg Plug-in</ulink>)</para>
+    <xref linkend="gst-plugins-good"/> (secondary back-end)</para>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
-    <para role="optional"><xref linkend="nautilus"/>,
+    <para role="optional"><xref linkend="intltool"/>,
+    <xref linkend="nautilus"/>,
+    <xref linkend="dbus"/>,
     <xref linkend="seamonkey"/> or <xref linkend="firefox"/>
     (to build the browser plug-in, requires <xref linkend="dbus"/> also),
     <ulink 
url="http://www.evation.com/libirman/libirman.html";>libirman</ulink>,
@@ -97,11 +96,11 @@
     <para>Install <application>Totem</application> by running the following
     commands:</para>
 
-<screen><userinput>./configure --prefix=`pkg-config --variable=prefix 
ORBit-2.0` \
-            --libexecdir=`pkg-config \
-            --variable=prefix ORBit-2.0`/lib/totem \
+<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix 
ORBit-2.0) \
             --localstatedir=/var/lib \
-            --sysconfdir=&gnome-etc-dir; &amp;&amp;
+            --sysconfdir=&gnome-etc-dir; \
+            --libexecdir=$(pkg-config \
+                --variable=prefix ORBit-2.0)/lib/totem &amp;&amp;
 make</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
@@ -115,8 +114,8 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para><parameter>--libexecdir=`pkg-config
-    --variable=prefix ORBit-2.0`/lib/totem</parameter>: This parameter is
+    <para><parameter>--libexecdir=$(pkg-config
+    --variable=prefix ORBit-2.0)/lib/totem</parameter>: This parameter is
     used so that the movie player plugin for browsers is installed in
     <filename class='directory'>$GNOME_PREFIX/lib/totem</filename> instead
     of <filename class='directory'>$GNOME_PREFIX/libexec</filename>.</para>
@@ -130,8 +129,10 @@
     configuration files in <filename 
class="directory">&gnome-etc-dir;</filename>
     instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
 
-    <para><option>--enable-vanity</option>: Using this parameter will build the
+    <!-- This is broken now so disabling the comment
+    <para><option>-enable-vanity</option>: Using this parameter will build the
     webcam utility (still in development).</para>
+    -->
 
   </sect2>
 
@@ -162,9 +163,7 @@
         <seg>libtotem-plparser.{so,a}, a <application>Nautilus</application>
         extension plugin and optionally, a <application>Mozilla</application>
         video plugin</seg>
-        <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{{,schemas/}apps/totem,
-        {,schemas/}desktop/gnome/{thumbnailers, url-handlers}/{too many to 
list}}
-        and the following subdirectories of $GNOME_PREFIX/:
+        <seg>The following subdirectories of $GNOME_PREFIX/:
         include/totem,
         lib/totem,
         share/{,gnome/help/ ,omf/}totem</seg>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-06-23 23:48:21 UTC 
(rev 6202)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-06-24 13:57:29 UTC 
(rev 6203)
@@ -45,6 +45,9 @@
       <para>June 24th, 2006</para>
       <itemizedlist>
         <listitem>
+          <para>[randy] - Updated to Totem-1.4.2.</para>
+        </listitem>
+        <listitem>
           <para>[randy] - Updated to gcalctool-5.8.16.</para>
         </listitem>
       </itemizedlist>

-- 
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