Changeset f5a29d4


Ignore:
Timestamp:
04/20/2007 04:05:24 AM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
cc25f73
Parents:
e41e360
Message:

Updated to Graphviz-2.12

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re41e360 rf5a29d4  
    162162<!ENTITY pilot-link-version           "0.11.8">
    163163<!ENTITY unixodbc-version             "2.2.12">
    164 <!ENTITY graphviz-version             "2.8">
     164<!ENTITY graphviz-version             "2.12">
    165165<!ENTITY recode-version               "3.6">
    166166<!ENTITY icon-naming-utils-version    "0.8.2">
  • general/genutils/graphviz.xml

    re41e360 rf5a29d4  
    66
    77  <!ENTITY graphviz-download-http "http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-&graphviz-version;.tar.gz">
    8   <!ENTITY graphviz-download-ftp  " ">
    9   <!ENTITY graphviz-md5sum        "ca921b4a9bcd86da4a1092bb17a57d83">
    10   <!ENTITY graphviz-size          "4.2 MB">
    11   <!ENTITY graphviz-buildsize     "124 MB">
    12   <!ENTITY graphviz-time          "2.1 SBU">
     8  <!ENTITY graphviz-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/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">
    1313]>
    1414
     
    7777    </itemizedlist>
    7878
     79    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     80    <itemizedlist spacing="compact">
     81      <listitem>
     82        <para>Required patch: <ulink
     83        url="&patch-root;/graphviz-&graphviz-version;-gd_fixes-1.patch"/></para>
     84      </listitem>
     85    </itemizedlist>
     86
    7987    <bridgehead renderas="sect3">Graphviz Dependencies</bridgehead>
    8088
    8189    <bridgehead renderas="sect4">Optional</bridgehead>
    82     <para role="optional"><xref linkend="x-window-system"/>,
    83     <xref linkend="pkgconfig"/>,
     90    <para role="optional"><xref linkend="pkgconfig"/>,
    8491    <xref linkend="expat"/>,
    8592    <xref linkend="libpng"/>,
     
    8794    <xref linkend="freetype2"/>,
    8895    <xref linkend="fontconfig"/>,
     96    <xref linkend="x-window-system"/>,
     97    <xref linkend="pango"/> (built with <application>cairo</application> support),
     98    <xref linkend="gtk2"/>,
     99    <xref linkend="libgnomeui"/>,
     100    <xref linkend="libglade"/>,
    89101    <xref linkend="tcl"/>,
    90     <xref linkend="tk"/>, and
    91     <ulink url="http://www.perens.com/FreeSoftware/ElectricFence/">Electric Fence</ulink>
    92     <!-- Commenting this out for now until an updated version of the
    93          GD library becomes available. Graphviz uses its internal copy for now
    94     <ulink url="http://www.boutell.com/gd/">GD Library</ulink>, --></para>
     102    <xref linkend="tk"/>,
     103    <ulink url="http://www.boutell.com/gd/">GD Library</ulink>, and
     104    <ulink url="http://www.perens.com/FreeSoftware/ElectricFence/">Electric Fence</ulink></para>
    95105
    96106    <bridgehead renderas="sect4">Optional
     
    122132    commands:</para>
    123133
    124 <screen><userinput>sed -i 's|JAVA_LIBS=|&amp; \
    125 if test -n "$JAVA_HOME"; then \
    126   CPPFLAGS="$CPPFLAGS -I$JAVA_HOME/include -I$JAVA_HOME/include/linux" \
    127 fi|' configure &amp;&amp;
     134<screen><userinput>patch -Np1 -i ../graphviz-&graphviz-version;-gd_fixes-1.patch &amp;&amp;
    128135./configure --prefix=/usr &amp;&amp;
    129136make</userinput></screen>
  • introduction/welcome/changelog.xml

    re41e360 rf5a29d4  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to Graphviz-2.12.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to Doxygen-1.5.2.</para>
    4952        </listitem>
Note: See TracChangeset for help on using the changeset viewer.