Tracker
From CBLFS
Jump to navigationJump to searchDownload Source: | http://ftp.gnome.org/pub/gnome/sources/tracker/0.7/tracker-0.7.16.tar.bz2 |
---|
Contents
Introduction to Tracker
Tracker is a tool designed to extract information and metadata about your personal data so that it can be searched easily and quickly.
By using Tracker, you no longer have to remember where you've left your files. To locate a file you only need to remember something about it, such as a word in the document or the artist of the song. This is because as well as searching for files in the traditional way, by name and location, Tracker searches files' contents and metadata.
Project Homepage: http://www.gnome.org/projects/tracker/
Dependencies
Required
Recommended
Optional
- Gamin
- Poppler
- Deskbar Applet
- QDBM
- UNAC
- GStreamer or Xine_Libraries (Will use a external video player as an alternative)
- Gamin
- libgsf
- Exempi
Non-Multilib
Compile the package:
./configure --prefix=/usr --sysconfdir=/etc \ --with-deskbar-applet-dir=${GNOME_PREFIX}/lib/deskbar-applet/handlers && make
Install the package
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \ ./configure --prefix=/usr --sysconfdir=/etc \ --with-deskbar-applet-dir=${GNOME_PREFIX}/lib/deskbar-applet/handlers && make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 \ ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \ --with-deskbar-applet-dir=${GNOME_PREFIX}/lib32/deskbar-applet/handlers && make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \ ./configure --prefix=/usr --libdir=/usr/lib64 --sysconfdir=/etc \ --with-deskbar-applet-dir=${GNOME_PREFIX}/lib64/deskbar-applet/handlers && make
Install the package
make install
Contents
Installed Programs: | trackerd, o3totxt, htmless, tracker-search-tool, tracker-thumbnailer, tracker-extract, tracker-files, tracker-tag, tracker-stats, tracker-meta-folder, tracker-query, tracker-search |
---|---|
Installed Libraries: | libtracker-client-0.7.{la,so}, libtracker-gtk-0.7.{la,so} |
Installed Directory: | /usr/lib/tracker, /usr/share/tracker |