source: archive/gnome/libgxps.xml@ 54e3917

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 54e3917 was 54e3917, checked in by Krejzi <krejzi@…>, 12 years ago

GNOME Organisation - Part 3 .

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

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