Difference between revisions of "Tracker"
Chipster19 (talk | contribs) |
(→Optional) |
||
Line 31: | Line 31: | ||
* [[QDBM]] | * [[QDBM]] | ||
* [[UNAC]] | * [[UNAC]] | ||
− | * [[GStreamer]] or [[ | + | * [[GStreamer]] or [[Xine_Libraries]] (Will use a external video player as an alternative) |
* [[Gamin]] | * [[Gamin]] | ||
* [[libgsf]] | * [[libgsf]] |
Revision as of 05:43, 2 July 2009
Download Source: | http://ftp.gnome.org/pub/gnome/sources/tracker/0.7/tracker-0.7.16.tar.bz2 |
---|---|
Required Patch: | http://svn.cross-lfs.org/svn/repos/patches/tracker/tracker-0.7.16-gmime_2.4-1.patch |
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
If you have GMime 2.4, apply this patch
patch -Np1 -i ../tracker-0.7.16-gmime_2.4-1.patch
Compile the package:
./configure --prefix=/usr --sysconfdir=/etc \ --with-deskbar-applet-handler-dir=${GNOME_PREFIX}/lib/deskbar-applet/handlers && make
Install the package
make install
Multilib
32Bit
If you have GMime 2.4, apply this patch
patch -Np1 -i ../tracker-0.7.16-gmime_2.4-1.patch
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-handler-dir=${GNOME_PREFIX}/lib/deskbar-applet/handlers && make
Install the package
make install
N32
If you have GMime 2.4, apply this patch
patch -Np1 -i ../tracker-0.7.16-gmime_2.4-1.patch
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-handler-dir=${GNOME_PREFIX}/lib32/deskbar-applet/handlers && make
Install the package
make install
64Bit
If you have GMime 2.4, apply this patch
patch -Np1 -i ../tracker-0.7.16-gmime_2.4-1.patch
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-handler-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: | libtrackerclient.{a,la,so} |
Installed Directory: | /usr/lib/tracker, /usr/share/tracker |