source: gnome/add/libgnomeprint.xml@ 0a7c3921

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

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #4

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5832 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 "&gnome-download-http;/libgnomeprint/&gnome-version;/libgnomeprint-&libgnomeprint-version;.tar.bz2">
8 <!ENTITY libgnomeprint-download-ftp "&gnome-download-ftp;/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="libgnomecups"/>,
72 <xref linkend="gtk-doc"/>, and
73 <xref linkend="docbook-utils"/></para>
74
75 <para>If you have <xref linkend="cups"/> installed, you must also have
76 <xref linkend="libgnomecups"/> installed or pass
77 <option>--without-cups</option> to the <command>configure</command>
78 command in the instructions below.</para>
79
80 <para condition="html" role="usernotes">User Notes:
81 <ulink url="&blfs-wiki;/libgnomeprint"/></para>
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of libgnomeprint</title>
87
88 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
89 href="../without-gnome.xml"/>
90
91 <para>Install <application>libgnomeprint</application> by running the
92 following commands:</para>
93
94<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
95 --disable-gtk-doc &amp;&amp;
96make</userinput></screen>
97
98 <para>The test suite requires <application>Acroread-4</application> to be
99 installed and passing <option>--with-metadata-printer</option> to the
100 <command>configure</command> script. If the previous requirements are met
101 and you wish to run the regression tests, change directories to the
102 <filename class='directory'>tests</filename> directory and issue:
103 <command>./run-test.pl</command>.</para>
104
105 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108
109 </sect2>
110
111 <sect2 role="commands">
112 <title>Command Explanations</title>
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} and numerous filters and modules</seg>
133 <seg>The following subdirectories of $GNOME_PREFIX/:
134 include/libgnomeprint-2.2,
135 lib/libgnomeprint,
136 share/{,gtk-doc/html/}libgnomeprint</seg>
137 </seglistitem>
138 </segmentedlist>
139
140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
145 <varlistentry id="libgnomeprint-2">
146 <term><filename class='libraryfile'>libgnomeprint-2-2.{so,a}</filename></term>
147 <listitem>
148 <para>implements the <application>GNOME</application> Printing
149 Architecture.</para>
150 <indexterm zone="libgnomeprint libgnomeprint-2">
151 <primary sortas="c-libgnomeprint-2-2">libgnomeprint-2-2.{so,a}</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 </variablelist>
157
158 </sect2>
159
160</sect1>
Note: See TracBrowser for help on using the repository browser.