Ignore:
Timestamp:
09/06/2018 10:54:04 PM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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
Children:
f3e3b83
Parents:
864abc6
Message:

Add libpsl
Update to libsoup-2.64.0
Update to glib-networking-2.58.0
Add text to cURL regarding test issues with valgrind
Add GNOME-3.30 entity
Typo fix in template

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libsoup.xml

    r864abc6 r1ad3510e  
    66
    77  <!ENTITY libsoup-download-http
    8            "&gnome-download-http;/libsoup/2.62/libsoup-&libsoup-version;.tar.xz">
     8           "&gnome-download-http;/libsoup/2.64/libsoup-&libsoup-version;.tar.xz">
    99  <!ENTITY libsoup-download-ftp
    10            "&gnome-download-ftp;/libsoup/2.62/libsoup-&libsoup-version;.tar.xz">
    11   <!ENTITY libsoup-md5sum        "dfbf30af5fb6190bfafc5aa6abcc9dce">
    12   <!ENTITY libsoup-size          "1.8 MB">
    13   <!ENTITY libsoup-buildsize     "32 MB (with tests)">
    14   <!ENTITY libsoup-time          "0.3 SBU">
     10           "&gnome-download-ftp;/libsoup/2.64/libsoup-&libsoup-version;.tar.xz">
     11  <!ENTITY libsoup-md5sum        "75bf3cb20d5c045922140c5e01b10696">
     12  <!ENTITY libsoup-size          "1.7 MB">
     13  <!ENTITY libsoup-buildsize     "27 MB (with tests)">
     14  <!ENTITY libsoup-time          "0.3 SBU (with tests)">
    1515]>
    1616
     
    8080    <para role="required">
    8181      <xref linkend="glib-networking"/>,
     82      <xref linkend="libpsl"/>,
    8283      <xref linkend="libxml2"/> and
    8384      <xref linkend="sqlite"/>
     
    114115    </para>
    115116
    116 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    117 make</userinput></screen>
    118 
    119     <para>
    120       To test the results, issue: <command>make check</command>.
     117<screen><userinput>mkdir build &amp;&amp;
     118cd build &amp;&amp;
     119
     120meson --prefix=/usr -Dvapi=true .. &amp;&amp;
     121ninja</userinput></screen>
     122
     123    <para>
     124      To test the results, issue: <command>ninja test</command>.
    121125    </para>
    122126
     
    125129    </para>
    126130
    127 <screen role="root"><userinput>make install</userinput></screen>
     131<screen role="root"><userinput>ninja install</userinput></screen>
    128132
    129133  </sect2>
     
    132136    <title>Command Explanations</title>
    133137
    134     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    135       href="../../xincludes/static-libraries.xml"/>
    136 
    137     <para>
    138       <option>--disable-vala</option>: use this if you have not installed
     138    <para>
     139      <option>-Dvapi=false</option>: use this if you have not installed
    139140      <application>Vala</application>, e.g. because you are not building
    140141      <application>GNOME</application>.
    141142    </para>
    142143
     144<!--
    143145    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    144146      href="../../xincludes/gtk-doc-rebuild.xml"/>
     147-->
     148
     149    <para>
     150      <option>-Ddoc=true</option>: Use this option if you want to build
     151      the documentation. Note that you must have <xref linkend="gtk-doc"/> installed.
     152    </para>
    145153
    146154  </sect2>
     
    164172          /usr/include/libsoup-2.4,
    165173          /usr/include/libsoup-gnome-2.4 and
    166           /usr/share/gtk-doc/html/libsoup-2.4
     174          /usr/share/gtk-doc/html/libsoup-2.4 <!-- only installed if -Ddoc=true is
     175          passed. -->
    167176        </seg>
    168177      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.