glfs/gnome/otherlibs/guppi.xml
Manuel Canales Esparcia 9930643dce Tagged guppi.xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4224 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-05-14 19:51:33 +00:00

126 lines
3.8 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY guppi-download-http "http://ftp.gnome.org/pub/GNOME/sources/Guppi/0.40/Guppi-&guppi-version;.tar.bz2">
<!ENTITY guppi-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/Guppi/0.40/Guppi-&guppi-version;.tar.bz2">
<!ENTITY guppi-md5sum "26ec6eb5b6fe7fb4e32ecff64d4f1b16">
<!ENTITY guppi-size "1.0 MB">
<!ENTITY guppi-buildsize "33 MB">
<!ENTITY guppi-time "1.35 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 program 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 (if compiled with
<application>GCC</application>-3.4.x): <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>
</itemizedlist>
<bridgehead renderas="sect3">Guppi Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para><xref linkend="gnome-print"/> and <xref linkend="libglade14"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="bonobo14"/>,
<xref linkend="gtk-doc"/> and
<xref linkend="docbook-utils"/></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;
./configure --prefix=/opt/gnome &amp;&amp;
make &amp;&amp;
make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para><parameter>--prefix=/opt/gnome</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>plotting libraries and plugins for
<application>GNOME</application> 1.4</seg>
<seg>Not determined at this time</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>