Changeset 790d9dfd


Ignore:
Timestamp:
08/14/2018 05:08:52 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.3, 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:
f7305f45
Parents:
6b601a7b
Message:

Update to libsoup-2.62.3
Fix various build problems related to meson/ninja commands
Add a comment to libglade about the possibility of functionality being broken

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libgusb.xml

    r6b601a7b r790d9dfd  
    105105cd    build &amp;&amp;
    106106
    107 meson --prefix=/usr &amp;&amp;
     107meson --prefix=/usr -Ddocs=false .. &amp;&amp;
    108108ninja</userinput></screen>
    109109
     
    123123
    124124    <para>
    125       <option>-Ddocs=false</option>: Add this option if
    126       <application>gtk-doc</application> has not been installed.
     125      <option>-Ddocs=true</option>: Use this option if
     126      <application>GTK-Doc</application> is installed and you wish to install
     127      the documentation.
    127128    </para>
    128129
  • general/prog/dbus-python.xml

    r6b601a7b r790d9dfd  
    7777      <para role="optional">
    7878        <xref linkend="python2"/> and
    79         <ulink url="https://pypi.python.org/pypi/tap.py/">tap.pyi</ulink>
     79        <ulink url="https://pypi.python.org/pypi/tap.py/">tap.py</ulink>
    8080           (required for tests)
    8181      </para>
  • introduction/welcome/changelog.xml

    r6b601a7b r790d9dfd  
    4545      <para>August 14th, 2018</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to libsoup-2.62.3. Fixes
     49          <ulink url="&blfs-ticket-root;11006">#11006</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[renodr] - Update to pango-1.42.3. Fixes
  • networking/netlibs/glib-networking.xml

    r6b601a7b r790d9dfd  
    111111meson --prefix=/usr            \
    112112      -Dlibproxy_support=false \
    113       -Dca_certificates_path=/etc/ssl/ca-bundle.crt &amp;&amp;
     113      -Dca_certificates_path=/etc/ssl/ca-bundle.crt .. &amp;&amp;
    114114ninja</userinput></screen>
    115115
  • networking/netlibs/libsoup.xml

    r6b601a7b r790d9dfd  
    99  <!ENTITY libsoup-download-ftp
    1010           "&gnome-download-ftp;/libsoup/2.62/libsoup-&libsoup-version;.tar.xz">
    11   <!ENTITY libsoup-md5sum        "eaf99b04ac8968ed2b26f2509ba75584">
     11  <!ENTITY libsoup-md5sum        "dfbf30af5fb6190bfafc5aa6abcc9dce">
    1212  <!ENTITY libsoup-size          "1.8 MB">
    13   <!ENTITY libsoup-buildsize     "39 MB (with tests)">
    14   <!ENTITY libsoup-time          "0.5 SBU (using parallelism=4 and with tests)">
     13  <!ENTITY libsoup-buildsize     "32 MB (with tests)">
     14  <!ENTITY libsoup-time          "0.3 SBU">
    1515]>
    1616
  • packages.ent

    r6b601a7b r790d9dfd  
    476476<!ENTITY libndp-version               "1.7">
    477477<!ENTITY libproxy-version             "0.4.7">
    478 <!ENTITY libsoup-version              "2.62.2">
     478<!ENTITY libsoup-version              "2.62.3">
    479479<!ENTITY libtirpc-version             "1.0.3">
    480480<!ENTITY neon-version                 "0.30.2">
  • x/lib/at-spi2-core.xml

    r6b601a7b r790d9dfd  
    117117      A session bus address, normally available in an Xorg terminal,
    118118      is necessary to run the tests. To test the results,
    119       issue: <command>make check</command>.
     119      issue: <command>ninja test</command>. One test, "memory", is known to
     120      fail under an LFS environment.
    120121    </para>
    121122
  • x/lib/libglade.xml

    r6b601a7b r790d9dfd  
    8585    <para>To test the results, issue: <command>make check</command>.
    8686    One of the tests, test-convert, is known to fail.</para>
     87    <!-- on this build run (2018-08-14), the tests skipped. Need to see if
     88         there are any functionality issues later. -->
    8789
    8890    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.