Author: fernando
Date: Sat Jan 10 07:32:47 2015
New Revision: 15313

Log:
Update to giflib-5.1.1.

Modified:
   trunk/BOOK/general/graphlib/giflib.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general/graphlib/giflib.xml
==============================================================================
--- trunk/BOOK/general/graphlib/giflib.xml      Sat Jan 10 06:50:59 2015        
(r15312)
+++ trunk/BOOK/general/graphlib/giflib.xml      Sat Jan 10 07:32:47 2015        
(r15313)
@@ -6,10 +6,10 @@
 
   <!ENTITY giflib-download-http 
"&sourceforge-repo;/giflib/giflib-&giflib-version;.tar.bz2">
   <!ENTITY giflib-download-ftp  " ">
-  <!ENTITY giflib-http-md5sum   "c7e9f1c10b755ab955156d4c1ac7fc5d">
-  <!ENTITY giflib-http-size     "607 KB">
-  <!ENTITY giflib-buildsize     "6.5 MB (with generated html documentation; 
additional 0.7 MB for the tests)">
-  <!ENTITY giflib-time          "0.2 SBU (with generated html documentation)">
+  <!ENTITY giflib-http-md5sum   "1c39333192712788c6568c78a949f13e">
+  <!ENTITY giflib-http-size     "640 KB">
+  <!ENTITY giflib-buildsize     "6.7 MB (with documentation; additional 0.4 MB 
for the tests)">
+  <!ENTITY giflib-time          "0.1 SBU (with documentation)">
 ]>
 
 <sect1 id="giflib" xreflabel="giflib-&giflib-version;">
@@ -75,24 +75,35 @@
 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
 make</userinput></screen>
 
-    <para>To test the results, issue: <command>make check</command>. The
-    test results are in <filename>test.sh.log</filename>.</para>
+    <para>To test the results, issue: <command>make check</command>. Test suite
+    results are kept in <filename>test.sh.log</filename>.</para>
 
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
 <screen role="root"><userinput>make install</userinput></screen>
 
-    <para>If you generated html documentation, install it as the
+    <para>If <xref linkend="xmlto"/> is installed, then the API documentation
+    has been built.  If you wish to install the distributed and the just built
+    documentations, issue, as the
     <systemitem class="username">root</systemitem> user:</para>
 
-<screen role="root"><userinput>install -v -dm755           
/usr/share/doc/giflib-&giflib-version;/html &amp;&amp;
-install -v -m644 doc/*.html 
/usr/share/doc/giflib-&giflib-version;/html</userinput></screen>
+<screen role="root"><userinput>find doc \( -name Makefile\* -o -name \*.1 \
+         -o -name \*.xml \) -exec rm -v {} \; &amp;&amp;
+
+install -v -dm755 /usr/share/doc/giflib-&giflib-version; &amp;&amp;
+cp -v -R doc/* /usr/share/doc/giflib-&giflib-version;</userinput></screen>
 
   </sect2>
 
   <sect2 role="commands">
     <title>Command Explanations</title>
 
+    <para>
+      <command>find doc ... -exec rm -v {} \;</command>: This command removes
+      <filename>Makefiles</filename>, man and xml files from the documentation
+      directory that would otherwise be installed by the commands that follow.
+    </para>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
       href="../../xincludes/static-libraries.xml"/>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sat Jan 10 06:50:59 
2015        (r15312)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sat Jan 10 07:32:47 
2015        (r15313)
@@ -48,6 +48,10 @@
       <para>January 10th, 2015</para>
       <itemizedlist>
         <listitem>
+          <para>[fernando] - Update to giflib-5.1.1. Fixes
+          <ulink url="&blfs-ticket-root;6012">#6012</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[fernando] - Update to fluxbox-1.3.6. Fixes
           <ulink url="&blfs-ticket-root;6009">#6009</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Sat Jan 10 06:50:59 2015        (r15312)
+++ trunk/BOOK/packages.ent     Sat Jan 10 07:32:47 2015        (r15313)
@@ -155,7 +155,7 @@
 <!ENTITY fontconfig-version           "2.11.1">  <!-- stable lt .90 micro 
version -->
 <!ENTITY fribidi-version              "0.19.6">
 <!ENTITY gegl-version                 "0.2.0">
-<!ENTITY giflib-version               "5.1.0">
+<!ENTITY giflib-version               "5.1.1">
 <!ENTITY graphite2-version            "1.2.4">
 <!ENTITY harfbuzz-version             "0.9.37">
 <!ENTITY ijs-version                  "0.35">
-- 
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