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

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 3e26ac6 was 3e26ac6, checked in by Krejzi <krejzi@…>, 12 years ago

glib-networking 2.32.1, libsoup 2.38.1, gvfs 1.12.1. Added gcr 3.4.1

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

  • Property mode set to 100644
File size: 5.9 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.38/libsoup-&libsoup-version;.tar.xz">
9 <!ENTITY libsoup-download-ftp
10 "&gnome-download-ftp;/libsoup/2.38/libsoup-&libsoup-version;.tar.xz">
11 <!ENTITY libsoup-md5sum "d13fb4968acea24c26b83268a308f580">
12 <!ENTITY libsoup-size "608 KB">
13 <!ENTITY libsoup-buildsize "23 MB">
14 <!ENTITY libsoup-time "0.3 SBU">
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 HTTP client/server library for GNOME.
36 It uses GObject and the glib main loop to integrate with GNOME applications and
37 it also has asynchronous API for use in threaded applications.
38 </para>
39
40 &lfs70_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&libsoup-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&libsoup-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &libsoup-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &libsoup-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &libsoup-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &libsoup-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">libsoup Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="glib-networking"/> and
81 <xref linkend="libxml2"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended (Required if building GNOME)</bridgehead>
85 <para role="recommended">
86 <xref linkend="gobject-introspection"/>,
87 <xref linkend="libgnome-keyring"/> and
88 <xref linkend="sqlite"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="apache"/> (required to run the test suite),
94 <xref linkend="curl"/> (required to run the test suite),
95 <xref linkend="gtk-doc"/>,
96 <xref linkend="php"/> compiled with
97 <ulink url="http://xmlrpc-epi.sourceforge.net/main.php?t=php_about">XMLRPC-EPI</ulink>
98 support (only used for the XMLRPC regression tests) and
99 <xref linkend="samba3"/> (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>./configure --prefix=/usr --disable-static &amp;&amp;
116make</userinput></screen>
117
118 <para>
119 To test the results, issue: <command>make check</command>.
120 </para>
121
122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
125
126<screen role="root"><userinput>make install</userinput></screen>
127 </sect2>
128
129 <sect2 role="commands">
130 <title>Command Explanations</title>
131
132 <para>
133 <option>--without-gnome</option>: This switch prevents
134 <command>configure</command> looking for GNOME specific
135 depepdencies. Use this switch if you have not installed
136 <xref linkend="libgnome-keyring"/>.
137 </para>
138
139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
140 href="../../xincludes/gtk-doc-rebuild.xml"/>
141
142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
143 href="../../xincludes/static-libraries.xml"/>
144
145 </sect2>
146
147 <sect2 role="content">
148 <title>Contents</title>
149
150 <segmentedlist>
151 <segtitle>Installed Libraries</segtitle>
152 <segtitle>Installed Directories</segtitle>
153
154 <seglistitem>
155 <seg>
156 libsoup-2.4.so and libsoup-gnome-2.4.so
157 </seg>
158 <seg>
159 /usr/include/libsoup-2.4,
160 /usr/include/libsoup-gnome-2.4 and
161 /usr/share/gtk-doc/html/libsoup-2.4.
162 </seg>
163 </seglistitem>
164 </segmentedlist>
165
166 <variablelist>
167 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
168 <?dbfo list-presentation="list"?>
169 <?dbhtml list-presentation="table"?>
170
171 <varlistentry id="libsoup-2.4">
172 <term><filename class='libraryfile'>libsoup-2.4.so</filename></term>
173 <listitem>
174 <para>
175 provides functions for asynchronous HTTP connections.
176 </para>
177 <indexterm zone="libsoup libsoup-2.4">
178 <primary sortas="c-libsoup-2.4">libsoup-2.4.so</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 <varlistentry id="libsoup-gnome-2.4">
184 <term><filename class='libraryfile'>libsoup-gnome-2.4.so</filename></term>
185 <listitem>
186 <para>
187 provides <application>Gnome</application> specific features.
188 </para>
189 <indexterm zone="libsoup libsoup-gnome-2.4">
190 <primary sortas="c-libsoup-gnome-2.4">libsoup-gnome-2.4.so</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194 </variablelist>
195 </sect2>
196</sect1>
Note: See TracBrowser for help on using the repository browser.