Changeset 73a555a


Ignore:
Timestamp:
12/13/2022 02:11:44 AM (17 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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, xry111/llvm18, xry111/xf86-video-removal
Children:
48771ae
Parents:
adeafd6
Message:

Update to libsoup3-3.2.2

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    radeafd6 r73a555a  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[renodr] - Update to libsoup-3.2.2. Fixes
     46          <ulink url="&blfs-ticket-root;17031">#17031</ulink>.</para>
     47        </listitem>
     48        <listitem>
    4549          <para>[renodr] - Update to libadwaita-1.2.0. Fixes
    4650          <ulink url="&blfs-ticket-root;17032">17032</ulink>.</para>
  • networking/netlibs/libsoup3.xml

    radeafd6 r73a555a  
    99  <!ENTITY libsoup3-download-ftp
    1010           "&gnome-download-ftp;/libsoup/&libsoup3-minor;/libsoup-&libsoup3-version;.tar.xz">
    11   <!ENTITY libsoup3-md5sum        "312a456caf0526bcb8d8b338a3ebb2ed">
     11  <!ENTITY libsoup3-md5sum        "33902089d52f862d6b39680dd4c4e3aa">
    1212  <!ENTITY libsoup3-size          "1.5 MB">
    13   <!ENTITY libsoup3-buildsize     "19 MB (with tests)">
     13  <!ENTITY libsoup3-buildsize     "24 MB (with tests)">
    1414  <!ENTITY libsoup3-time          "0.3 SBU (Using parallelism=4; with tests)">
    1515]>
     
    9595      <xref linkend="sysprof"/> (for profiling),
    9696      <xref linkend="mitkrb"/> (required to run the test suite),
    97       <xref linkend="gtk-doc"/>,
     97      <!--<xref linkend="gtk-doc"/>,-->
    9898         <!-- It seems that XMLRPC is part of PHP 5.4.10 -->
    9999      <xref linkend="php"/> compiled with XMLRPC-EPI
    100       support (only used for the XMLRPC regression tests), and
    101       <xref linkend="samba"/> (ntlm_auth is required to run the test suite)
     100      support (only used for the XMLRPC regression tests),
     101      <xref linkend="samba"/> (ntlm_auth is required to run the test suite), and
     102      <ulink url="https://gnome.pages.gitlab.gnome.org/gi-docgen/">gi-docgen</ulink>
    102103    </para>
    103104
     
    118119cd    build &amp;&amp;
    119120
    120 meson --prefix=/usr       \
    121       --buildtype=release \
    122       -Dvapi=enabled      \
    123       -Dgssapi=disabled   \
    124       -Dsysprof=disabled  \
    125       ..                  &amp;&amp;
     121meson --prefix=/usr          \
     122      --buildtype=release    \
     123      -Dvapi=enabled         \
     124      -Dgssapi=disabled      \
     125      -Dsysprof=disabled     \
     126      --wrap-mode=nofallback \
     127      ..                     &amp;&amp;
    126128ninja</userinput></screen>
    127129
     
    143145    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    144146      href="../../xincludes/meson-buildtype-release.xml"/>
     147
     148    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     149      href="../../xincludes/meson-wrap-nofallback.xml"/>
    145150
    146151    <para>
     
    151156
    152157    <para>
    153       <option>-Ddoc=enabled</option>: Use this option if you want to build
    154       the documentation. Note that you must have <xref linkend="gtk-doc"/> installed.
     158      <option>-Ddocs=enabled</option>: Use this option if you want to build
     159      the documentation. Note that you must have
     160      <ulink url="https://gnome.pages.gitlab.gnome.org/gi-docgen/">gi-docgen</ulink> installed.
    155161    </para>
    156162
     
    185191        <seg>
    186192          /usr/include/libsoup-3.0,
    187           /usr/share/gtk-doc/html/libsoup-3.0 (only installed if -Ddoc=true is passed)
     193          /usr/share/gtk-doc/html/libsoup-3.0 (only installed if -Ddocs=enabled is passed)
    188194        </seg>
    189195      </seglistitem>
  • packages.ent

    radeafd6 r73a555a  
    583583<!ENTITY libsoup-minor                "2.74">
    584584<!ENTITY libsoup-version              "&libsoup-minor;.3">
    585 <!ENTITY libsoup3-minor               "3.0">
    586 <!ENTITY libsoup3-version             "&libsoup3-minor;.8">
     585<!ENTITY libsoup3-minor               "3.2">
     586<!ENTITY libsoup3-version             "&libsoup3-minor;.2">
    587587<!ENTITY libtirpc-version             "1.3.3">
    588588<!ENTITY neon-version                 "0.32.4">
Note: See TracChangeset for help on using the changeset viewer.