summaryrefslogtreecommitdiff
blob: 56469d00eb31f33f2b4b2f175e247b8df52d8b51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>gnome</herd>
<longdescription lang="en">
gvfs is a userspace virtual filesystem designed to work with the i/o
abstractions of gio (a library availible in glib >= 2.15.1). It
installs several modules that are automatically used by applications
using the APIs of libgio. There is also fuse support that allows
applications not using gio to access the gvfs filesystems.
</longdescription>
<use>
	<flag name='archive'>Enables support for accessing files in archives
		transparently via <pkg>app-arch/libarchive</pkg></flag>
	<flag name='fuse'>Enables fuse mount points in $HOME/.gvfs for legacy
		application access</flag>
	<flag name="gdu">Enable <pkg>sys-apps/gnome-disk-utility</pkg> integration</flag>
	<flag name="hal">Enable obsolete <pkg>sys-apps/hal</pkg> support</flag>
	<flag name="http">Enable the HTTP/DAV backend using <pkg>net-libs/libsoup-gnome</pkg></flag>
	<flag name="ios">Enable iOS support</flag>
	<flag name="udev">Enable udev base replacement code for cdda feature</flag>
</use>
</pkgmetadata>