source: networking/netlibs/libsoup3.xml@ d671407

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since d671407 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 6.3 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 libsoup3-download-http
8 "&gnome-download-http;/libsoup/&libsoup3-minor;/libsoup-&libsoup3-version;.tar.xz">
9 <!ENTITY libsoup3-download-ftp
10 "&gnome-download-ftp;/libsoup/&libsoup3-minor;/libsoup-&libsoup3-version;.tar.xz">
11 <!ENTITY libsoup3-md5sum "312a456caf0526bcb8d8b338a3ebb2ed">
12 <!ENTITY libsoup3-size "1.5 MB">
13 <!ENTITY libsoup3-buildsize "19 MB (with tests)">
14 <!ENTITY libsoup3-time "0.3 SBU (Using parallelism=4; with tests)">
15]>
16
17<sect1 id="libsoup3" xreflabel="libsoup-&libsoup3-version;">
18 <?dbhtml filename="libsoup3.html"?>
19
20
21 <title>libsoup-&libsoup3-version;</title>
22
23 <indexterm zone="libsoup3">
24 <primary sortas="a-libsoup3">libsoup3</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to libsoup3</title>
29
30 <para>
31 The <application>libsoup3</application> is a HTTP client/server library for
32 <application>GNOME</application>. It uses GObject and the GLib main loop
33 to integrate with <application>GNOME</application> applications and
34 it also has an asynchronous API for use in threaded applications.
35 </para>
36
37 &lfs112_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&libsoup3-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&libsoup3-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &libsoup3-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &libsoup3-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &libsoup3-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &libsoup3-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">libsoup3 Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="glib-networking"/>,
78 <xref linkend="libpsl"/>,
79 <xref linkend="libxml2"/>,
80 <xref linkend="nghttp2"/>, and
81 <xref linkend="sqlite"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="gobject-introspection"/> and
87 <xref linkend="vala"/>
88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
92 <xref linkend="apache"/> (required to run the test suite),
93 <xref linkend="brotli"/>,
94 <xref linkend="curl"/> (required to run the test suite),
95 <xref linkend="sysprof"/> (for profiling),
96 <xref linkend="mitkrb"/> (required to run the test suite),
97 <xref linkend="gtk-doc"/>,
98 <!-- It seems that XMLRPC is part of PHP 5.4.10 -->
99 <xref linkend="php"/> compiled with XMLRPC-EPI
100 support (only used for the XMLRPC regression tests), and
101 <xref linkend="samba"/> (ntlm_auth is required to run the test suite)
102 </para>
103
104 <para condition="html" role="usernotes">
105 User Notes: <ulink url="&blfs-wiki;/libsoup3"/>
106 </para>
107 </sect2>
108
109 <sect2 role="installation">
110 <title>Installation of libsoup3</title>
111
112 <para>
113 Install <application>libsoup3</application> by running the following
114 commands:
115 </para>
116
117<screen><userinput>mkdir build &amp;&amp;
118cd build &amp;&amp;
119
120meson --prefix=/usr \
121 --buildtype=release \
122 -Dvapi=enabled \
123 -Dgssapi=disabled \
124 -Dsysprof=disabled \
125 .. &amp;&amp;
126ninja</userinput></screen>
127
128 <para>
129 To test the results, issue: <command>ninja test</command>.
130 </para>
131
132 <para>
133 Now, as the <systemitem class="username">root</systemitem> user:
134 </para>
135
136<screen role="root"><userinput>ninja install</userinput></screen>
137
138 </sect2>
139
140 <sect2 role="commands">
141 <title>Command Explanations</title>
142
143 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
144 href="../../xincludes/meson-buildtype-release.xml"/>
145
146 <para>
147 <option>-Dvapi=disabled</option>: Use this if you have not installed
148 <application>Vala</application>, e.g. because you are not building
149 <application>GNOME</application>.
150 </para>
151
152 <para>
153 <option>-Ddoc=enabled</option>: Use this option if you want to build
154 the documentation. Note that you must have <xref linkend="gtk-doc"/> installed.
155 </para>
156
157 <para>
158 <parameter>-Dgssapi=disabled</parameter>: libsoup3 defaults to building with GSSAPI support,
159 which requires Kerberos (as does the test suite).
160 </para>
161
162 <para>
163 <parameter>-Dsysprof=disabled</parameter>: libsoup3 will automatically download
164 a git version of <xref linkend="sysprof"/> if git is available or use the installed
165 version if available. If you need profiling, remove this option.
166 </para>
167
168 </sect2>
169
170 <sect2 role="content">
171 <title>Contents</title>
172
173 <segmentedlist>
174 <segtitle>Installed Programs</segtitle>
175 <segtitle>Installed Libraries</segtitle>
176 <segtitle>Installed Directories</segtitle>
177
178 <seglistitem>
179 <seg>
180 None
181 </seg>
182 <seg>
183 libsoup-3.0.so
184 </seg>
185 <seg>
186 /usr/include/libsoup-3.0,
187 /usr/share/gtk-doc/html/libsoup-3.0 (only installed if -Ddoc=true is passed)
188 </seg>
189 </seglistitem>
190 </segmentedlist>
191
192 <variablelist>
193 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
194 <?dbfo list-presentation="list"?>
195 <?dbhtml list-presentation="table"?>
196
197 <varlistentry id="libsoup-3">
198 <term><filename class="libraryfile">libsoup-3.0.so</filename></term>
199 <listitem>
200 <para>
201 provides functions for asynchronous HTTP connections
202 </para>
203 <indexterm zone="libsoup libsoup-3">
204 <primary sortas="c-libsoup-3">libsoup-3.0.so</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 </variablelist>
210
211 </sect2>
212
213</sect1>
Note: See TracBrowser for help on using the repository browser.