source: gnome/otherlibs/gnome-print.xml@ ce4eef0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 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
Last change on this file since ce4eef0 was ce4eef0, checked in by Randy McMurchy <randy@…>, 19 years ago

Added MD5 sums and updated dependencies to GNOME-1.4 packages

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

  • Property mode set to 100644
File size: 3.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!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">
8<!ENTITY gnome-print-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-print/0.37/gnome-print-&gnome-print-version;.tar.bz2">
9<!ENTITY gnome-print-md5sum "f9e13f4f17b04baceec1cdeed0f88eae">
10<!ENTITY gnome-print-size "756 KB">
11<!ENTITY gnome-print-buildsize "33.3 MB">
12<!ENTITY gnome-print-time "0.66">
13]>
14
15<sect1 id="gnome-print" xreflabel="GNOME Print-&gnome-print-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="gnome-print.html"?>
21<title><application><acronym>GNOME</acronym>
22Print</application>-&gnome-print-version;</title>
23
24<sect2>
25<title>Introduction to <application><acronym>GNOME</acronym>
26Print</application></title>
27
28<para>The <application><acronym>GNOME</acronym> Print</application> package
29contains the <application><acronym>GNOME</acronym></application> Printing
30Architecture, for <application><acronym>GNOME</acronym></application>
311.4.</para>
32
33<sect3><title>Package information</title>
34<itemizedlist spacing='compact'>
35<listitem><para>Download (HTTP): <ulink
36url="&gnome-print-download-http;"/></para></listitem>
37<listitem><para>Download (FTP): <ulink
38url="&gnome-print-download-ftp;"/></para></listitem>
39<listitem><para>Download MD5 sum: &gnome-print-md5sum;</para></listitem>
40<listitem><para>Download size: &gnome-print-size;</para></listitem>
41<listitem><para>Estimated disk space required:
42&gnome-print-buildsize;</para></listitem>
43<listitem><para>Estimated build time:
44&gnome-print-time;</para></listitem></itemizedlist>
45</sect3>
46
47<sect3><title>Additional downloads</title>
48<itemizedlist spacing='compact'>
49<listitem><para>Required Patch: <ulink
50url="&patch-root;/gnome-print-&gnome-print-version;-ft217_fixes-1.patch"/>
51</para></listitem></itemizedlist>
52</sect3>
53
54<sect3><title><application><acronym>GNOME</acronym> Print</application>
55dependencies</title>
56<sect4><title>Required</title>
57<para><xref linkend="gdk"/>,
58<xref linkend="gnome-libs"/> and
59<xref linkend="libxml"/></para>
60</sect4>
61</sect3>
62
63</sect2>
64
65<sect2>
66<title>Installation of <application><acronym>GNOME</acronym>
67Print</application></title>
68
69<para>The <command>configure</command> script does not correctly
70interpret that <application>libxml</application>-&libxml-version; is
71newer than <application>libxml</application>-1.8.8. This can be solved
72by building <filename>xmlConf.sh</filename> with this command:</para>
73
74<screen><userinput><command>cat &gt; /opt/gnome/lib/xmlConf.sh &lt;&lt; EOF</command>
75XML_LIBDIR="-L/usr/lib"
76XML_LIBS="-lxml"
77XML_INCLUDEDIR="-I/usr/include/gnome-xml"
78MODULE_VERSION=xml-&libxml-version;
79<command>EOF</command></userinput></screen>
80
81<para>Install <application><acronym>GNOME</acronym> Print</application> by
82running the following commands:</para>
83
84<screen><userinput><command>patch -Np1 -i ../gnome-print-&gnome-print-version;-ft217_fixes-1.patch &amp;&amp;
85./configure --prefix=/opt/gnome --with-zlib=/usr &amp;&amp;
86make &amp;&amp;
87make install</command></userinput></screen>
88
89</sect2>
90
91<sect2>
92<title>Command explanations</title>
93
94<para><parameter>--with-zlib=/usr</parameter>: Configure
95<application><acronym>GNOME</acronym> Print</application> to use the system
96installed <application>zlib</application>.</para>
97
98</sect2>
99
100<sect2>
101<title>Contents</title>
102
103<para>The <application><acronym>GNOME</acronym> Print</application> package
104contains the <application><acronym>GNOME</acronym></application> 1.4 printing
105libraries.</para>
106
107</sect2>
108
109</sect1>
110
Note: See TracBrowser for help on using the repository browser.