%general-entities; ]> $LastChangedBy$ $Date$ Tracker-&tracker-version; tracker Introduction to Tracker Tracker is a semantic data storage for desktop and mobile devices. &lfs76_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &tracker-md5sum; Download size: &tracker-size; Estimated disk space required: &tracker-buildsize; Estimated build time: &tracker-time; Tracker Dependencies Required , , , and Recommended , , , , , , , , , , , , , and Optional , , , , (requires Dia and Graphviz), , , , Enca, GuPNP-DLNA, libcue, libgrss, libgxps, libiptcdata, libosinfo, and libunistring User Notes: Installation of Tracker First, fix building with recent versions of Giflib: sed -i "/DGifCloseFile/s:gifFile:&, NULL:g" src/tracker-extract/tracker-extract-gif.c Install Tracker by running the following commands: ./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-static \ --disable-unit-tests \ --disable-miner-evolution \ --disable-miner-firefox \ --disable-miner-thunderbird && make This package does not have a working testsuite. Now, as the root user: make install Command Explanations --disable-unit-tests: This switch prevents unit tests from being installed. --disable-miner-*: These miners have been reported to cause problems, so we turn them off. Additionally, the Evolution miner doesn't build with latest version of Evolution. : Use this switch if you have installed and wish to build the Tracker extractor for FLAC metadata. : Use this switch if you have installed and wish to build the Tracker extractor for OGG metadata. Contents Installed Programs Installed Libraries Installed Directories tracker-control, tracker-import, tracker-info, tracker-needle, tracker-preferences, tracker-search, tracker-sparql, tracker-stats, and tracker-tag libtracker-control-1.0.so, libtracker-miner-1.0.so, libtracker-sparql-1.0.so, and libnautilus-tracker-tags.so (Nautilus Extension) /usr/include/tracker-1.0, /usr/lib/tracker-1.0, /usr/share/gtk-doc/html/libtracker-{control,miner,sparql}, and /usr/share/tracker Short Descriptions tracker-control manages and checks status of all Tracker processes and data. tracker-control tracker-import allows data to be imported to the database by providing files with Turtle content. tracker-import tracker-info asks for all the known metadata available for the given file. tracker-info tracker-needle is a graphical front end for Tracker which has similar features to tracker-search tracker-needle tracker-preferences is a graphical configuration front end for the tracker-miner-fs. tracker-preferences tracker-search searches all indexed content for an expression. tracker-search tracker-sparql allows the caller to run an RDF query on the database. tracker-sparql tracker-stats returns statistics based on the ontology classes outlined in the Nepomuk ontology specification. tracker-stats tracker-tag allows the caller add tags, remove tags and list tags by URN or to list all tags and the files associated with them. tracker-tag libtracker-control-1.0.so contains functions required to monitor/control Tracker miners. libtracker-control-1.0.so libtracker-miner-1.0.so contains functions required to develop Tracker data miners. libtracker-miner-1.0.so libtracker-sparql-1.0.so contains functions for performing SPARQL queries and updates in the Tracker Store. libtracker-sparql-1.0.so