source: archive/gnome/libgxps.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 6.7 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 libgxps-download-http "&gnome-download-http;/libgxps/0.2/libgxps-&libgxps-version;.tar.xz">
8 <!ENTITY libgxps-download-ftp "&gnome-download-ftp;/libgxps/0.2/libgxps-&libgxps-version;.tar.xz">
9 <!ENTITY libgxps-md5sum "65bec2033ff71307f429dc3f91d60233">
10 <!ENTITY libgxps-size "296 KB">
11 <!ENTITY libgxps-buildsize "7.0 MB">
12 <!ENTITY libgxps-time "0.2 SBU">
13]>
14
15<sect1 id="libgxps" xreflabel="libgxps-&libgxps-version;">
16 <?dbhtml filename="libgxps.html"?>
17
18
19 <title>libgxps-&libgxps-version;</title>
20
21 <indexterm zone="libgxps">
22 <primary sortas="a-libgxps">libgxps</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libgxps</title>
27
28 <para>
29 The <application>libgxps</application> package contains
30 GObject based library and utilities for handling and
31 rendering XPS documents.
32 </para>
33
34 &lfs70_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&libgxps-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&libgxps-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &libgxps-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &libgxps-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &libgxps-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &libgxps-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">libgxps Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="cairo"/> and
75 <xref linkend="libarchive"/>
76 </para>
77
78 <bridgehead renderas="sect4">Recommended</bridgehead>
79 <para role="recommended">
80 <xref linkend="lcms2"/>,
81 <xref linkend="libjpeg"/>,
82 <xref linkend="libpng"/> and
83 <xref linkend="libtiff"/>
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="gobject-introspection"/> and
89 <xref linkend="gtk-doc"/>
90 </para>
91
92 <para condition="html" role="usernotes">
93 User Notes: <ulink url="&blfs-wiki;/libgxps"/>
94 </para>
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of libgxps</title>
99
100 <para>
101 Install <application>libgxps</application> by running the following
102 commands:
103 </para>
104
105<screen><userinput>sed -i '/_gir_CFLAGS/s#$# -I/usr/include/cairo#' libgxps/Makefile.in &amp;&amp;
106./configure --prefix=/usr --disable-static &amp;&amp;
107make</userinput></screen>
108
109 <para>
110 This package does not come with a test suite.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>make install</userinput></screen>
118 </sect2>
119
120 <sect2 role="commands">
121 <title>Command Explanations</title>
122
123 <para>
124 <command>sed -i '/_gir_CFLAGS/s#$# -I/usr/include/cairo#'
125 libgxps/Makefile.in</command>: This sed fixes a problem compiling if you
126 have Gobject Introspection installed. It has no effect if Gobject
127 Introspection is not installed.
128 </para>
129
130 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
131 href="../../xincludes/static-libraries.xml"/>
132
133 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
134 href="../../xincludes/gtk-doc-rebuild.xml"/>
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Programs</segtitle>
142 <segtitle>Installed Library</segtitle>
143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg>
147 xpstojpeg, xpstopdf, xpstopng, xpstops and xpstosvg
148 </seg>
149 <seg>
150 libgxps.so
151 </seg>
152 <seg>
153 /usr/include/libgxps and /usr/share/gtk-doc/html/libgxps
154 </seg>
155 </seglistitem>
156 </segmentedlist>
157
158 <variablelist>
159 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
160 <?dbfo list-presentation="list"?>
161 <?dbhtml list-presentation="table"?>
162
163 <varlistentry id="xpstojpeg">
164 <term><command>xpstojpeg</command></term>
165 <listitem>
166 <para>
167 is the XPS to JPEG converter.
168 </para>
169 <indexterm zone="libgxps xpstojpeg">
170 <primary sortas="b-xpstojpeg">xpstojpeg</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="xpstopdf">
176 <term><command>xpstopdf</command></term>
177 <listitem>
178 <para>
179 is the XPS to PDF converter.
180 </para>
181 <indexterm zone="libgxps xpstopdf">
182 <primary sortas="b-xpstopdf">xpstopdf</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="xpstopng">
188 <term><command>xpstopng</command></term>
189 <listitem>
190 <para>
191 is the XPS to PNG converter.
192 </para>
193 <indexterm zone="libgxps xpstopng">
194 <primary sortas="b-xpstopng">xpstopng</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 <varlistentry id="xpstops">
200 <term><command>xpstops</command></term>
201 <listitem>
202 <para>
203 is the XPS to PostScript converter.
204 </para>
205 <indexterm zone="libgxps xpstops">
206 <primary sortas="b-xpstops">xpstops</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 <varlistentry id="xpstosvg">
212 <term><command>xpstosvg</command></term>
213 <listitem>
214 <para>
215 is the XPS to SVG converter.
216 </para>
217 <indexterm zone="libgxps xpstosvg">
218 <primary sortas="b-xpstosvg">xpstosvg</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 <varlistentry id="libgxps-lib">
224 <term><filename class="libraryfile">libgxps.so</filename></term>
225 <listitem>
226 <para>
227 contains the libgxps API functions.
228 </para>
229 <indexterm zone="libgxps libgxps-lib">
230 <primary sortas="c-libgxps">libgxps.so</primary>
231 </indexterm>
232 </listitem>
233 </varlistentry>
234
235 </variablelist>
236
237 </sect2>
238
239</sect1>
Note: See TracBrowser for help on using the repository browser.