source: networking/netlibs/libsoup.xml@ d278ced

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 d278ced was d278ced, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Update to gjs-1.45.4
Added several seds to packages to silence libtool warnings
Added wayland-protocols to trunk and modified GTK+3 instructions to reflect this
Typo fixes and text changes
Added systemd-specific CUPS restart info back to Gutenprint
Added a note in babl that generating the docs takes a long time.

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

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