Changeset 941e3b09


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.

Files:
1 added
5 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
  • introduction/welcome/changelog.xml

    r43ad17a r941e3b09  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[bdubbs] - Add libsoup-3.0.6. Fixes
     50          <ulink url="&blfs-ticket-root;15568">#15568</ulink>.</para>
     51        </listitem>
     52        <listitem>
    4953          <para>[bdubbs] - Update to libxkbcommon-1.4.1. Fixes
    5054          <ulink url="&blfs-ticket-root;16569">#16569</ulink>.</para>
  • networking/netlibs/libsoup.xml

    r43ad17a r941e3b09  
    8484    </itemizedlist>
    8585-->
    86 
     86<!--
    8787    <warning>
    8888      <para>
     
    9696      </para>
    9797    </warning>
    98 
     98-->
    9999    <bridgehead renderas="sect3">libsoup Dependencies</bridgehead>
    100100
  • networking/netlibs/netlibs.xml

    r43ad17a r941e3b09  
    3434  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libndp.xml"/>
    3535  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libsoup.xml"/>
     36  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libsoup3.xml"/>
    3637  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libtirpc.xml"/>
    3738  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="neon.xml"/>
  • packages.ent

    r43ad17a r941e3b09  
    658658<!ENTITY libsoup-minor                "2.74">
    659659<!ENTITY libsoup-version              "&libsoup-minor;.2">
     660<!ENTITY libsoup3-minor               "3.0">
     661<!ENTITY libsoup3-version             "&libsoup3-minor;.6">
    660662<!ENTITY libtirpc-version             "1.3.2">
    661663<!ENTITY neon-version                 "0.32.2">
Note: See TracChangeset for help on using the changeset viewer.