Author: fernando
Date: Sat Oct 24 14:46:26 2015
New Revision: 16563

Log:
• x265_1.8: fix to disable static library.
• Python-3.5.0: rephrase earlier modification to PYTHONDOCS.

Modified:
   trunk/BOOK/general/prog/python3.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/x265.xml

Modified: trunk/BOOK/general/prog/python3.xml
==============================================================================
--- trunk/BOOK/general/prog/python3.xml Sat Oct 24 11:05:19 2015        (r16562)
+++ trunk/BOOK/general/prog/python3.xml Sat Oct 24 14:46:26 2015        (r16563)
@@ -214,13 +214,17 @@
 
     <para>
       In order for <command>python3</command> to find the installed
-      documentation, define the following environment version
-      independent variable and add to the individual user's or system's
-      profile:
+      documentation, create the following version independent symlink:
     </para>
 
-<screen role="root"><userinput>ln -svfn python--&python3-version; 
/usr/share/doc/python-3 &amp;&amp;
-export PYTHONDOCS=/usr/share/doc/python-3/html</userinput></screen>
+<screen role="root"><userinput>ln -svfn python-&python3-version; 
/usr/share/doc/python-3</userinput></screen>
+
+    <para>
+      and add the following environment variable to the individual user's or
+      system's profile:
+    </para>
+
+<screen role="root"><userinput>export 
PYTHONDOCS=/usr/share/doc/python-3/html</userinput></screen>
 
   </sect2>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sat Oct 24 11:05:19 
2015        (r16562)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sat Oct 24 14:46:26 
2015        (r16563)
@@ -48,6 +48,9 @@
       <para>October 24th, 2015</para>
       <itemizedlist>
         <listitem>
+          <para>[fernando] - x265_1.8: fix to disable static library.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Update to gnumeric-1.12.24. Fixes
           <ulink url="&blfs-ticket-root;7023">#7023</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/multimedia/libdriv/x265.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/x265.xml      Sat Oct 24 11:05:19 2015        
(r16562)
+++ trunk/BOOK/multimedia/libdriv/x265.xml      Sat Oct 24 14:46:26 2015        
(r16563)
@@ -70,6 +70,16 @@
       </listitem>
     </itemizedlist>
 
+    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Required patch:
+          <ulink url="&patch-root;/x265_&x265-version;-enable_static-1.patch"/>
+        </para>
+      </listitem>
+    </itemizedlist>
+
     <bridgehead renderas="sect3">x265 Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
@@ -96,7 +106,9 @@
       commands:
     </para>
 
-<screen><userinput>mkdir bld &amp;&amp;
+<screen><userinput>patch -Np1 -i x265_&x265-version;-enable_static-1.patch 
&amp;&amp;
+
+mkdir bld &amp;&amp;
 cd bld &amp;&amp;
 cmake -DCMAKE_INSTALL_PREFIX=/usr ../source &amp;&amp;
 make</userinput></screen>
@@ -117,15 +129,19 @@
     <title>Contents</title>
 
     <segmentedlist>
-      <segtitle>Installed Programs</segtitle>
+      <segtitle>Installed Program</segtitle>
       <segtitle>Installed Library</segtitle>
+      <segtitle>Installed Directories</segtitle>
 
       <seglistitem>
         <seg>
           x265
         </seg>
         <seg>
-          libx265.{a,so}
+          libx265.so
+        </seg>
+        <seg>
+          None
         </seg>
       </seglistitem>
     </segmentedlist>
-- 
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