source: gnome/add/libgnomeprint.xml@ 7cdaed0

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 7cdaed0 was 7cdaed0, checked in by Randy McMurchy <randy@…>, 18 years ago

Moved the GNOME xinclude files to the global xinclude directory because more than just GNOME packages can use them

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

  • Property mode set to 100644
File size: 5.5 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 "&gnome-download-http;/libgnomeprint/2.12/libgnomeprint-&libgnomeprint-version;.tar.bz2">
8 <!ENTITY libgnomeprint-download-ftp "&gnome-download-ftp;/libgnomeprint/2.12/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 </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 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&libgnomeprint-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&libgnomeprint-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &libgnomeprint-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &libgnomeprint-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &libgnomeprint-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &libgnomeprint-time;</para>
54 </listitem>
55 </itemizedlist>
56 <bridgehead renderas="sect3">libgnomeprint Dependencies</bridgehead>
57
58 <bridgehead renderas="sect4">Required</bridgehead>
59 <para role="required"><xref linkend="pango"/>,
60 <xref linkend="libart_lgpl"/>,
61 <xref linkend="fontconfig"/>,
62 <xref linkend="popt"/>,
63 <xref linkend="libxml2"/>, and
64 <xref linkend="perl-xml-parser"/></para>
65
66 <bridgehead renderas="sect4">Optional</bridgehead>
67 <para role="optional"><xref linkend="libgnomecups"/>,
68 <xref linkend="gtk-doc"/>, and
69 <xref linkend="docbook-utils"/></para>
70
71 <para>If you have <xref linkend="cups"/> installed, you must also have
72 <xref linkend="libgnomecups"/> installed or pass
73 <option>--without-cups</option> to the <command>configure</command>
74 command in the instructions below.</para>
75
76 <para condition="html" role="usernotes">User Notes:
77 <ulink url="&blfs-wiki;/libgnomeprint"/></para>
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of libgnomeprint</title>
83
84 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
85 href="../../xincludes/without-gnome.xml"/>
86
87 <para>Install <application>libgnomeprint</application> by running the
88 following commands:</para>
89
90<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
91 --disable-gtk-doc &amp;&amp;
92make</userinput></screen>
93
94 <para>The test suite requires <application>Acroread-4</application> to be
95 installed and passing <option>--with-metadata-printer</option> to the
96 <command>configure</command> script. If the previous requirements are met
97 and you wish to run the regression tests, change directories to the
98 <filename class='directory'>tests</filename> directory and issue:
99 <command>./run-test.pl</command>.</para>
100
101 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
102
103<screen role="root"><userinput>make install</userinput></screen>
104
105 </sect2>
106
107 <sect2 role="commands">
108 <title>Command Explanations</title>
109
110 <para><parameter>--disable-gtk-doc</parameter>: This switch prevents
111 rebuilding the documentation during the <command>make</command>
112 command. Remove this parameter if you have
113 <application>GTK-Doc</application> installed and wish to rebuild the
114 documentation.</para>
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Programs</segtitle>
123 <segtitle>Installed Libraries</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>None</seg>
128 <seg>libgnomeprint-2-2.{so,a} and numerous filters and modules</seg>
129 <seg>The following subdirectories of $GNOME_PREFIX/:
130 include/libgnomeprint-2.2,
131 lib/libgnomeprint,
132 share/{,gtk-doc/html/}libgnomeprint</seg>
133 </seglistitem>
134 </segmentedlist>
135
136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
140
141 <varlistentry id="libgnomeprint-2">
142 <term><filename class='libraryfile'>libgnomeprint-2-2.{so,a}</filename></term>
143 <listitem>
144 <para>implements the <application>GNOME</application> Printing
145 Architecture.</para>
146 <indexterm zone="libgnomeprint libgnomeprint-2">
147 <primary sortas="c-libgnomeprint-2-2">libgnomeprint-2-2.{so,a}</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 </variablelist>
153
154 </sect2>
155
156</sect1>
Note: See TracBrowser for help on using the repository browser.