glfs/gnome/otherlibs/guppi.xml
Randy McMurchy 6732c09460 Updated all the XML files (and the one stylesheet) to use the 4.5 version of DocBook XML DTD
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6716 af4574ff-66df-0310-9fd7-8a98e5e911e0
2007-04-04 19:42:53 +00:00

142 lines
4.5 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY guppi-download-http "&gnome-download-http;/Guppi/0.40/Guppi-&guppi-version;.tar.bz2">
<!ENTITY guppi-download-ftp "&gnome-download-ftp;/Guppi/0.40/Guppi-&guppi-version;.tar.bz2">
<!ENTITY guppi-md5sum "26ec6eb5b6fe7fb4e32ecff64d4f1b16">
<!ENTITY guppi-size "1.0 MB">
<!ENTITY guppi-buildsize "32 MB">
<!ENTITY guppi-time "1.3 SBU">
]>
<sect1 id="guppi" xreflabel="Guppi-&guppi-version;">
<?dbhtml filename="guppi.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Guppi-&guppi-version;</title>
<indexterm zone="guppi">
<primary sortas="a-Guppi">Guppi</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Guppi</title>
<para>The <application>Guppi</application> package contains a
<application>Guile</application> scriptable plot library with
integrated statistics capabilities.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&guppi-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&guppi-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &guppi-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &guppi-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &guppi-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &guppi-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Required Patch: <ulink
url="&patch-root;/Guppi-&guppi-version;-gcc34-1.patch"/></para>
</listitem>
<listitem>
<para>Required Patch: <ulink
url="&patch-root;/Guppi-&guppi-version;-legend_fix-1.patch"/></para>
</listitem>
<listitem>
<para>Required Patch: <ulink
url="&patch-root;/Guppi-&guppi-version;-gcc4-1.patch"/></para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Guppi Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="gnome-print"/> and
<xref linkend="libglade14"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="bonobo14"/>,
<xref linkend="gtk-doc"/> and
<xref linkend="docbook-utils"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/guppi"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of Guppi</title>
<para>Install <application>Guppi</application> by running the following
commands:</para>
<screen><userinput>patch -Np1 -i ../Guppi-&guppi-version;-gcc34-1.patch &amp;&amp;
patch -Np1 -i ../Guppi-&guppi-version;-legend_fix-1.patch &amp;&amp;
patch -Np1 -i ../Guppi-&guppi-version;-gcc4-1.patch &amp;&amp;
./configure --prefix=/opt/gnome-1.4 &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role='root'><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para><parameter>--prefix=/opt/gnome-1.4</parameter>: Installs
<application>Guppi</application> in the
<application>GNOME</application> 1.4 directory structure.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>None</seg>
<seg>libguppi.so, libguppitank.so and numerous plotting plugin
modules</seg>
<seg>/opt/gnome-1.4/include/gnome-1.0/libguppi,
/opt/gnome-1.4/lib/guppi,
/opt/gnome-1.4/share/gnome/help/guppi,
/opt/gnome-1.4/share/guppi and
/opt/gnome-1.4/share/pixmaps/guppi</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>