source: gnome/add/libgnomeprint.xml@ 28d83dbc

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 28d83dbc was 9e40d49, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Tagged libgnomeprint.xml

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

  • Property mode set to 100644
File size: 5.4 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 "http://ftp.gnome.org/pub/GNOME/sources/libgnomeprint/&gnome-version;/libgnomeprint-&libgnomeprint-version;.tar.bz2">
8 <!ENTITY libgnomeprint-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libgnomeprint/&gnome-version;/libgnomeprint-&libgnomeprint-version;.tar.bz2">
9 <!ENTITY libgnomeprint-md5sum "9052dc919ad038b1a9e4d5301148588e">
10 <!ENTITY libgnomeprint-size "727 KB">
11 <!ENTITY libgnomeprint-buildsize "20 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><xref linkend="pango"/>,
60 <xref linkend="libart_lgpl"/>,
61 <xref linkend="fontconfig"/>,
62 <xref linkend="libxml2"/> and
63 <xref linkend="perl-modules"/>: XML-Parser</para>
64
65 <bridgehead renderas="sect4">Optional</bridgehead>
66 <para><xref linkend="cups"/> (and <xref linkend="libgnomecups"/>),
67 <xref linkend="gtk-doc"/> and
68 <xref linkend="docbook-utils"/></para>
69
70 </sect2>
71
72 <sect2 role="installation">
73 <title>Installation of libgnomeprint</title>
74
75 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
76 href="../without-gnome.xml"/>
77
78 <para>Install <application>libgnomeprint</application> by running the
79 following commands:</para>
80
81<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
82 --sysconfdir=/etc/gnome --disable-gtk-doc &amp;&amp;
83make</userinput></screen>
84
85 <para>The test suite requires <application>Acroread-4</application> to be
86 installed and passing <option>--with-metadata-printer</option> to the
87 <command>configure</command> script. If the previous requirements are met
88 and you wish to run the regression tests, change directories to the
89 <filename class='directory'>tests</filename> directory and issue:
90 <command>./run-test.pl</command>.</para>
91
92 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
93
94<screen role="root"><userinput>make install</userinput></screen>
95
96 </sect2>
97
98 <sect2 role="commands">
99 <title>Command Explanations</title>
100
101 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
102 puts configuration files in <filename class="directory">/etc/gnome</filename>
103 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
104
105 <para><parameter>--disable-gtk-doc</parameter>: This switch prevents
106 rebuilding the documentation during the <command>make</command>
107 command. Remove this parameter if you have
108 <application>GTK-Doc</application> installed and wish to rebuild the
109 documentation.</para>
110
111 </sect2>
112
113 <sect2 role="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Programs</segtitle>
118 <segtitle>Installed Libraries</segtitle>
119 <segtitle>Installed Directories</segtitle>
120
121 <seglistitem>
122 <seg>None</seg>
123 <seg>libgnomeprint-2-2.[so,a] and modules</seg>
124 <seg>$GNOME_PREFIX/include/libgnomeprint-2.2,
125 $GNOME_PREFIX/lib/libgnomeprint,
126 $GNOME_PREFIX/share/gtk-doc/html/libgnomeprint, and
127 $GNOME_PREFIX/share/libgnomeprint</seg>
128 </seglistitem>
129 </segmentedlist>
130
131 <variablelist>
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
135
136 <varlistentry id="libgnomeprint-2">
137 <term><filename class='libraryfile'>libgnomeprint-2-2.[so,a]</filename></term>
138 <listitem>
139 <para>implements the <application>GNOME</application> Printing
140 Architecture.</para>
141 <indexterm zone="libgnomeprint libgnomeprint-2">
142 <primary sortas="c-libgnomeprint-2-2">libgnomeprint-2-2.[so,a]</primary>
143 </indexterm>
144 </listitem>
145 </varlistentry>
146
147 </variablelist>
148
149 </sect2>
150
151</sect1>
Note: See TracBrowser for help on using the repository browser.