Difference between revisions of "GNOME Virtual File System"
From CBLFS
Jump to navigationJump to searchLine 34: | Line 34: | ||
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ | ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ | ||
--libexecdir=${GNOME_PREFIX}/lib/gnome-vfs-2.0 \ | --libexecdir=${GNOME_PREFIX}/lib/gnome-vfs-2.0 \ | ||
− | --enable-cdda && | + | --enable-cdda --with-dbus-service-dir=/usr/share/dbus-1/services && |
make | make | ||
Line 51: | Line 51: | ||
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ | ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ | ||
--libexecdir=${GNOME_PREFIX}/lib/gnome-vfs-2.0 \ | --libexecdir=${GNOME_PREFIX}/lib/gnome-vfs-2.0 \ | ||
− | --enable-cdda && | + | --enable-cdda --with-dbus-service-dir=/usr/share/dbus-1/services && |
make | make | ||
Line 66: | Line 66: | ||
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ | ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ | ||
--libexecdir=${GNOME_PREFIX}/lib32/gnome-vfs-2.0 \ | --libexecdir=${GNOME_PREFIX}/lib32/gnome-vfs-2.0 \ | ||
− | --libdir=/usr/lib32 --enable-cdda && | + | --libdir=/usr/lib32 --enable-cdda \ |
+ | --with-dbus-service-dir=/usr/share/dbus-1/services && | ||
make | make | ||
Line 81: | Line 82: | ||
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ | ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ | ||
--libexecdir=${GNOME_PREFIX}/lib64/gnome-vfs-2.0 \ | --libexecdir=${GNOME_PREFIX}/lib64/gnome-vfs-2.0 \ | ||
− | --libdir=${GNOME_PREFIX}/lib64 --enable-cdda && | + | --libdir=${GNOME_PREFIX}/lib64 --enable-cdda \ |
+ | --with-dbus-service-dir=/usr/share/dbus-1/services && | ||
make | make | ||
Revision as of 14:01, 21 October 2006
Download Source: | http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.16/gnome-vfs-2.16.1.tar.bz2 |
---|
Contents
Dependencies
Required
Optional
- Samba
- CDParanoia-III
- Gamin
- HAL
- Gtk-Doc
- intltool
- OpenSSH
- OpenSSL
- GnuTLS
- MIT krb5 or Heimdal
- OpenAFS
- Avahi
Non-Multilib
Compile the package:
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ --libexecdir=${GNOME_PREFIX}/lib/gnome-vfs-2.0 \ --enable-cdda --with-dbus-service-dir=/usr/share/dbus-1/services && make
Install the package
make install && ln -sfv ${GNOME_PREFIX}/lib/gnome-vfs-2.0 /usr/lib
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \ ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ --libexecdir=${GNOME_PREFIX}/lib/gnome-vfs-2.0 \ --enable-cdda --with-dbus-service-dir=/usr/share/dbus-1/services && make
Install the package
make install && ln -sfv ${GNOME_PREFIX}/lib/gnome-vfs-2.0 /usr/lib
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 \ ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ --libexecdir=${GNOME_PREFIX}/lib32/gnome-vfs-2.0 \ --libdir=/usr/lib32 --enable-cdda \ --with-dbus-service-dir=/usr/share/dbus-1/services && make
Install the package
make install && ln -sfv ${GNOME_PREFIX}/lib32/gnome-vfs-2.0 /usr/lib32
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \ ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ --libexecdir=${GNOME_PREFIX}/lib64/gnome-vfs-2.0 \ --libdir=${GNOME_PREFIX}/lib64 --enable-cdda \ --with-dbus-service-dir=/usr/share/dbus-1/services && make
Install the package
make install && ln -sfv ${GNOME_PREFIX}/lib64/gnome-vfs-2.0 /usr/lib64