source: gnome/platform/gvfs.xml@ f56d2e7

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
Last change on this file since f56d2e7 was f85f929, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Update to gvfs-1.50.3

  • Property mode set to 100644
File size: 7.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gvfs-download-http "&gnome-download-http;/gvfs/1.50/gvfs-&gvfs-version;.tar.xz">
8 <!ENTITY gvfs-download-ftp "&gnome-download-ftp;/gvfs/1.50/gvfs-&gvfs-version;.tar.xz">
9 <!ENTITY gvfs-md5sum "052ef17215d1ff52640713297d4d4f5e">
10 <!ENTITY gvfs-size "1.2 MB">
11 <!ENTITY gvfs-buildsize "33 MB">
12 <!ENTITY gvfs-time "0.1 SBU (using parallelism=4)">
13]>
14
15<sect1 id="gvfs" xreflabel="Gvfs-&gvfs-version;">
16 <?dbhtml filename="gvfs.html"?>
17
18
19 <title>Gvfs-&gvfs-version;</title>
20
21 <indexterm zone="gvfs">
22 <primary sortas="a-Gvfs">Gvfs</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Gvfs</title>
27
28 <para>
29 The <application>Gvfs</application> package is a userspace virtual
30 filesystem designed to work with the I/O abstractions of GLib's GIO
31 library.
32 </para>
33
34 &lfs112_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&gvfs-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&gvfs-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &gvfs-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &gvfs-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &gvfs-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &gvfs-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69<!--
70 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
71 <itemizedlist spacing="compact">
72 <listitem>
73 <para>
74 Required patch:
75 <ulink url="&patch-root;/gvfs-&gvfs-version;-fix_security_vulnerabilities-1.patch"/>
76 </para>
77 </listitem>
78 </itemizedlist>
79-->
80 <bridgehead renderas="sect3">Gvfs Dependencies</bridgehead>
81
82 <bridgehead renderas="sect4">Required</bridgehead>
83 <para role="required">
84 <xref linkend="dbus"/>,
85 <xref linkend="glib2"/>,
86 <xref linkend="libusb"/>, and
87 <xref linkend="libsecret"/>
88 </para>
89
90 <bridgehead renderas="sect4">Recommended</bridgehead>
91 <para role="recommended">
92 <xref linkend="gcr"/>,
93 <xref linkend="gtk3"/>,
94 <xref linkend="libcdio"/>,
95 <xref linkend="libgdata"/>,
96 <xref linkend="libgudev"/>,
97 <xref linkend="libsoup3"/>,
98 <phrase revision="sysv"><xref linkend="elogind"/>,</phrase>
99 <phrase revision="systemd"><xref linkend="systemd"/>,</phrase> and
100 <xref linkend="udisks2"/>
101 </para>
102
103 <bridgehead renderas="sect4">Optional</bridgehead>
104 <para role="optional">
105 <xref linkend="apache"/>,
106 <xref linkend="avahi"/>,
107 <xref linkend="bluez"/>,
108 <xref linkend="fuse3"/>,
109 <xref linkend="gnome-online-accounts"/>,
110 <xref linkend="gtk-doc"/>,
111 <xref linkend="libarchive"/>,
112 <xref linkend="libgcrypt"/>,
113 <xref linkend="libxml2"/>,
114 <xref linkend="libxslt"/>,
115 <xref linkend="openssh"/>,
116 <xref linkend="samba"/>,
117 <ulink url="http://www.videolan.org/developers/libbluray.html">libbluray</ulink>,
118 <ulink url="http://www.gphoto.org/">libgphoto2</ulink>,
119 <ulink url="http://www.libimobiledevice.org/">libimobiledevice</ulink>,
120 <ulink url="http://libmtp.sourceforge.net/">libmtp</ulink>,
121 <!--<ulink url="https://download.gnome.org/sources/libsoup/3.0/">libsoup-3</ulink>,-->
122 <ulink url="https://github.com/sahlberg/libnfs/">libnfs</ulink>, and
123 <ulink url="http://twistedmatrix.com/trac/">Twisted</ulink>
124 </para>
125
126 <para condition="html" role="usernotes">User Notes:
127 <ulink url="&blfs-wiki;/gvfs"/>
128 </para>
129 </sect2>
130
131 <sect2 role="installation">
132 <title>Installation of Gvfs</title>
133
134 <para>
135 Install <application>Gvfs</application> by running the following
136 commands:
137 </para>
138
139<screen revision='sysv'><userinput>mkdir build &amp;&amp;
140cd build &amp;&amp;
141
142meson setup \
143 --prefix=/usr \
144 --buildtype=release \
145 -Dfuse=false \
146 -Dgphoto2=false \
147 -Dafc=false \
148 -Dbluray=false \
149 -Dnfs=false \
150 -Dmtp=false \
151 -Dsmb=false \
152 -Dtmpfilesdir=no \
153 -Ddnssd=false \
154 -Dgoa=false \
155 -Dgoogle=false \
156 -Dsystemduserunitdir=no .. &amp;&amp;
157ninja</userinput></screen>
158
159<screen revision='systemd'><userinput>mkdir build &amp;&amp;
160cd build &amp;&amp;
161
162meson setup \
163 --prefix=/usr \
164 --buildtype=release \
165 -Dfuse=false \
166 -Dgphoto2=false \
167 -Dafc=false \
168 -Dbluray=false \
169 -Dnfs=false \
170 -Dmtp=false \
171 -Dsmb=false \
172 -Ddnssd=false \
173 -Dgoa=false \
174 -Dgoogle=false .. &amp;&amp;
175ninja</userinput></screen>
176
177 <para>
178 This package does not come with a test suite.
179 </para>
180
181 <para>
182 Now, as the <systemitem class="username">root</systemitem> user:
183 </para>
184
185<screen role="root"><userinput>ninja install</userinput></screen>
186
187 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
188 href="../../xincludes/gsettings-destdir.xml"/>
189 </sect2>
190
191 <sect2 role="commands">
192 <title>Command Explanations</title>
193
194 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
195 href="../../xincludes/meson-buildtype-release.xml"/>
196
197 <para>
198 <parameter>-D&lt;option&gt;=false</parameter>: These switches are
199 required if the corresponding dependency is not installed.
200 Remove those where you have installed the corresponding application and
201 wish to use it with <application>Gvfs</application>. The dnssd option
202 requires avahi and both goa and google require GNOME Online Accounts.
203 The google option also requires libgdata.
204 </para>
205
206 <para revision="sysv">
207 <parameter>-Dtmpfilesdir=no -Dsystemduserunitdir=no</parameter>: These
208 switches provide systemd directory locations. Setting them to
209 <quote>no</quote> disables the dependency on systemd and logind.
210 </para>
211
212 <para>
213 <option>-Dcdda=false</option>: This switch is required if libcdio is not
214 installed. The cdda backend is useless on machines without a CDROM/DVD
215 drive.
216 </para>
217
218 </sect2>
219
220 <sect2 role="content">
221 <title>Contents</title>
222
223 <segmentedlist>
224 <segtitle>Installed Programs</segtitle>
225 <segtitle>Installed Library</segtitle>
226 <segtitle>Installed Directories</segtitle>
227
228 <seglistitem>
229 <seg>
230 None
231 </seg>
232 <seg>
233 libgvfscommon.so,
234 libgvfsdaemon.so and
235 some under /usr/lib/gio/modules/
236 </seg>
237 <seg>
238 /usr/include/gvfs-client and
239 /usr/{lib,share}/gvfs
240 </seg>
241 </seglistitem>
242 </segmentedlist>
243
244 <variablelist>
245 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
246 <?dbfo list-presentation="list"?>
247 <?dbhtml list-presentation="table"?>
248
249 <varlistentry id="libgvfscommon">
250 <term><filename class="libraryfile">libgvfscommon.so</filename></term>
251 <listitem>
252 <para>
253 contains the common API functions used in
254 <application>Gvfs</application> programs
255 </para>
256 <indexterm zone="gvfs libgvfscommon">
257 <primary sortas="c-libgvfscommon">libgvfscommon.so</primary>
258 </indexterm>
259 </listitem>
260 </varlistentry>
261
262 </variablelist>
263
264 </sect2>
265
266</sect1>
Note: See TracBrowser for help on using the repository browser.