Changeset c920b95


Ignore:
Timestamp:
03/30/2010 09:48:25 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
82799f3
Parents:
a12972a
Message:

Updated to Graphviz-2.26.3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8376 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra12972a rc920b95  
    226226<!ENTITY pilot-link-version           "0.12.2">
    227227<!ENTITY unixodbc-version             "2.2.12">
    228 <!ENTITY graphviz-version             "2.12">
     228<!ENTITY graphviz-version             "2.26.3">
    229229<!ENTITY recode-version               "3.6">
    230230<!ENTITY xcb-util-version             "0.3.6">
  • general/genutils/graphviz.xml

    ra12972a rc920b95  
    55  %general-entities;
    66
    7   <!ENTITY graphviz-download-http "http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-&graphviz-version;.tar.gz">
     7  <!ENTITY graphviz-download-http "http://graphviz.org/pub/graphviz/stable/SOURCES/graphviz-&graphviz-version;.tar.gz">
    88  <!ENTITY graphviz-download-ftp  "&gentoo-ftp-repo;/graphviz-&graphviz-version;.tar.gz">
    9   <!ENTITY graphviz-md5sum        "e5547bc0ec47943c72f5c3e2b5dff58f">
    10   <!ENTITY graphviz-size          "4.6 MB">
    11   <!ENTITY graphviz-buildsize     "102 MB">
    12   <!ENTITY graphviz-time          "1.8 SBU">
     9  <!ENTITY graphviz-md5sum        "6f45946fa622770c45609778c0a982ee">
     10  <!ENTITY graphviz-size          "17 MB">
     11  <!ENTITY graphviz-buildsize     "142 MB">
     12  <!ENTITY graphviz-time          "1.5 SBU">
    1313]>
    1414
     
    7777    </itemizedlist>
    7878
    79     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     79    <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8080    <itemizedlist spacing="compact">
    8181      <listitem>
     
    8383        url="&patch-root;/graphviz-&graphviz-version;-gd_fixes-1.patch"/></para>
    8484      </listitem>
    85     </itemizedlist>
     85    </itemizedlist> -->
    8686
    8787    <bridgehead renderas="sect3">Graphviz Dependencies</bridgehead>
     
    9090    <para role="optional"><!-- <xref linkend="pkgconfig"/>, -->
    9191    <xref linkend="expat"/>,
    92     <xref linkend="libpng"/>,
    93     <xref linkend="libjpeg"/>,
    9492    <xref linkend="freetype2"/>,
    9593    <xref linkend="fontconfig"/>,
     94    <xref linkend="freeglut"/>,
     95    <xref linkend="libpng"/>,
    9696    <xref linkend="x-window-system"/>,
    9797    <xref linkend="pango"/> (built with <application>cairo</application> support),
    9898    <xref linkend="gtk2"/>,
    99     <xref linkend="libgnomeui"/>,
    10099    <xref linkend="libglade"/>,
     100    <xref linkend="librsvg"/>,
     101    <xref linkend="gs"/>,
    101102    <xref linkend="tcl"/>,
    102103    <xref linkend="tk"/>,
    103     <ulink url="http://www.libgd.org/">GD Library</ulink>, and
     104    <ulink url="http://openil.sourceforge.net/projects.php">DevIL</ulink>,
     105    <ulink url="http://sourceforge.net/projects/lasi/">libLASi</ulink>,
     106    <ulink url="http://www.freedesktop.org/wiki/Software/glitz">glitz</ulink>,
     107    <ulink url="http://www.libgd.org/">GD Library</ulink>,
     108    <xref linkend="libjpeg"/> (only if using the internal source code copy
     109    of the GD Library), and
    104110    <ulink url="http://www.perens.com/FreeSoftware/ElectricFence/">Electric Fence</ulink></para>
    105111
     
    118124    or <ulink url="http://www.mono-project.com/Main_Page">Mono</ulink>),
    119125    <ulink url="http://www.iolanguage.com/about/">Io</ulink>,
     126    <ulink url="http://www.r-project.org/">R</ulink>,
    120127    <ulink url="http://www.lua.org/">Lua</ulink>, and
    121128    <ulink url="http://caml.inria.fr/ocaml/index.en.html">Objective Caml</ulink></para>
     
    129136    <title>Installation of Graphviz</title>
    130137
    131     <para>If you wish to compile the <application>Java</application> language
    132     bindings, you will need to supply the path to the
    133     <application>Java</application> headers with the following command:</para>
    134 
    135 <screen><userinput>export CPPFLAGS="$CPPFLAGS -I$JAVA_HOME/include -I$JAVA_HOME/include/linux"</userinput></screen>
    136 
    137138    <para>Install <application>Graphviz</application> by running the following
    138139    commands:</para>
    139140
    140 <screen><userinput>patch -Np1 -i ../graphviz-&graphviz-version;-gd_fixes-1.patch &amp;&amp;
    141 ./configure --prefix=/usr &amp;&amp;
     141<screen><userinput>./configure --prefix=/usr &amp;&amp;
    142142make</userinput></screen>
    143143
  • introduction/welcome/changelog.xml

    ra12972a rc920b95  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to Graphviz-2.26.3.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Added a parameter to the configure command and
    4952          accompanying explanatory text to the libgsf instructions.</para>
Note: See TracChangeset for help on using the changeset viewer.