glfs/gnome/otherlibs/gnome-print.xml
Randy McMurchy 014d11ad36 renamed patches in package instructions to conform with the guidelines
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2374 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-06-24 18:44:11 +00:00

96 lines
3.4 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gnome-print-download-http "http://ftp.linux.org.uk/mirrors/ftp.gnome.org/sources/gnome-print/0.37/gnome-print-&gnome-print-version;.tar.bz2">
<!ENTITY gnome-print-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-print/0.37/gnome-print-&gnome-print-version;.tar.bz2">
<!ENTITY gnome-print-size "756 KB">
<!ENTITY gnome-print-buildsize "33.3 MB">
<!ENTITY gnome-print-time "0.66">
]>
<sect1 id="gnome-print" xreflabel="GNOME Print-&gnome-print-version;">
<?dbhtml filename="gnome-print.html"?>
<title>GNOME Print-&gnome-print-version;</title>
<sect2>
<title>Introduction to <application><acronym>GNOME</acronym> Print</application></title>
<para>The <application><acronym>GNOME</acronym> Print</application> package contains the
<application><acronym>GNOME</acronym></application> Printing
Architecture, for <application><acronym>GNOME</acronym></application> 1.4.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&gnome-print-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&gnome-print-download-ftp;"/></para></listitem>
<listitem><para>Download size: &gnome-print-size;</para></listitem>
<listitem><para>Estimated Disk space required:
&gnome-print-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&gnome-print-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para>Required Patch: <ulink
url="&patch-root;/gnome-print-&gnome-print-version;-ft217_fixes-1.patch"/></para></listitem>
</itemizedlist></sect3>
<sect3><title><application><acronym>GNOME</acronym> Print</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="gdk"/></para></sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application><acronym>GNOME</acronym> Print</application></title>
<para>The <command>configure</command> script does not correctly
interpret that <application>libxml</application>-&libxml-version; is
newer than <application>libxml</application>-1.8.8. This can be solved
by building <filename>xmlConf.sh</filename> with this command:</para>
<screen><userinput><command>cat &gt; /opt/gnome/lib/xmlConf.sh &lt;&lt; EOF</command>
XML_LIBDIR="-L/usr/lib"
XML_LIBS="-lxml"
XML_INCLUDEDIR="-I/usr/include/gnome-xml"
MODULE_VERSION=xml-&libxml-version;
<command>EOF</command></userinput></screen>
<para>Install <application><acronym>GNOME</acronym> Print</application> by
running the following commands:</para>
<screen><userinput><command>patch -Np1 -i ../gnome-print-&gnome-print-version;-ft217_fixes-1.patch &amp;&amp;
./configure --prefix=/opt/gnome --with-zlib=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Command explanations</title>
<para><parameter>--with-zlib=/usr</parameter>: Configure
<application><acronym>GNOME</acronym> Print</application> to use the system
installed <application>zlib</application>.
</para>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application><acronym>GNOME</acronym> Print</application> package contains the
<application><acronym>GNOME</acronym></application> 1.4 printing libraries.
</para>
</sect2>
</sect1>