source: archive/gnome/tracker.xml@ 48b59802

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 48b59802 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 11.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY tracker-download-http "&gnome-download-http;/tracker/0.14/tracker-&tracker-version;.tar.xz">
8 <!ENTITY tracker-download-ftp "&gnome-download-ftp;/tracker/0.14/tracker-&tracker-version;.tar.xz">
9 <!ENTITY tracker-md5sum "f3a871beeebf86fd752863ebd22af9ac">
10 <!ENTITY tracker-size "5.8 MB">
11 <!ENTITY tracker-buildsize "105 MB">
12 <!ENTITY tracker-time "1.5 SBU">
13]>
14
15<sect1 id="tracker" xreflabel="Tracker-&tracker-version;">
16 <?dbhtml filename="tracker.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Tracker-&tracker-version;</title>
23
24 <indexterm zone="tracker">
25 <primary sortas="a-tracker">tracker</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Tracker</title>
30
31 <para>
32 <application>Tracker</application> is a semantic data storage for desktop
33 and mobile devices.
34 </para>
35
36 &lfs70_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&tracker-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&tracker-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &tracker-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &tracker-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &tracker-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &tracker-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">Tracker Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="gtk3"/>,
77 <xref linkend="gstreamer"/>,
78 <xref linkend="icu"/>,
79 <xref linkend="intltool"/>,
80 <xref linkend="libgee"/>,
81 <xref linkend="librest"/>,
82 <xref linkend="poppler"/>,
83 <xref linkend="sqlite"/> and
84 <xref linkend="vala"/>
85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="gnome-panel"/>,
90 <xref linkend="gobject-introspection"/>,
91 <xref linkend="libgnome-keyring"/>,
92 <xref linkend="libgsf"/>,
93 <xref linkend="nautilus"/>,
94 <xref linkend="NetworkManager"/>,
95 <xref linkend="totem-pl-parser"/> and
96 <xref linkend="upower"/>
97 </para>
98
99 <bridgehead renderas="sect4">Optional</bridgehead>
100 <para role="optional">
101 <ulink url="http://cihar.com/software/enca/">Enca</ulink>,
102 <xref linkend="evolution"/>,
103 <xref linkend="exempi"/>,
104 <xref linkend="giflib"/>,
105 <xref linkend="gtk-doc"/> (requires dia and Graphviz),
106 <ulink url="http://sourceforge.net/projects/libcue/">libcue</ulink>,
107 <xref linkend="libexif"/>,
108 <ulink url="http://libiptcdata.sourceforge.net/">libiptcdata</ulink>,
109 <xref linkend="libosinfo"/> and
110 <xref linkend="taglib"/>
111 </para>
112
113 <para condition="html" role="usernotes">User Notes:
114 <ulink url="&blfs-wiki;/tracker"/>
115 </para>
116 </sect2>
117
118 <sect2 role="installation">
119 <title>Installation of Tracker</title>
120
121 <para>
122 Install <application>Tracker</application> by running the following
123 commands:
124 </para>
125
126<screen><userinput>./configure --prefix=/usr \
127 --sysconfdir=/etc \
128 --libexecdir=/usr/lib/tracker-0.14 \
129 --disable-miner-firefox \
130 --disable-miner-thunderbird &amp;&amp;
131make</userinput></screen>
132
133 <para>
134 This package does not have a working testsuite.
135 </para>
136
137 <para>
138 Now, as the <systemitem class="username">root</systemitem> user:
139 </para>
140
141<screen role="root"><userinput>make install</userinput></screen>
142
143 </sect2>
144
145 <sect2 role="commands">
146 <title>Command Explanations</title>
147
148 <para>
149 <parameter>--libexecdir=/usr/lib/tracker-0.14</parameter>: This
150 parameter is used so that the helper programs are installed in
151 <filename class="directory">/usr/lib/tracker-0.14</filename>
152 instead of <filename class="directory">/usr/libexec</filename>.
153 </para>
154
155 <para>
156 <option>--disable-miner-*</option>: These miners have been
157 reported to cause problems, so we turn them off.
158 </para>
159
160 </sect2>
161
162 <sect2 role="configuration">
163 <title>Configuring tracker</title>
164
165 <para>
166 There is no configuration required. If <application>gnome-documents</application>
167 has been installed on the <application>GNOME</application> desktop,
168 <application>gnome-session</application> will start the indexing of local PDF and
169 PS files. If you wish to index these files in other circumstances, you can run:
170 <command>tracker-control -s</command>
171 </para>
172
173 </sect2>
174 <sect2 role="content">
175 <title>Contents</title>
176
177 <segmentedlist>
178 <segtitle>Installed Programs</segtitle>
179 <segtitle>Installed Libraries</segtitle>
180 <segtitle>Installed Directories</segtitle>
181
182 <seglistitem>
183 <seg>
184 tracker-control, tracker-explorer, tracker-import,
185 tracker-info, tracker-needle, tracker-preferences,
186 tracker-search, tracker-sparql, tracker-stats and
187 tracker-tag
188 </seg>
189 <seg>
190 libtracker-extract-0.14.so, libtracker-miner-0.14.so and
191 libtracker-sparql-0.14.so
192 </seg>
193 <seg>
194 /usr/include/tracker-0.14,
195 /usr/lib/tracker-0.14,
196 /usr/share/gtk-doc/html/libtracker-{extract,miner,sparql},
197 /usr/share/tracker and
198 /usr/share/tracker-tests
199 </seg>
200 </seglistitem>
201 </segmentedlist>
202
203 <variablelist>
204 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
205 <?dbfo list-presentation="list"?>
206 <?dbhtml list-presentation="table"?>
207
208 <varlistentry id="tracker-control">
209 <term><command>tracker-control</command></term>
210 <listitem>
211 <para>
212 manages and checks status of all Tracker processes and data.
213 </para>
214 <indexterm zone="tracker tracker-control">
215 <primary sortas="b-tracker-control">tracker-control</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 <varlistentry id="tracker-import">
221 <term><command>tracker-import</command></term>
222 <listitem>
223 <para>
224 allows data to be imported to the database by providing files
225 with Turtle content.
226 </para>
227 <indexterm zone="tracker tracker-import">
228 <primary sortas="b-tracker-import">tracker-import</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 <varlistentry id="tracker-info">
234 <term><command>tracker-info</command></term>
235 <listitem>
236 <para>
237 asks for all the known metadata available for the given file.
238 </para>
239 <indexterm zone="tracker tracker-info">
240 <primary sortas="b-tracker-info">tracker-info</primary>
241 </indexterm>
242 </listitem>
243 </varlistentry>
244
245 <varlistentry id="tracker-needle">
246 <term><command>tracker-needle</command></term>
247 <listitem>
248 <para>
249 is a graphical front end for Tracker which has similar
250 features to tracker-search
251 </para>
252 <indexterm zone="tracker tracker-needle">
253 <primary sortas="b-tracker-needle">tracker-needle</primary>
254 </indexterm>
255 </listitem>
256 </varlistentry>
257
258 <varlistentry id="tracker-preferences">
259 <term><command>tracker-preferences</command></term>
260 <listitem>
261 <para>
262 is a graphical configuration front end for the tracker-miner-fs.
263 </para>
264 <indexterm zone="tracker tracker-preferences">
265 <primary sortas="b-tracker-preferences">tracker-preferences</primary>
266 </indexterm>
267 </listitem>
268 </varlistentry>
269
270 <varlistentry id="tracker-search">
271 <term><command>tracker-search</command></term>
272 <listitem>
273 <para>
274 searches all indexed content for an expression.
275 </para>
276 <indexterm zone="tracker tracker-search">
277 <primary sortas="b-tracker-search">tracker-search</primary>
278 </indexterm>
279 </listitem>
280 </varlistentry>
281
282 <varlistentry id="tracker-sparql">
283 <term><command>tracker-sparql</command></term>
284 <listitem>
285 <para>
286 allows the caller to run an RDF query on the database.
287 </para>
288 <indexterm zone="tracker tracker-sparql">
289 <primary sortas="b-tracker-sparql">tracker-sparql</primary>
290 </indexterm>
291 </listitem>
292 </varlistentry>
293
294 <varlistentry id="tracker-stats">
295 <term><command>tracker-stats</command></term>
296 <listitem>
297 <para>
298 returns statistics based on the ontology classes outlined
299 in the Nepomuk ontology specification.
300 </para>
301 <indexterm zone="tracker tracker-stats">
302 <primary sortas="b-tracker-stats">tracker-stats</primary>
303 </indexterm>
304 </listitem>
305 </varlistentry>
306
307 <varlistentry id="tracker-tag">
308 <term><command>tracker-tag</command></term>
309 <listitem>
310 <para>
311 allows the caller add tags, remove tags and list tags by
312 URN or to list all tags and the files associated with them.
313 </para>
314 <indexterm zone="tracker tracker-tag">
315 <primary sortas="b-tracker-tag">tracker-tag</primary>
316 </indexterm>
317 </listitem>
318 </varlistentry>
319
320 <varlistentry id="libtracker-extract-0">
321 <term><filename class='libraryfile'>libtracker-extract-0.14.so</filename></term>
322 <listitem>
323 <para>
324 contains functions required to develop metadata extractors for 3rd party file
325 types.
326 </para>
327 <indexterm zone="tracker libtracker-extract-0">
328 <primary sortas="c-libtracker-extract-0">libtracker-extract-0.14.so</primary>
329 </indexterm>
330 </listitem>
331 </varlistentry>
332
333 <varlistentry id="libtracker-miner-0">
334 <term><filename class='libraryfile'>libtracker-miner-0.14.so</filename></term>
335 <listitem>
336 <para>
337 contains functions required to develop tracker data miners.
338 </para>
339 <indexterm zone="tracker libtracker-miner-0">
340 <primary sortas="c-libtracker-miner-0">libtracker-miner-0.14.so</primary>
341 </indexterm>
342 </listitem>
343 </varlistentry>
344
345 <varlistentry id="libtracker-sparql-0">
346 <term><filename class='libraryfile'>libtracker-sparql-0.14.so</filename></term>
347 <listitem>
348 <para>
349 contains functions for performing SPARQL queries and updates in the Tracker Store.
350 </para>
351 <indexterm zone="tracker libtracker-sparql-0">
352 <primary sortas="c-libtracker-sparql-0">libtracker-sparql-0.14.so</primary>
353 </indexterm>
354 </listitem>
355 </varlistentry>
356
357 </variablelist>
358
359 </sect2>
360
361</sect1>
Note: See TracBrowser for help on using the repository browser.