Author: randy
Date: 2006-07-02 09:51:58 -0600 (Sun, 02 Jul 2006)
New Revision: 6237

Modified:
   trunk/BOOK/gnome/add/gedit.xml
   trunk/BOOK/gnome/add/gnome-media.xml
   trunk/BOOK/multimedia/audioutils/vorbistools.xml
   trunk/BOOK/multimedia/libdriv/flac.xml
Log:
Minor updates and fixes to various package instructions as suggested by David 
Jensen

Modified: trunk/BOOK/gnome/add/gedit.xml
===================================================================
--- trunk/BOOK/gnome/add/gedit.xml      2006-07-02 13:43:30 UTC (rev 6236)
+++ trunk/BOOK/gnome/add/gedit.xml      2006-07-02 15:51:58 UTC (rev 6237)
@@ -114,6 +114,24 @@
 
   </sect2>
 
+  <sect2 role="configuration"> 
+    <title>Configuring gedit</title>
+
+    <sect3>
+      <title>Configuration Information</title>
+
+      <para>There is no way in the preferences to change the color of
+      highlighted (such as when you search for text and it is found) text.
+      If you wish to change the color, issue the following command as the
+      <systemitem class="username">root</systemitem> user (substitute your
+      color of choice):</para>
+
+<screen role="root"><userinput>sed -i 
's/FFFF78/<replaceable>&lt;some-color-you-like&gt;</replaceable>/' 
gedit/gedit-document.c</userinput></screen>
+
+    </sect3>
+
+  </sect2>
+
   <sect2 role="content">
     <title>Contents</title>
 

Modified: trunk/BOOK/gnome/add/gnome-media.xml
===================================================================
--- trunk/BOOK/gnome/add/gnome-media.xml        2006-07-02 13:43:30 UTC (rev 
6236)
+++ trunk/BOOK/gnome/add/gnome-media.xml        2006-07-02 15:51:58 UTC (rev 
6237)
@@ -91,8 +91,7 @@
 
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
-<screen role="root"><userinput>make install &amp;&amp;
-gst-register</userinput></screen>
+<screen role="root"><userinput>make install</userinput></screen>
 
   </sect2>
 

Modified: trunk/BOOK/multimedia/audioutils/vorbistools.xml
===================================================================
--- trunk/BOOK/multimedia/audioutils/vorbistools.xml    2006-07-02 13:43:30 UTC 
(rev 6236)
+++ trunk/BOOK/multimedia/audioutils/vorbistools.xml    2006-07-02 15:51:58 UTC 
(rev 6237)
@@ -66,7 +66,8 @@
     <xref linkend="libao"/></para>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
-    <para role="optional"><xref linkend="flac"/> and <xref 
linkend="speex"/></para>
+    <para role="optional"><xref linkend="flac"/> and
+    <xref linkend="speex"/></para>
 
     <para condition="html" role="usernotes">User Notes:
     <ulink url="&blfs-wiki;/vorbistools"/></para>
@@ -88,7 +89,15 @@
 
 <screen role="root"><userinput>make install</userinput></screen>
 
+  </sect2>
 
+  <sect2 role="commands">
+    <title>Command Explanations</title>
+
+    <para><parameter>--enable-vcut</parameter>: This parameter is used so that
+    the <command>vcut</command> program is built, as it is not by
+    default.</para>
+
   </sect2>
 
   <sect2 role="configuration">
@@ -214,4 +223,3 @@
   </sect2>
 
 </sect1>
-

Modified: trunk/BOOK/multimedia/libdriv/flac.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/flac.xml      2006-07-02 13:43:30 UTC (rev 
6236)
+++ trunk/BOOK/multimedia/libdriv/flac.xml      2006-07-02 15:51:58 UTC (rev 
6237)
@@ -119,6 +119,11 @@
     Passing the environment variable to <command>configure</command> satisfies
     this dependency.</para>
 
+    <para><option>--enable-sse</option>: This option is off by default and
+    should be set on if your machine has SSE capability. One way to find out if
+    you have SSE is to issue <command>cat /proc/cpuinfo</command> and see if
+    <computeroutput>sse</computeroutput> is listed in the flags.</para>
+
   </sect2>
 
   <sect2 role="content">

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