Gvfs

From CBLFS
Revision as of 18:21, 10 October 2008 by Jciccone (talk | contribs) (Optional)
Jump to navigationJump to search
Download Source: http://ftp.gnome.org/pub/gnome/sources/gvfs/1.7/gvfs-1.7.0.tar.bz2

Introduction to Gvfs

This is the GNOME Virtual Filesystem Layer. It replaces the deprecated GNOME VFS package from earlier releases.

Project Homepage: http://www.gnome.org

Dependencies

Required

Optional

Non-Multilib

Compile the package:

./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc \
     --libexecdir=${GNOME_PREFIX}/lib/gvfs &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc \
--libexecdir=${GNOME_PREFIX}/lib/gvfs &&
make

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc \
    --libdir=${GNOME_PREFIX}/lib32 --libexecdir=${GNOME_PREFIX}/lib32/gvfs \
    --with-samba-libs=/usr/lib32 &&
make

Install the package:

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc \
    --libdir=${GNOME_PREFIX}/lib64 --libexecdir=${GNOME_PREFIX}/lib64/gvfs \
    --with-samba-libs=/usr/lib64 &&
make

Install the package:

make install

Configuring

Contents

Installed Directories: None
Installed Programs: gvfs-cat, gvfs-copy, gvfs-info, gvfs-less, gvfs-ls, gvfs-mkdir, gvfs-monitor-dir, gvfs-monitor-file, gvfs-mount, gvfs-move, gvfs-open, gvfs-rename, gvfs-rm, gvfs-save, gvfs-trash, gvfs-tree
Installed Libraries: libgvfscommon, libgiogconf, libgiohal-volume-monitor, libgvfsdbus