Author: randy
Date: 2010-03-30 15:48:25 -0600 (Tue, 30 Mar 2010)
New Revision: 8376

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genutils/graphviz.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Updated to Graphviz-2.26.3

Modified: trunk/BOOK/general/genutils/graphviz.xml
===================================================================
--- trunk/BOOK/general/genutils/graphviz.xml    2010-03-30 21:11:35 UTC (rev 
8375)
+++ trunk/BOOK/general/genutils/graphviz.xml    2010-03-30 21:48:25 UTC (rev 
8376)
@@ -4,12 +4,12 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY graphviz-download-http 
"http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-&graphviz-version;.tar.gz";>
+  <!ENTITY graphviz-download-http 
"http://graphviz.org/pub/graphviz/stable/SOURCES/graphviz-&graphviz-version;.tar.gz";>
   <!ENTITY graphviz-download-ftp  
"&gentoo-ftp-repo;/graphviz-&graphviz-version;.tar.gz">
-  <!ENTITY graphviz-md5sum        "e5547bc0ec47943c72f5c3e2b5dff58f">
-  <!ENTITY graphviz-size          "4.6 MB">
-  <!ENTITY graphviz-buildsize     "102 MB">
-  <!ENTITY graphviz-time          "1.8 SBU">
+  <!ENTITY graphviz-md5sum        "6f45946fa622770c45609778c0a982ee">
+  <!ENTITY graphviz-size          "17 MB">
+  <!ENTITY graphviz-buildsize     "142 MB">
+  <!ENTITY graphviz-time          "1.5 SBU">
 ]>
 
 <sect1 id="graphviz" xreflabel="Graphviz-&graphviz-version;">
@@ -76,31 +76,37 @@
       </listitem>
     </itemizedlist>
 
-    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+    <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     <itemizedlist spacing="compact">
       <listitem>
         <para>Required patch: <ulink
         
url="&patch-root;/graphviz-&graphviz-version;-gd_fixes-1.patch"/></para>
       </listitem>
-    </itemizedlist>
+    </itemizedlist> -->
 
     <bridgehead renderas="sect3">Graphviz Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional"><!-- <xref linkend="pkgconfig"/>, -->
     <xref linkend="expat"/>,
-    <xref linkend="libpng"/>,
-    <xref linkend="libjpeg"/>,
     <xref linkend="freetype2"/>,
     <xref linkend="fontconfig"/>,
+    <xref linkend="freeglut"/>,
+    <xref linkend="libpng"/>,
     <xref linkend="x-window-system"/>,
     <xref linkend="pango"/> (built with <application>cairo</application> 
support),
     <xref linkend="gtk2"/>,
-    <xref linkend="libgnomeui"/>,
     <xref linkend="libglade"/>,
+    <xref linkend="librsvg"/>,
+    <xref linkend="gs"/>,
     <xref linkend="tcl"/>,
     <xref linkend="tk"/>,
-    <ulink url="http://www.libgd.org/";>GD Library</ulink>, and
+    <ulink url="http://openil.sourceforge.net/projects.php";>DevIL</ulink>,
+    <ulink url="http://sourceforge.net/projects/lasi/";>libLASi</ulink>,
+    <ulink url="http://www.freedesktop.org/wiki/Software/glitz";>glitz</ulink>,
+    <ulink url="http://www.libgd.org/";>GD Library</ulink>,
+    <xref linkend="libjpeg"/> (only if using the internal source code copy
+    of the GD Library), and
     <ulink url="http://www.perens.com/FreeSoftware/ElectricFence/";>Electric 
Fence</ulink></para>
 
     <bridgehead renderas="sect4">Optional
@@ -117,6 +123,7 @@
     C# (<ulink url="http://www.southern-storm.com.au/portable_net.html";>DotGNU 
Portable.NET</ulink>
     or <ulink url="http://www.mono-project.com/Main_Page";>Mono</ulink>),
     <ulink url="http://www.iolanguage.com/about/";>Io</ulink>,
+    <ulink url="http://www.r-project.org/";>R</ulink>,
     <ulink url="http://www.lua.org/";>Lua</ulink>, and
     <ulink url="http://caml.inria.fr/ocaml/index.en.html";>Objective 
Caml</ulink></para>
 
@@ -128,17 +135,10 @@
   <sect2 role="installation">
     <title>Installation of Graphviz</title>
 
-    <para>If you wish to compile the <application>Java</application> language
-    bindings, you will need to supply the path to the
-    <application>Java</application> headers with the following command:</para>
-
-<screen><userinput>export CPPFLAGS="$CPPFLAGS -I$JAVA_HOME/include 
-I$JAVA_HOME/include/linux"</userinput></screen>
-
     <para>Install <application>Graphviz</application> by running the following
     commands:</para>
 
-<screen><userinput>patch -Np1 -i 
../graphviz-&graphviz-version;-gd_fixes-1.patch &amp;&amp;
-./configure --prefix=/usr &amp;&amp;
+<screen><userinput>./configure --prefix=/usr &amp;&amp;
 make</userinput></screen>
 
     <para>This package does not come with a test suite that provides

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2010-03-30 21:11:35 UTC (rev 8375)
+++ trunk/BOOK/general.ent      2010-03-30 21:48:25 UTC (rev 8376)
@@ -225,7 +225,7 @@
 <!ENTITY xscreensaver-version         "5.03">
 <!ENTITY pilot-link-version           "0.12.2">
 <!ENTITY unixodbc-version             "2.2.12">
-<!ENTITY graphviz-version             "2.12">
+<!ENTITY graphviz-version             "2.26.3">
 <!ENTITY recode-version               "3.6">
 <!ENTITY xcb-util-version             "0.3.6">
 <!ENTITY xterm-version                "253">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2010-03-30 21:11:35 UTC 
(rev 8375)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2010-03-30 21:48:25 UTC 
(rev 8376)
@@ -45,6 +45,9 @@
       <para>March 30th, 2010</para>
       <itemizedlist>
         <listitem>
+          <para>[randy] - Updated to Graphviz-2.26.3.</para>
+        </listitem>
+        <listitem>
           <para>[randy] - Added a parameter to the configure command and
           accompanying explanatory text to the libgsf instructions.</para>
         </listitem>

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