Changeset 7ad1b6e


Ignore:
Timestamp:
11/23/2004 09:47:01 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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
Children:
7fada94
Parents:
52290884
Message:

Updated to libsoup-2.2.1

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netlibs/libsoup.xml

    r52290884 r7ad1b6e  
    44  %general-entities;
    55
    6   <!ENTITY libsoup-download-http "http://ftp.gnome.org/pub/gnome/sources/libsoup/1.99/libsoup-&libsoup-version;.tar.bz2">
    7   <!ENTITY libsoup-download-ftp  "ftp://ftp.gnome.org/pub/gnome/sources/libsoup/1.99/libsoup-&libsoup-version;.tar.bz2">
    8   <!ENTITY libsoup-size          "365 KB">
    9   <!ENTITY libsoup-buildsize     "13 MB">
    10   <!ENTITY libsoup-time          "0.41 SBU">
     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">
    1112]>
    1213
     
    2930<sect3><title>Package information</title>
    3031<itemizedlist spacing='compact'>
    31 <listitem><para>Download (HTTP): <ulink url="&libsoup-download-http;"/></para></listitem>
    32 <listitem><para>Download (FTP): <ulink url="&libsoup-download-ftp;"/></para></listitem>
     32<listitem><para>Download (HTTP):
     33<ulink url="&libsoup-download-http;"/></para></listitem>
     34<listitem><para>Download (FTP):
     35<ulink url="&libsoup-download-ftp;"/></para></listitem>
     36<listitem><para>Download MD5 sum: &libsoup-md5sum;</para></listitem>
    3337<listitem><para>Download size: &libsoup-size;</para></listitem>
    34 <listitem><para>Estimated Disk space required: &libsoup-buildsize;</para></listitem>
    35 <listitem><para>Estimated build time: &libsoup-time;</para></listitem></itemizedlist>
     38<listitem><para>Estimated disk space required:
     39&libsoup-buildsize;</para></listitem>
     40<listitem><para>Estimated build time:
     41&libsoup-time;</para></listitem></itemizedlist>
    3642</sect3>
    3743
    3844<sect3><title><application>libsoup</application> dependencies</title>
    3945<sect4><title>Required</title>
    40 <para>
    41 <xref linkend="GLib2"/> and
    42 <xref linkend="libxml2"/>
    43 </para></sect4>
     46<para><xref linkend="GLib2"/> and <xref linkend="libxml2"/></para>
     47</sect4>
     48
    4449<sect4><title>Optional</title>
    45 <para>
    46 <xref linkend="gtk-doc"/>,
    47 <xref linkend="docbook-utils"/> and
    48 <ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink> (which
    49 needs <ulink
    50 url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">libgpg-error</ulink>,
    51 <ulink url="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink> and
    52 <ulink
    53 url="ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/opencdk/">opencdk</ulink>,
    54 in that order.)
    55 </para></sect4>
     50<para><xref linkend="gtk-doc"/> and
     51<ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink> (which
     52needs <ulink
     53url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">libgpg-error</ulink>,
     54<ulink url="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink> and
     55<ulink
     56url="ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/opencdk/">opencdk</ulink>,
     57in that order.)</para>
     58</sect4>
    5659</sect3>
    5760
     
    6467commands:</para>
    6568
    66 <screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin &amp;&amp;
     69<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    6770make &amp;&amp;
    6871make install</command></userinput></screen>
    6972
     73<!--
    7074<note><para>Some versions of <application>GnuTLS</application> will cause the
    7175<application>libsoup</application> build to fail. You can use the following
     
    7579<screen><userinput><command>sed -i -e "s@status \&amp; GNUTLS_CERT_CORRUPTED ||@/* status \&amp; GNUTLS_CERT_CORRUPTED || */@" \
    7680    libsoup/soup-gnutls.c</command></userinput></screen>
     81 -->
    7782
    7883</sect2>
     
    8994
    9095<sect3><title>libsoup libraries</title>
    91 <para><filename class="libraryfile">libsoup</filename> libraries provide functions for
    92 asynchronous <acronym>HTTP</acronym> connections.</para></sect3>
     96<para><filename class="libraryfile">libsoup</filename> libraries provide
     97functions for asynchronous <acronym>HTTP</acronym> connections.</para>
     98</sect3>
    9399
    94100</sect2>
  • general.ent

    r52290884 r7ad1b6e  
    169169<!ENTITY wvstreams-version            "3.75.0"> 
    170170<!ENTITY gnet-version                 "2.0.5">   
    171 <!ENTITY libsoup-version              "1.99.28">
     171<!ENTITY libsoup-version              "2.2.1">
    172172                                 
    173173<!-- Chapter 17 -->               
  • gnome/core/gnome-applets.xml

    r52290884 r7ad1b6e  
    4242&gnome-applets-time;</para></listitem></itemizedlist>
    4343</sect3>
    44                                                                                
     44
    4545<sect3><title>Additional downloads</title>
    4646<itemizedlist spacing='compact'>
     
    5454<sect4><title>Required</title>
    5555<para><xref linkend="gail"/>,
    56 <xref linkend="gnome-panel"/> and
     56<xref linkend="gnome-panel"/> and 
    5757<xref linkend="libxklavier"/></para>
    5858</sect4>
     
    9999<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
    100100
    101 <para><parameter>--localstatedir=/var/lib</parameter>: This switch
     101<para><parameter>--localstatedir=/var/lib</parameter>: This switch 
    102102puts <application>ScrollKeeper</application> files in
    103103<filename class="directory">/var/lib/scrollkeeper</filename> instead of
    104104<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
    105105
    106 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
     106<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch 
    107107puts configuration files in <filename class="directory">/etc/gnome</filename>
    108108instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
     
    123123<para>The <application><acronym>GNOME</acronym> Applets</application> package
    124124contains <command>battstat</command>, <command>cdplayer</command>,
    125 <command>charpick</command>, <command>drivemount</command>,
    126 <command>geyes</command>, <command>gkb</command>,
    127 <command>gtik2</command>, <command>gweather</command>,
    128 <command>mini-commander</command>, <command>mixer</command>,
     125<command>charpick</command>, <command>drivemount</command>, 
     126<command>geyes</command>, <command>gkb</command>, 
     127<command>gtik2</command>, <command>gweather</command>, 
     128<command>mini-commander</command>, <command>mixer</command>, 
    129129<command>modemlights</command> and <command>multiload</command> applets.</para>
    130130
  • introduction/welcome/changelog.xml

    r52290884 r7ad1b6e  
    2525<listitem><para>November 23rd, 2004 [randy]: Added new package
    2626libgnomecups-0.1.13; updated to libgnomeprint-2.8.0.1, libgnomeprintui-2.8.0,
    27 GAL-2.2.3 and GtkHTML-3.2.3.</para></listitem>
     27GAL-2.2.3, GtkHTML-3.2.3 and libsoup-2.2.1.</para></listitem>
    2828
    2929<listitem><para>November 22nd, 2004 [randy]: Changed GConf dependency in
Note: See TracChangeset for help on using the changeset viewer.