source: networking/netlibs/libsoup.xml@ f7993366

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

sort of revert 9819

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

  • Property mode set to 100644
File size: 5.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 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 "8a44d7cf1dea364b08cec2188b616657">
12 <!ENTITY libsoup-size "6.8 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"/>,
81 <xref linkend="libxml2"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended (Required if building GNOME)</bridgehead>
85 <para role="recommended"><xref linkend="gobject-introspection"/>
86 <xref linkend="libgnome-keyring"/> and <xref linkend="sqlite"/></para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="apache"/> (required to run the test suite),
91 <xref linkend="curl"/> (required to run the test suite),
92 <xref linkend="gtk-doc"/>,
93 <xref linkend="php"/> compiled with
94 <ulink url="http://xmlrpc-epi.sourceforge.net/main.php?t=php_about">XMLRPC-EPI</ulink>
95 support (only used for the XMLRPC regression tests) and
96 <xref linkend="samba3"/> (ntlm_auth is required to run the test suite).
97 </para>
98
99 <para condition="html" role="usernotes">
100 User Notes: <ulink url="&blfs-wiki;/libsoup"/>
101 </para>
102 </sect2>
103
104 <sect2 role="installation">
105 <title>Installation of libsoup</title>
106
107 <para>
108 Install <application>libsoup</application> by running the following
109 commands:
110 </para>
111
112<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
113make</userinput></screen>
114
115 <para>
116 To test the results, issue: <command>make check</command>.
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>make install</userinput></screen>
124 </sect2>
125
126 <sect2 role="commands">
127 <title>Command Explanations</title>
128
129 <para>
130 <option>--without-gnome</option>: This switch prevents
131 <command>configure</command> looking for GNOME specific
132 depepdencies. Use this switch if you have not installed
133 <xref linkend="gnome-keyring"/>.
134 </para>
135
136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
137 href="../../xincludes/gtk-doc-rebuild.xml"/>
138
139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
140 href="../../xincludes/static-libraries.xml"/>
141
142 </sect2>
143
144 <sect2 role="content">
145 <title>Contents</title>
146
147 <segmentedlist>
148 <segtitle>Installed Libraries</segtitle>
149 <segtitle>Installed Directories</segtitle>
150
151 <seglistitem>
152 <seg>
153 libsoup-2.4.so and libsoup-gnome-2.4.so
154 </seg>
155 <seg>
156 /usr/include/libsoup-2.4,
157 /usr/include/libsoup-gnome-2.4 and
158 /usr/share/gtk-doc/html/libsoup-2.4.
159 </seg>
160 </seglistitem>
161 </segmentedlist>
162
163 <variablelist>
164 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
165 <?dbfo list-presentation="list"?>
166 <?dbhtml list-presentation="table"?>
167
168 <varlistentry id="libsoup-2.4">
169 <term><filename class='libraryfile'>libsoup-2.4.so</filename></term>
170 <listitem>
171 <para>
172 provides functions for asynchronous HTTP connections.
173 </para>
174 <indexterm zone="libsoup libsoup-2.4">
175 <primary sortas="c-libsoup-2.4">libsoup-2.4.so</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 <varlistentry id="libsoup-gnome-2.4">
181 <term><filename class='libraryfile'>libsoup-gnome-2.4.so</filename></term>
182 <listitem>
183 <para>
184 provides <application>Gnome</application> specific features.
185 </para>
186 <indexterm zone="libsoup libsoup-gnome-2.4">
187 <primary sortas="c-libsoup-gnome-2.4">libsoup-gnome-2.4.so</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191 </variablelist>
192 </sect2>
193</sect1>
Note: See TracBrowser for help on using the repository browser.