gnome-base/gvfs/metadata.xml
changeset 186 20faeb6bdaed
equal deleted inserted replaced
185:b4a54a5d881d 186:20faeb6bdaed
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
       
     3 <pkgmetadata>
       
     4 <herd>gnome</herd>
       
     5 <longdescription lang="en">
       
     6 gvfs is a userspace virtual filesystem designed to work with the i/o
       
     7 abstractions of gio (a library availible in glib >= 2.15.1). It
       
     8 installs several modules that are automatically used by applications
       
     9 using the APIs of libgio. There is also fuse support that allows
       
    10 applications not using gio to access the gvfs filesystems.
       
    11 </longdescription>
       
    12 <use>
       
    13 	<flag name='afp'>Enables support for accessing AFP (Apple Filing Protocol) network shares</flag>
       
    14 	<flag name='archive'>Enables support for accessing files in archives transparently via <pkg>app-arch/libarchive</pkg></flag>
       
    15 	<flag name='bluray'>Enable playback of Blu-ray filesystems using <pkg>media-libs/libbluray</pkg></flag>
       
    16 	<flag name='fuse'>Enables fuse mount points in $HOME/.gvfs for legacy application access</flag>
       
    17 	<flag name='gnome-online-accounts'>Enable configuration panel for <pkg>net-libs/gnome-online-accounts</pkg> accounts</flag>
       
    18 	<flag name='http'>Enable the HTTP/DAV backend using <pkg>net-libs/libsoup-gnome</pkg></flag>
       
    19 	<flag name="nfs">Enable NFS client support via <pkg>net-fs/libnfs</pkg>.</flag>
       
    20 	<flag name='udev'>Enable udev base replacement code for cdda feature</flag>
       
    21 </use>
       
    22 </pkgmetadata>