source: gnome/add/libgnomeprint.xml@ e05cd03f

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

Replaced deprecated w3.org XInclude throughout the book

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

  • Property mode set to 100644
File size: 5.6 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 "a5aa248058a07de4b3cf444673cfc683">
10 <!ENTITY libgnomeprint-size "886 KB">
11 <!ENTITY libgnomeprint-buildsize "25 MB">
12 <!ENTITY libgnomeprint-time "0.5 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="libxml2"/>, and
62 <xref linkend="perl-xml-parser"/></para>
63
64 <bridgehead renderas="sect4">Optional</bridgehead>
65 <para role="optional"><xref linkend="libgnomecups"/>,
66 <xref linkend="gtk-doc"/>, and
67 <xref linkend="docbook-utils"/></para>
68
69 <para>If you have <xref linkend="cups"/> installed, you must also have
70 <xref linkend="libgnomecups"/> installed or pass
71 <option>--without-cups</option> to the <command>configure</command>
72 command in the instructions below.</para>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/libgnomeprint"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of libgnomeprint</title>
81
82 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
83 href="../../xincludes/without-gnome.xml"/>
84
85 <para>Install <application>libgnomeprint</application> by running the
86 following commands:</para>
87
88<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
89 --disable-gtk-doc &amp;&amp;
90make</userinput></screen>
91
92 <para>The test suite requires <application>Acroread-4</application> to be
93 installed and passing <option>--with-metadata-printer</option> to the
94 <command>configure</command> script. If the previous requirements are met
95 and you wish to run the regression tests, change directories to the
96 <filename class='directory'>tests</filename> directory and issue:
97 <command>./run-test.pl</command>.</para>
98
99 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="commands">
106 <title>Command Explanations</title>
107
108 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
109 href="../../xincludes/gnome-prefix.xml"/>
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>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
131 include/libgnomeprint-2.2,
132 lib/libgnomeprint,
133 share/{,gtk-doc/html/}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.