source: general/graphlib/libgxps.xml@ 89e82a9

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 89e82a9 was e1e58be, checked in by Pierre Labastie <pierre.labastie@…>, 7 months ago

Remove all ftp urls

neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...

  • Property mode set to 100644
File size: 6.0 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.3/libgxps-&libgxps-version;.tar.xz">
8 <!ENTITY libgxps-download-ftp " ">
9 <!ENTITY libgxps-md5sum "0527ac7c8c405445e96a5baa6019a0c3">
10 <!ENTITY libgxps-size "80 KB">
11 <!ENTITY libgxps-buildsize "5.4 MB">
12 <!ENTITY libgxps-time "0.1 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 provides an interface
30 to manipulate XPS documents.
31 </para>
32
33 &lfs120_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&libgxps-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&libgxps-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &libgxps-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &libgxps-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &libgxps-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &libgxps-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">Libgxps Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="gtk3"/>,
74 <xref linkend="lcms2"/>,
75 <xref linkend="libarchive"/>,
76 <xref linkend="libjpeg"/>,
77 <xref linkend="libtiff"/>, and
78 <xref linkend="libxslt"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="git"/> and
84 <xref linkend="gtk-doc"/>
85 </para>
86
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of Libgxps</title>
91
92 <para>
93 Install <application>Libgxps</application> by running the following
94 commands:
95 </para>
96
97<screen><userinput>mkdir build &amp;&amp;
98cd build &amp;&amp;
99
100meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
101ninja</userinput></screen>
102
103 <para>
104 This package does not come with a test suite.
105 </para>
106
107 <para>
108 Now, as the <systemitem class="username">root</systemitem> user:
109 </para>
110
111<screen role="root"><userinput>ninja install</userinput></screen>
112 </sect2>
113
114 <sect2 role="commands">
115 <title>Command Explanations</title>
116
117 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
118 href="../../xincludes/meson-buildtype-release.xml"/>
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Programs</segtitle>
126 <segtitle>Installed Library</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>
131 xpstojpeg, xpstopdf, xpstopng, xpstops, and xpstosvg
132 </seg>
133 <seg>
134 libgxps.so
135 </seg>
136 <seg>
137 /usr/include/libgxps
138 </seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="xpstojpeg">
148 <term><command>xpstojpeg</command></term>
149 <listitem>
150 <para>
151 converts XPS documents to a JPEG image
152 </para>
153 <indexterm zone="libgxps xpstojpeg">
154 <primary sortas="b-xpstojpeg">xpstojpeg</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 <varlistentry id="xpstopdf">
160 <term><command>xpstopdf</command></term>
161 <listitem>
162 <para>
163 converts XPS documents to PDF format
164 </para>
165 <indexterm zone="libgxps xpstopdf">
166 <primary sortas="b-xpstopdf">xpstopdf</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 <varlistentry id="xpstopng">
172 <term><command>xpstopng</command></term>
173 <listitem>
174 <para>
175 converts XPS documents to a PNG image
176 </para>
177 <indexterm zone="libgxps xpstopng">
178 <primary sortas="b-xpstopng">xpstopng</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 <varlistentry id="xpstops">
184 <term><command>xpstops</command></term>
185 <listitem>
186 <para>
187 converts XPS documents to PostScript
188 </para>
189 <indexterm zone="libgxps xpstops">
190 <primary sortas="b-xpstops">xpstops</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="xpstosvg">
196 <term><command>xpstosvg</command></term>
197 <listitem>
198 <para>
199 converts XPS documents to SVG images
200 </para>
201 <indexterm zone="libgxps xpstosvg">
202 <primary sortas="b-xpstosvg">xpstosvg</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="libgxps-lib">
208 <term><filename class="libraryfile">libgxps.so</filename></term>
209 <listitem>
210 <para>
211 contains API functions for manipulating XPS documents
212 </para>
213 <indexterm zone="libgxps libgxps-lib">
214 <primary sortas="c-libgxps">libgxps.so</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218 </variablelist>
219 </sect2>
220
221</sect1>
Note: See TracBrowser for help on using the repository browser.