source: basicnet/netlibs/libsoup.xml@ 86af98a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 86af98a was 86af98a, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Updated trunk sources to use DocBook DTD XML 4.4

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

  • Property mode set to 100644
File size: 4.0 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY libsoup-download-http "http://ftp.gnome.org/pub/gnome/sources/libsoup/2.2/libsoup-&libsoup-version;.tar.bz2">
7 <!ENTITY libsoup-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources/libsoup/2.2/libsoup-&libsoup-version;.tar.bz2">
8 <!ENTITY libsoup-md5sum "8132b0bce469affed688c4863702aa41">
9 <!ENTITY libsoup-size "403 KB">
10 <!ENTITY libsoup-buildsize "9.0 MB">
11 <!ENTITY libsoup-time "0.32 SBU">
12]>
13
14<sect1 id="libsoup" xreflabel="libsoup-&libsoup-version;">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="libsoup.html"?>
20<title>libsoup-&libsoup-version;</title>
21<indexterm zone="libsoup">
22<primary sortas="a-Libsoup">Libsoup</primary></indexterm>
23
24<sect2>
25<title>Introduction to <application>libsoup</application></title>
26
27<para>The <application>libsoup</application> package contains an
28<acronym>HTTP</acronym> library implementation in
29<application>C</application>. This is useful for accessing
30<acronym>HTTP</acronym> servers in a completely asynchronous mode.</para>
31
32<sect3><title>Package information</title>
33<itemizedlist spacing='compact'>
34<listitem><para>Download (HTTP):
35<ulink url="&libsoup-download-http;"/></para></listitem>
36<listitem><para>Download (FTP):
37<ulink url="&libsoup-download-ftp;"/></para></listitem>
38<listitem><para>Download MD5 sum: &libsoup-md5sum;</para></listitem>
39<listitem><para>Download size: &libsoup-size;</para></listitem>
40<listitem><para>Estimated disk space required:
41&libsoup-buildsize;</para></listitem>
42<listitem><para>Estimated build time:
43&libsoup-time;</para></listitem></itemizedlist>
44</sect3>
45
46<sect3><title><application>libsoup</application> dependencies</title>
47<sect4><title>Required</title>
48<para><xref linkend="glib2"/> and <xref linkend="libxml2"/></para>
49</sect4>
50
51<sect4><title>Optional</title>
52<para><xref linkend="gtk-doc"/> and
53<ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink> (which
54needs <ulink
55url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">libgpg-error</ulink>,
56<ulink url="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink> and
57<ulink
58url="ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/opencdk/">opencdk</ulink>,
59in that order.)</para>
60</sect4>
61</sect3>
62
63</sect2>
64
65<sect2>
66<title>Installation of <application>libsoup</application></title>
67
68<para>Install <application>libsoup</application> by running the following
69commands:</para>
70
71<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
72make</command></userinput></screen>
73
74<para>Now, as the root user:</para>
75
76<screen><userinput role='root'><command>make install</command></userinput></screen>
77
78<!--
79<note><para>Some versions of <application>GnuTLS</application> will cause the
80<application>libsoup</application> build to fail. You can use the following
81<command>sed</command> command before the build to fix this problem.</para>
82</note>
83
84<screen><userinput><command>sed -i -e "s@status \&amp; GNUTLS_CERT_CORRUPTED ||@/* status \&amp; GNUTLS_CERT_CORRUPTED || */@" \
85 libsoup/soup-gnutls.c</command></userinput></screen>
86 -->
87
88</sect2>
89
90<sect2>
91<title>Contents</title>
92
93<segmentedlist>
94<segtitle>Installed Programs</segtitle>
95<segtitle>Installed Library</segtitle>
96<segtitle>Installed Directories</segtitle>
97
98<seglistitem>
99<seg>None</seg>
100<seg>libsoup-2.2.[so,a]</seg>
101<seg>/usr/include/libsoup-2.2 and /usr/share/gtk-doc/html/libsoup</seg>
102</seglistitem>
103</segmentedlist>
104
105<variablelist>
106<bridgehead renderas="sect3">Short Descriptions</bridgehead>
107<?dbfo list-presentation="list"?>
108
109<varlistentry id="libsoup-lib">
110<term><filename class='libraryfile'>libsoup-2.2.[so,a]</filename></term>
111<listitem><para> provides functions for asynchronous
112<acronym>HTTP</acronym> connections.</para>
113<indexterm zone="libsoup libsoup-lib">
114<primary sortas="c-libsoup-2.2">libsoup-2.2.[so,a]</primary>
115</indexterm></listitem>
116</varlistentry>
117</variablelist>
118
119</sect2>
120
121</sect1>
122
Note: See TracBrowser for help on using the repository browser.