source: gnome/add/libgnomeprint.xml@ a3f21a76

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 a3f21a76 was a3f21a76, checked in by Randy McMurchy <randy@…>, 18 years ago

Moved popt from an optional to a required dependency in the libgnomeprint instructions

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

  • Property mode set to 100644
File size: 5.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libgnomeprint-download-http "http://ftp.gnome.org/pub/GNOME/sources/libgnomeprint/&gnome-version;/libgnomeprint-&libgnomeprint-version;.tar.bz2">
8 <!ENTITY libgnomeprint-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libgnomeprint/&gnome-version;/libgnomeprint-&libgnomeprint-version;.tar.bz2">
9 <!ENTITY libgnomeprint-md5sum "ea729d4968fe2169c84efb12ace5f6cc">
10 <!ENTITY libgnomeprint-size "787 KB">
11 <!ENTITY libgnomeprint-buildsize "24.2 MB">
12 <!ENTITY libgnomeprint-time "0.6 SBU">
13]>
14
15<sect1 id="libgnomeprint" xreflabel="libgnomeprint-&libgnomeprint-version;">
16 <?dbhtml filename="libgnomeprint.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">libgnomeprint-&libgnomeprint-version;.tar</keyword>
23 <keyword role="ftpdir">libgnomeprint</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>libgnomeprint-&libgnomeprint-version;</title>
28
29 <indexterm zone="libgnomeprint">
30 <primary sortas="a-Libgnomeprint">Libgnomeprint</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to libgnomeprint</title>
35
36 <para>The <application>libgnomeprint</application> package contains
37 <filename class="libraryfile">libgnomeprint</filename> libraries.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&libgnomeprint-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&libgnomeprint-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &libgnomeprint-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &libgnomeprint-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &libgnomeprint-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &libgnomeprint-time;</para>
58 </listitem>
59 </itemizedlist>
60 <bridgehead renderas="sect3">libgnomeprint Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required"><xref linkend="pango"/>,
64 <xref linkend="libart_lgpl"/>,
65 <xref linkend="fontconfig"/>,
66 <xref linkend="popt"/>,
67 <xref linkend="libxml2"/> and
68 <xref linkend="perl-xml-parser"/></para>
69
70 <bridgehead renderas="sect4">Optional</bridgehead>
71 <para role="optional"><xref linkend="cups"/>
72 (and <xref linkend="libgnomecups"/>),
73 <xref linkend="gtk-doc"/> and
74 <xref linkend="docbook-utils"/></para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of libgnomeprint</title>
80
81 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
82 href="../without-gnome.xml"/>
83
84 <para>Install <application>libgnomeprint</application> by running the
85 following commands:</para>
86
87<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
88 --sysconfdir=/etc/gnome --disable-gtk-doc &amp;&amp;
89make</userinput></screen>
90
91 <para>The test suite requires <application>Acroread-4</application> to be
92 installed and passing <option>--with-metadata-printer</option> to the
93 <command>configure</command> script. If the previous requirements are met
94 and you wish to run the regression tests, change directories to the
95 <filename class='directory'>tests</filename> directory and issue:
96 <command>./run-test.pl</command>.</para>
97
98 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
99
100<screen role="root"><userinput>make install</userinput></screen>
101
102 </sect2>
103
104 <sect2 role="commands">
105 <title>Command Explanations</title>
106
107 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
108 puts configuration files in <filename class="directory">/etc/gnome</filename>
109 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
110
111 <para><parameter>--disable-gtk-doc</parameter>: This switch prevents
112 rebuilding the documentation during the <command>make</command>
113 command. Remove this parameter if you have
114 <application>GTK-Doc</application> installed and wish to rebuild the
115 documentation.</para>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Programs</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>None</seg>
129 <seg>libgnomeprint-2-2.[so,a] and numerous filters and modules</seg>
130 <seg>$GNOME_PREFIX/include/libgnomeprint-2.2,
131 $GNOME_PREFIX/lib/libgnomeprint,
132 $GNOME_PREFIX/share/gtk-doc/html/libgnomeprint, and
133 $GNOME_PREFIX/share/libgnomeprint</seg>
134 </seglistitem>
135 </segmentedlist>
136
137 <variablelist>
138 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
139 <?dbfo list-presentation="list"?>
140 <?dbhtml list-presentation="table"?>
141
142 <varlistentry id="libgnomeprint-2">
143 <term><filename class='libraryfile'>libgnomeprint-2-2.[so,a]</filename></term>
144 <listitem>
145 <para>implements the <application>GNOME</application> Printing
146 Architecture.</para>
147 <indexterm zone="libgnomeprint libgnomeprint-2">
148 <primary sortas="c-libgnomeprint-2-2">libgnomeprint-2-2.[so,a]</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 </variablelist>
154
155 </sect2>
156
157</sect1>
Note: See TracBrowser for help on using the repository browser.