source: archive/obsolete/libgnomeprint.xml@ 556a307a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 556a307a was 556a307a, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Move files to archive

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

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