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

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

Added a comment to each file that may need a mention of a test suite added to it, this allows closing of bug #1697

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

  • Property mode set to 100644
File size: 6.3 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 <!-- Inserted as a reminder to do this. The mention of a test suite
8 is usually right before the root user installation commands. Please
9 delete these 12 (including one blank) lines after you are done.-->
10
11 <!-- Use one of the two mentions below about a test suite,
12 delete the line that is not applicable. Of course, if the
13 test suite uses syntax other than "make check", revise the
14 line to reflect the actual syntax to run the test suite -->
15
16 <!-- <para>This package does not come with a test suite.</para> -->
17 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
18
19 <!ENTITY libgnomeprint-download-http "&gnome-download-http;/libgnomeprint/&gnome-version;/libgnomeprint-&libgnomeprint-version;.tar.bz2">
20 <!ENTITY libgnomeprint-download-ftp "&gnome-download-ftp;/libgnomeprint/&gnome-version;/libgnomeprint-&libgnomeprint-version;.tar.bz2">
21 <!ENTITY libgnomeprint-md5sum "ea729d4968fe2169c84efb12ace5f6cc">
22 <!ENTITY libgnomeprint-size "787 KB">
23 <!ENTITY libgnomeprint-buildsize "24.2 MB">
24 <!ENTITY libgnomeprint-time "0.6 SBU">
25]>
26
27<sect1 id="libgnomeprint" xreflabel="libgnomeprint-&libgnomeprint-version;">
28 <?dbhtml filename="libgnomeprint.html"?>
29
30 <sect1info>
31 <othername>$LastChangedBy$</othername>
32 <date>$Date$</date>
33 <keywordset>
34 <keyword role="package">libgnomeprint-&libgnomeprint-version;.tar</keyword>
35 <keyword role="ftpdir">libgnomeprint</keyword>
36 </keywordset>
37 </sect1info>
38
39 <title>libgnomeprint-&libgnomeprint-version;</title>
40
41 <indexterm zone="libgnomeprint">
42 <primary sortas="a-Libgnomeprint">Libgnomeprint</primary>
43 </indexterm>
44
45 <sect2 role="package">
46 <title>Introduction to libgnomeprint</title>
47
48 <para>The <application>libgnomeprint</application> package contains
49 <filename class="libraryfile">libgnomeprint</filename> libraries.</para>
50
51 <bridgehead renderas="sect3">Package Information</bridgehead>
52 <itemizedlist spacing="compact">
53 <listitem>
54 <para>Download (HTTP): <ulink url="&libgnomeprint-download-http;"/></para>
55 </listitem>
56 <listitem>
57 <para>Download (FTP): <ulink url="&libgnomeprint-download-ftp;"/></para>
58 </listitem>
59 <listitem>
60 <para>Download MD5 sum: &libgnomeprint-md5sum;</para>
61 </listitem>
62 <listitem>
63 <para>Download size: &libgnomeprint-size;</para>
64 </listitem>
65 <listitem>
66 <para>Estimated disk space required: &libgnomeprint-buildsize;</para>
67 </listitem>
68 <listitem>
69 <para>Estimated build time: &libgnomeprint-time;</para>
70 </listitem>
71 </itemizedlist>
72 <bridgehead renderas="sect3">libgnomeprint Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required"><xref linkend="pango"/>,
76 <xref linkend="libart_lgpl"/>,
77 <xref linkend="fontconfig"/>,
78 <xref linkend="popt"/>,
79 <xref linkend="libxml2"/>, and
80 <xref linkend="perl-xml-parser"/></para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional"><xref linkend="libgnomecups"/>,
84 <xref linkend="gtk-doc"/>, and
85 <xref linkend="docbook-utils"/></para>
86
87 <para>If you have <xref linkend="cups"/> installed, you must also have
88 <xref linkend="libgnomecups"/> installed or pass
89 <option>--without-cups</option> to the <command>configure</command>
90 command in the instructions below.</para>
91
92 <para condition="html" role="usernotes">User Notes:
93 <ulink url="&blfs-wiki;/libgnomeprint"/></para>
94
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of libgnomeprint</title>
99
100 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
101 href="../without-gnome.xml"/>
102
103 <para>Install <application>libgnomeprint</application> by running the
104 following commands:</para>
105
106<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
107 --disable-gtk-doc &amp;&amp;
108make</userinput></screen>
109
110 <para>The test suite requires <application>Acroread-4</application> to be
111 installed and passing <option>--with-metadata-printer</option> to the
112 <command>configure</command> script. If the previous requirements are met
113 and you wish to run the regression tests, change directories to the
114 <filename class='directory'>tests</filename> directory and issue:
115 <command>./run-test.pl</command>.</para>
116
117 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
118
119<screen role="root"><userinput>make install</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="commands">
124 <title>Command Explanations</title>
125
126 <para><parameter>--disable-gtk-doc</parameter>: This switch prevents
127 rebuilding the documentation during the <command>make</command>
128 command. Remove this parameter if you have
129 <application>GTK-Doc</application> installed and wish to rebuild the
130 documentation.</para>
131
132 </sect2>
133
134 <sect2 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Programs</segtitle>
139 <segtitle>Installed Libraries</segtitle>
140 <segtitle>Installed Directories</segtitle>
141
142 <seglistitem>
143 <seg>None</seg>
144 <seg>libgnomeprint-2-2.{so,a} and numerous filters and modules</seg>
145 <seg>The following subdirectories of $GNOME_PREFIX/:
146 include/libgnomeprint-2.2,
147 lib/libgnomeprint,
148 share/{,gtk-doc/html/}libgnomeprint</seg>
149 </seglistitem>
150 </segmentedlist>
151
152 <variablelist>
153 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
154 <?dbfo list-presentation="list"?>
155 <?dbhtml list-presentation="table"?>
156
157 <varlistentry id="libgnomeprint-2">
158 <term><filename class='libraryfile'>libgnomeprint-2-2.{so,a}</filename></term>
159 <listitem>
160 <para>implements the <application>GNOME</application> Printing
161 Architecture.</para>
162 <indexterm zone="libgnomeprint libgnomeprint-2">
163 <primary sortas="c-libgnomeprint-2-2">libgnomeprint-2-2.{so,a}</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 </variablelist>
169
170 </sect2>
171
172</sect1>
Note: See TracBrowser for help on using the repository browser.