source: archive/gnome-obsolete/libgnomeprint.xml@ 4d0615f1

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 4d0615f1 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 6.1 KB
RevLine 
[9d2dc4e2]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[9d2dc4e2]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[11a81a59]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">
[f2c37b2b]9 <!ENTITY libgnomeprint-md5sum "d66b81ee8aa3b3a33f5efc9a47ce07e3">
10 <!ENTITY libgnomeprint-size "838 KB">
11 <!ENTITY libgnomeprint-buildsize "26 MB">
12 <!ENTITY libgnomeprint-time "0.6 SBU">
[9d2dc4e2]13]>
14
[91557b0]15<sect1 id="libgnomeprint" xreflabel="libgnomeprint-&libgnomeprint-version;">
[9e40d49]16 <?dbhtml filename="libgnomeprint.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>libgnomeprint-&libgnomeprint-version;</title>
23
24 <indexterm zone="libgnomeprint">
[0477ecfa]25 <primary sortas="a-Libgnomeprint">Libgnomeprint</primary>
[9e40d49]26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to libgnomeprint</title>
30
31 <para>The <application>libgnomeprint</application> package contains
32 <filename class="libraryfile">libgnomeprint</filename> libraries.</para>
33
[f2c37b2b]34 &lfs65_checked;
35
[9e40d49]36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&libgnomeprint-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&libgnomeprint-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &libgnomeprint-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &libgnomeprint-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &libgnomeprint-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &libgnomeprint-time;</para>
55 </listitem>
56 </itemizedlist>
57 <bridgehead renderas="sect3">libgnomeprint Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
[c72d5551]60 <para role="required"><xref linkend="pango"/>,
[f2c37b2b]61 <xref linkend="intltool"/>,
[9e40d49]62 <xref linkend="libart_lgpl"/>,
[ad39fe01]63 <xref linkend="libxml2"/>, and
[ba4b31cf]64 <xref linkend="perl-xml-parser"/></para>
[9e40d49]65
66 <bridgehead renderas="sect4">Optional</bridgehead>
[ad39fe01]67 <para role="optional"><xref linkend="libgnomecups"/>,
68 <xref linkend="gtk-doc"/>, and
[9e40d49]69 <xref linkend="docbook-utils"/></para>
70
[939c3828]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
[0a7c3921]76 <para condition="html" role="usernotes">User Notes:
77 <ulink url="&blfs-wiki;/libgnomeprint"/></para>
78
[9e40d49]79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of libgnomeprint</title>
83
[e05cd03f]84 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7cdaed0]85 href="../../xincludes/without-gnome.xml"/>
[9e40d49]86
87 <para>Install <application>libgnomeprint</application> by running the
88 following commands:</para>
89
[294d670]90<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
[9a10aae]91 --disable-gtk-doc &amp;&amp;
[9e40d49]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
[e05cd03f]110 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[8163dd01]111 href="../../xincludes/gnome-prefix.xml"/>
112
[9e40d49]113 <para><parameter>--disable-gtk-doc</parameter>: This switch prevents
114 rebuilding the documentation during the <command>make</command>
115 command. Remove this parameter if you have
116 <application>GTK-Doc</application> installed and wish to rebuild the
117 documentation.</para>
118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Programs</segtitle>
126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>None</seg>
[f2c37b2b]131 <seg>libgnomeprint-2-2.{so,a}, libgnomeprint-clip.{so,a},
132 libgnomeprint-draft.{so,a}, libgnomeprint-frgba.{so,a},
133 libgnomeprint-multipage.{so,a}, libgnomeprint-position.{so,a},
134 libgnomeprint-reorder.{so,a}, libgnomeprint-reverse.{so,a},
135 libgnomeprint-rotate.{so,a}, libgnomeprint-select.{so,a},
136 libgnomeprint-zoom.{so,a}, libgnomeprintcups.{so,a},
137 libgnomeprintlpd.{so,a}, libgnomeprint-custom.{so,a},
138 libgnomeprint-file.{so,a}, and libgnomeprint-lpr.{so,a}</seg>
139 <seg><envar>$GNOME_PREFIX</envar>/{include/libgnomeprint-2.2/libgnomeprint/private,
140 lib/libgnomeprint/&libgnomeprint-version;/modules/{filters,transports},
141 share/{gtk-doc/html/libgnomeprint,
142 libgnomeprint/&libgnomeprint-version;/{models/uninstalled,
143 printers/uninstalled}}}</seg>
[9e40d49]144 </seglistitem>
145 </segmentedlist>
146
147 <variablelist>
148 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
149 <?dbfo list-presentation="list"?>
150 <?dbhtml list-presentation="table"?>
151
152 <varlistentry id="libgnomeprint-2">
[0a7c3921]153 <term><filename class='libraryfile'>libgnomeprint-2-2.{so,a}</filename></term>
[9e40d49]154 <listitem>
155 <para>implements the <application>GNOME</application> Printing
156 Architecture.</para>
157 <indexterm zone="libgnomeprint libgnomeprint-2">
[0a7c3921]158 <primary sortas="c-libgnomeprint-2-2">libgnomeprint-2-2.{so,a}</primary>
[9e40d49]159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 </variablelist>
164
165 </sect2>
[91557b0]166
167</sect1>
Note: See TracBrowser for help on using the repository browser.