source: networking/netlibs/libsoup.xml@ 3ec938d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 3ec938d was 3ec938d, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Update to glib-networking-2.50.0
Update to libsoup-2.56.0

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

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