Ignore:
Timestamp:
05/22/2022 08:18:33 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
3adca725, b63e4fc9
Parents:
43ad17a
Message:

Add libsoup-3.0.6.

libsoup3 should be OK now. There have not been any issues discovered
as of the date of this commit.

gvfs is also changed to add back http. Also avahi is now recommended.
avahi can be removed by adding -Ddnssd=false but that requires a patch.

https://gitlab.gnome.org/GNOME/gvfs/-/issues/621

This has been fixed upstream.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gvfs.xml

    r43ad17a r941e3b09  
    8888      <xref linkend="glib2"/>,
    8989      <xref linkend="libusb"/>, and
    90 <!--  Needs libsoup 3, not yet in the book
    91       <xref linkend="libsoup"/>, and -->
    9290      <xref linkend="libsecret"/>
    9391    </para>
     
    9593    <bridgehead renderas="sect4">Recommended</bridgehead>
    9694    <para role="recommended">
     95      <xref linkend="avahi"/>,
    9796      <xref linkend="gcr"/>,
    9897      <xref linkend="gtk3"/>,
     
    10099      <xref linkend="libgdata"/>,
    101100      <xref linkend="libgudev"/>,
     101      <xref linkend="libsoup3"/>,
    102102      <phrase revision="sysv"><xref linkend="elogind"/>,</phrase>
    103103      <phrase revision="systemd"><xref linkend="systemd"/>,</phrase> and
     
    124124      <ulink url="http://www.libimobiledevice.org/">libimobiledevice</ulink>,
    125125      <ulink url="http://libmtp.sourceforge.net/">libmtp</ulink>,
    126       <!-- temporary until we put libsoup-3 into the book -->
    127       <ulink url="https://download.gnome.org/sources/libsoup/3.0/">libsoup-3</ulink>,
     126      <!--<ulink url="https://download.gnome.org/sources/libsoup/3.0/">libsoup-3</ulink>,-->
    128127      <ulink url="https://github.com/sahlberg/libnfs/">libnfs</ulink>, and
    129128      <ulink url="http://twistedmatrix.com/trac/">Twisted</ulink>
     
    145144<screen revision='sysv'><userinput>mkdir build &amp;&amp;
    146145cd    build &amp;&amp;
    147 <!-- The -Dhttp=false is a workaround because we do not put libsoup-3
    148      in the book yet. Remove when libsoup-3 is in the book. -->
     146
    149147meson --prefix=/usr       \
    150148      --buildtype=release \
    151       -Dhttp=false        \
    152149      -Dfuse=false        \
    153150      -Dgphoto2=false     \
     
    158155      -Dsmb=false         \
    159156      -Dtmpfilesdir=no    \
    160       -Ddnssd=false       \
    161157      -Dgoa=false         \
    162158      -Dgoogle=false      \
     
    166162<screen revision='systemd'><userinput>mkdir build &amp;&amp;
    167163cd    build &amp;&amp;
    168 <!-- The -Dhttp=false is a workaround because we do not put libsoup-3
    169      in the book yet. Remove when libsoup-3 is in the book. -->
     164
    170165meson --prefix=/usr       \
    171166      --buildtype=release \
    172       -Dhttp=false        \
    173167      -Dfuse=false        \
    174168      -Dgphoto2=false     \
     
    178172      -Dmtp=false         \
    179173      -Dsmb=false         \
    180       -Ddnssd=false       \
    181174      -Dgoa=false         \
    182175      -Dgoogle=false      .. &amp;&amp;
     
    205198    <para>
    206199      <parameter>-D&lt;option&gt;=false</parameter>: These switches are
    207       required if the corresponding optional dependency is not installed.
     200      required if the corresponding dependency is not installed.
    208201      Remove those where you have installed the corresponding application and
    209202      wish to use it with <application>Gvfs</application>. The dnssd option
Note: See TracChangeset for help on using the changeset viewer.