Ignore:
Timestamp:
08/27/2021 04:18:52 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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
Children:
533c62f
Parents:
d06644b
Message:

Update to libsoup-2.74.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libsoup.xml

    rd06644b r296dce9  
    99  <!ENTITY libsoup-download-ftp
    1010           "&gnome-download-ftp;/libsoup/2.72/libsoup-&libsoup-version;.tar.xz">
    11   <!ENTITY libsoup-md5sum        "859380b76b51fb55d720daea3c76c945">
     11  <!ENTITY libsoup-md5sum        "076f7ceeb73ebae2cc55a4c2877f6926">
    1212  <!ENTITY libsoup-size          "1.4 MB">
    13   <!ENTITY libsoup-buildsize     "24 MB (with tests)">
    14   <!ENTITY libsoup-time          "0.3 SBU (Using parallelism=4; with tests)">
     13  <!ENTITY libsoup-buildsize     "15 MB (with tests)">
     14  <!ENTITY libsoup-time          "0.2 SBU (Using parallelism=4; with tests)">
    1515]>
    1616
     
    3838    </para>
    3939
    40     &lfs110_checked;
     40    &lfs110a_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7373      </listitem>
    7474    </itemizedlist>
    75 
     75<!--
    7676    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7777    <itemizedlist spacing="compact">
     
    8383      </listitem>
    8484    </itemizedlist>
    85 
     85-->
    8686    <bridgehead renderas="sect3">libsoup Dependencies</bridgehead>
    8787
     
    106106      <xref linkend="brotli"/>,
    107107      <xref linkend="curl"/> (required to run the test suite),
     108      <xref linkend="sysprof"/> (for profiling),
    108109      <xref linkend="mitkrb"/> (required to run the test suite),
    109110      <xref linkend="gtk-doc"/>,
    110       <xref linkend="php"/> compiled with XMLRPC-EPI <!-- It seems that XMLRPC is part of PHP 5.4.10 -->
     111         <!-- It seems that XMLRPC is part of PHP 5.4.10 -->
     112      <xref linkend="php"/> compiled with XMLRPC-EPI
    111113      support (only used for the XMLRPC regression tests), and
    112114      <xref linkend="samba"/> (ntlm_auth is required to run the test suite)
     
    120122  <sect2 role="installation">
    121123    <title>Installation of libsoup</title>
    122 
     124<!--
    123125    <para>
    124126      First, fix a problem in the testsuite caused by
     
    127129
    128130<screen><userinput remap="pre">patch -Np1 -i ../libsoup-&libsoup-version;-testsuite_fix-1.patch</userinput></screen>
    129 
     131-->
    130132    <para>
    131133      Install <application>libsoup</application> by running the following
     
    139141      --buildtype=release \
    140142      -Dvapi=enabled      \
    141       -Dgssapi=disabled   .. &amp;&amp;
     143      -Dgssapi=disabled   \
     144      -Dsysprof=disabled  \
     145      ..                  &amp;&amp;
    142146ninja</userinput></screen>
    143147
     
    174178      <parameter>-Dgssapi=disabled</parameter>: libsoup defaults to building with GSSAPI support,
    175179      which requires Kerberos (as does the test suite). If you are building GNOME or
    176       have kerberos installed, remove this switch.
     180      have kerberos installed, remove this option.
     181    </para>
     182
     183    <para>
     184      <parameter>-Dsysprof=disabled</parameter>: libsoup will automatically download
     185      a git version of <xref linkend="sysprof"/> if git is available or use the installed
     186      version if available.  If you need profiling, remove this option.
    177187    </para>
    178188
Note: See TracChangeset for help on using the changeset viewer.