Author: bdubbs
Date: Sat Jul 26 19:17:12 2014
New Revision: 13669

Log:
Minor updates

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/gnome/platform/dconf.xml
   trunk/BOOK/kde/core/akonadi.xml
   trunk/BOOK/kde/core/phonon.xml
   trunk/BOOK/multimedia/libdriv/gstreamer10.xml
   trunk/BOOK/xsoft/other/inkscape.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sat Jul 26 09:33:52 2014        (r13668)
+++ trunk/BOOK/general.ent      Sat Jul 26 19:17:12 2014        (r13669)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "25">                   <!-- Always 2 digits -->
+<!ENTITY day          "26">                   <!-- Always 2 digits -->
 <!ENTITY month        "07">                   <!-- Always 2 digits -->
 <!ENTITY year         "2014">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "July 25th, &year;">
+<!ENTITY releasedate  "July 26th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development] -->

Modified: trunk/BOOK/gnome/platform/dconf.xml
==============================================================================
--- trunk/BOOK/gnome/platform/dconf.xml Sat Jul 26 09:33:52 2014        (r13668)
+++ trunk/BOOK/gnome/platform/dconf.xml Sat Jul 26 19:17:12 2014        (r13669)
@@ -75,8 +75,9 @@
 
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
-      <xref linkend="dbus"/> and
-      <xref linkend="gtk3"/>
+      <xref linkend="dbus"/>,
+      <xref linkend="gtk3"/>, and
+      <xref linkend="libxml2"/>
     </para>
 
     <bridgehead renderas="sect4">Recommended</bridgehead>

Modified: trunk/BOOK/kde/core/akonadi.xml
==============================================================================
--- trunk/BOOK/kde/core/akonadi.xml     Sat Jul 26 09:33:52 2014        (r13668)
+++ trunk/BOOK/kde/core/akonadi.xml     Sat Jul 26 19:17:12 2014        (r13669)
@@ -90,7 +90,6 @@
 cd    build &amp;&amp;
 
 cmake -DCMAKE_INSTALL_PREFIX=&kde-dir;  \
-      -DCMAKE_PREFIX_PATH=&qt4-dir;          \
       -DCMAKE_BUILD_TYPE=Release           \
       -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE  \
       -Wno-dev .. &amp;&amp;
@@ -107,9 +106,6 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para><option>-DCMAKE_PREFIX_PATH=&qt4-dir;</option>: This switch is used 
to
-    help <command>cmake</command> find <command>automoc4</command>.</para>
-
     <para><option>-DCMAKE_BUILD_TYPE=Release</option>: This switch is used to 
apply
     a higher level of compiler optimizations.</para>
 

Modified: trunk/BOOK/kde/core/phonon.xml
==============================================================================
--- trunk/BOOK/kde/core/phonon.xml      Sat Jul 26 09:33:52 2014        (r13668)
+++ trunk/BOOK/kde/core/phonon.xml      Sat Jul 26 19:17:12 2014        (r13669)
@@ -84,12 +84,6 @@
     <application>Phonon</application> library. This package provides
     a better implementation.</para>
 
-    <para>
-      Fix building with <application>CMake</application> 3.0:
-    </para>
-
-<screen><userinput>rm -f cmake/FindQt4.cmake</userinput></screen>
-
     <para>Install <application>Phonon</application> by running the following
     commands:</para>
 
@@ -157,9 +151,9 @@
           libphononexperimental.so
         </seg>
         <seg>
-          &qt4-dir;/include/KDE/Phonon,
-          &qt4-dir;/include/phonon, and
-          &qt4-dir;/share/phonon
+          &kde-dir;/include/KDE/Phonon,
+          &kde-dir;/include/phonon, and
+          &kde-dir;/share/phonon
         </seg>
       </seglistitem>
     </segmentedlist>

Modified: trunk/BOOK/multimedia/libdriv/gstreamer10.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/gstreamer10.xml       Sat Jul 26 09:33:52 
2014        (r13668)
+++ trunk/BOOK/multimedia/libdriv/gstreamer10.xml       Sat Jul 26 19:17:12 
2014        (r13669)
@@ -126,6 +126,17 @@
 
   </sect2>
 
+  <sect2 role="commands">
+    <title>Command Explanations</title>
+
+    <para><option>--libexecdir=/usr/lib</option>: This option puts the internal
+    support programs into <filename
+    class="directory">/usr/lib/gstreamer-1.0</filename> instead of
+    <filename class="directory">/usr/libexec/gstreamer-1.0.</filename> in
+    accordance with the old version of the FHS used before LFS-7.5.</para>
+
+  </sect2>
+
   <sect2 role="content">
     <title>Contents</title>
 

Modified: trunk/BOOK/xsoft/other/inkscape.xml
==============================================================================
--- trunk/BOOK/xsoft/other/inkscape.xml Sat Jul 26 09:33:52 2014        (r13668)
+++ trunk/BOOK/xsoft/other/inkscape.xml Sat Jul 26 19:17:12 2014        (r13669)
@@ -87,8 +87,9 @@
     <para role="required">
       <xref linkend="boost"/>,
       <xref linkend="gc"/>,
-      <xref linkend="gsl"/> and
-      <xref linkend="gtkmm2"/>
+      <xref linkend="gsl"/>,
+      <xref linkend="gtkmm2"/> and
+      <xref linkend="libxslt"/>
     </para>
 
     <bridgehead renderas="sect4">Recommended</bridgehead>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to