Changeset 941e3b09
- Timestamp:
- 05/22/2022 08:18:33 PM (16 months ago)
- Branches:
- 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, xry111/soup3, xry111/xf86-video-removal
- Children:
- 3adca725, b63e4fc9
- Parents:
- 43ad17a
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/platform/gvfs.xml
r43ad17a r941e3b09 88 88 <xref linkend="glib2"/>, 89 89 <xref linkend="libusb"/>, and 90 <!-- Needs libsoup 3, not yet in the book91 <xref linkend="libsoup"/>, and -->92 90 <xref linkend="libsecret"/> 93 91 </para> … … 95 93 <bridgehead renderas="sect4">Recommended</bridgehead> 96 94 <para role="recommended"> 95 <xref linkend="avahi"/>, 97 96 <xref linkend="gcr"/>, 98 97 <xref linkend="gtk3"/>, … … 100 99 <xref linkend="libgdata"/>, 101 100 <xref linkend="libgudev"/>, 101 <xref linkend="libsoup3"/>, 102 102 <phrase revision="sysv"><xref linkend="elogind"/>,</phrase> 103 103 <phrase revision="systemd"><xref linkend="systemd"/>,</phrase> and … … 124 124 <ulink url="http://www.libimobiledevice.org/">libimobiledevice</ulink>, 125 125 <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>,--> 128 127 <ulink url="https://github.com/sahlberg/libnfs/">libnfs</ulink>, and 129 128 <ulink url="http://twistedmatrix.com/trac/">Twisted</ulink> … … 145 144 <screen revision='sysv'><userinput>mkdir build && 146 145 cd build && 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 149 147 meson --prefix=/usr \ 150 148 --buildtype=release \ 151 -Dhttp=false \152 149 -Dfuse=false \ 153 150 -Dgphoto2=false \ … … 158 155 -Dsmb=false \ 159 156 -Dtmpfilesdir=no \ 160 -Ddnssd=false \161 157 -Dgoa=false \ 162 158 -Dgoogle=false \ … … 166 162 <screen revision='systemd'><userinput>mkdir build && 167 163 cd build && 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 170 165 meson --prefix=/usr \ 171 166 --buildtype=release \ 172 -Dhttp=false \173 167 -Dfuse=false \ 174 168 -Dgphoto2=false \ … … 178 172 -Dmtp=false \ 179 173 -Dsmb=false \ 180 -Ddnssd=false \181 174 -Dgoa=false \ 182 175 -Dgoogle=false .. && … … 205 198 <para> 206 199 <parameter>-D<option>=false</parameter>: These switches are 207 required if the corresponding optionaldependency is not installed.200 required if the corresponding dependency is not installed. 208 201 Remove those where you have installed the corresponding application and 209 202 wish to use it with <application>Gvfs</application>. The dnssd option -
introduction/welcome/changelog.xml
r43ad17a r941e3b09 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[bdubbs] - Add libsoup-3.0.6. Fixes 50 <ulink url="&blfs-ticket-root;15568">#15568</ulink>.</para> 51 </listitem> 52 <listitem> 49 53 <para>[bdubbs] - Update to libxkbcommon-1.4.1. Fixes 50 54 <ulink url="&blfs-ticket-root;16569">#16569</ulink>.</para> -
networking/netlibs/libsoup.xml
r43ad17a r941e3b09 84 84 </itemizedlist> 85 85 --> 86 86 <!-- 87 87 <warning> 88 88 <para> … … 96 96 </para> 97 97 </warning> 98 98 --> 99 99 <bridgehead renderas="sect3">libsoup Dependencies</bridgehead> 100 100 -
networking/netlibs/netlibs.xml
r43ad17a r941e3b09 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libndp.xml"/> 35 35 <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"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libtirpc.xml"/> 37 38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="neon.xml"/> -
packages.ent
r43ad17a r941e3b09 658 658 <!ENTITY libsoup-minor "2.74"> 659 659 <!ENTITY libsoup-version "&libsoup-minor;.2"> 660 <!ENTITY libsoup3-minor "3.0"> 661 <!ENTITY libsoup3-version "&libsoup3-minor;.6"> 660 662 <!ENTITY libtirpc-version "1.3.2"> 661 663 <!ENTITY neon-version "0.32.2">
Note:
See TracChangeset
for help on using the changeset viewer.