source: gnome/platform/tracker3-miners.xml@ aa36625

11.2 11.3 12.0 12.1 12.2 gimp3 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 xry111/for-12.3 xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/xf86-video-removal
Last change on this file since aa36625 was aa36625, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

tracker-miners: move libseccomp to recommended

Also add some nitpick about timeouts in tests.

  • Property mode set to 100644
File size: 8.0 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 tracker3-miners-download-http "&gnome-download-http;/tracker-miners/3.2/tracker-miners-&tracker3-miners-version;.tar.xz">
8 <!ENTITY tracker3-miners-download-ftp "&gnome-download-ftp;/tracker-miners/3.2/tracker-miners-&tracker3-miners-version;.tar.xz">
9 <!ENTITY tracker3-miners-md5sum "9f43d202a22d119caeb0972dac6aa351">
10 <!ENTITY tracker3-miners-size "3.9 MB">
11 <!ENTITY tracker3-miners-buildsize "31 MB (with tests)">
12 <!ENTITY tracker3-miners-time "0.1 SBU (with parallelism=4; add 1.4 SBU for tests, dependent on disk speed)">
13]>
14
15<sect1 id="tracker3-miners" xreflabel="tracker-miners-&tracker3-miners-version;">
16 <?dbhtml filename="tracker3-miners.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Tracker-miners-&tracker3-miners-version;</title>
23
24 <indexterm zone="tracker3-miners">
25 <primary sortas="a-tracker3-miners">tracker3-miners</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Tracker-miners</title>
30
31 <para>
32 The <application>Tracker-miners</application> package contains a set of
33 data extractors for Tracker.
34 </para>
35
36 &lfs111_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&tracker3-miners-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&tracker3-miners-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &tracker3-miners-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &tracker3-miners-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &tracker3-miners-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &tracker3-miners-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">Tracker-miners Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="gst10-plugins-base"/>,
77 <xref linkend="tracker3"/>,
78 <xref linkend="exempi"/>, and
79 <xref linkend="gexiv2"/>
80 </para>
81
82 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="recommended">
84 <xref linkend="ffmpeg"/>,
85 <xref linkend="giflib"/>,
86 <xref linkend="icu"/>,
87 <xref linkend="libexif"/>,
88 <xref linkend="libgrss"/>,
89 <xref linkend="libgxps"/>,
90 <xref linkend="libseccomp"/>, and
91 <xref linkend="poppler"/>
92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <xref linkend="asciidoc"/>,
97 <xref linkend="cmake"/>,
98 <xref linkend="dconf"/>,
99 <xref linkend="libgsf"/>,
100 <xref linkend="taglib"/>,
101 <xref linkend="totem-pl-parser"/>,
102 <xref linkend="upower"/>,
103 <ulink url="https://github.com/lipnitsk/libcue">libcue</ulink>,
104 <ulink url="http://libiptcdata.sourceforge.net/">libitpcdata</ulink>,
105 <ulink url="https://libosinfo.org">libosinfo</ulink>, and
106 <ulink url="https://gitlab.gnome.org/GNOME/gupnp">gupnp</ulink>
107 <!--<ulink url="https://pypi.python.org/pypi/tap.py/">tap.py</ulink>
108 (for tests)-->
109 </para>
110
111 <para condition="html" role="usernotes">
112 User Notes: <ulink url="&blfs-wiki;/tracker-miners"/>
113 </para>
114 </sect2>
115
116 <sect2 role="installation">
117 <title>Installation of Tracker-miners</title>
118
119<!--
120 <para>
121 First, as the <systemitem class="username">root</systemitem> user,
122 remove some files from tracker-2 which will conflict with
123 tracker-miners-3:
124 </para>
125
126<screen role="root"><userinput remap="pre">rm -fv /etc/xdg/autostart/tracker-miner-*</userinput></screen>
127-->
128
129 <note>
130 <para>
131 If you plan to run the tests, some timeouts are too short when
132 using spinning disks. There are two places where timeouts are
133 used: first, individual tests inside a group of tests have a
134 default timeout of 10s. This can be changed by setting the environment
135 variable <envar>TRACKER_TESTS_AWAIT_TIMEOUT</envar> to the desired
136 value when running the tests (see below). Second, a global timeout
137 for a group of tests is fixed at configuration time. The default value
138 in the <filename class="directory">functional-tests</filename>
139 directory (other directories have only short lived tests) may be
140 increased with the following command (replace 200 with a value
141 suitable for your machine):
142 </para>
143
144<screen remap="test"><userinput>sed -i s/120/<replaceable>200</replaceable>/ tests/functional-tests/meson.build</userinput></screen>
145 </note>
146
147 <para>
148 Install <application>Tracker-miners</application> by running the following
149 commands:
150 </para>
151
152
153<screen revision="systemd"><userinput>mkdir build &amp;&amp;
154cd build &amp;&amp;
155
156meson --prefix=/usr --buildtype=release -Dman=false .. &amp;&amp;
157ninja</userinput></screen>
158
159<screen revision="sysv"><userinput>mkdir build &amp;&amp;
160cd build &amp;&amp;
161
162meson --prefix=/usr \
163 --buildtype=release \
164 -Dsystemd_user_services=false \
165 -Dman=false .. &amp;&amp;
166ninja</userinput></screen>
167
168 <para>
169 To test the results, issue (adjust the individual test timeout to a
170 value suitable for your machine, see the note above):
171 </para>
172
173<screen remap="test"><userinput>TRACKER_TESTS_AWAIT_TIMEOUT=<replaceable>20</replaceable> ninja test</userinput></screen>
174
175 <para>
176 Now, as the <systemitem class="username">root</systemitem> user:
177 </para>
178
179<screen role="root"><userinput>ninja install</userinput></screen>
180 </sect2>
181
182 <sect2 role="commands">
183 <title>Command Explanations</title>
184
185 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
186 href="../../xincludes/meson-buildtype-release.xml"/>
187
188 <para>
189 <parameter>-Dman=false</parameter>: This switch prevents the build process
190 from generating man pages. Building man pages will break the build
191 with a recent release of <application>Asciidoc</application>.
192 <!-- Restore the following when upgrading to tracker-miners-3.3.x
193 (https://gitlab.gnome.org/GNOME/tracker-miners/-/commit/cb87aa8):
194 Omit this switch if you have
195 <xref linkend="asciidoc" role="nodep"/> installed and wish to generate and
196 install the man pages. -->
197 </para>
198
199 <para revision="sysv">
200 <parameter>-Dsystemd_user_services=false</parameter>: This switch prevents
201 the build process from installing systemd units since they are useless
202 on SysV systems.
203 </para>
204
205 <para>
206 <option>-Dseccomp=false</option>: This option disables the seccomp system
207 call filter. On some architectures, such as i686 and ARM, the functions
208 that tracker-miners uses are not guarded properly, and tracker-miners
209 will get killed with a SIGSYS as a result.
210 </para>
211
212 <para>
213 <option>-Dminer_rss=false</option>: Use this option if you have not
214 installed the recommended dependency libgrss.
215 </para>
216
217 </sect2>
218
219 <sect2 role="content">
220 <title>Contents</title>
221
222 <segmentedlist>
223 <segtitle>Installed Programs</segtitle>
224 <segtitle>Installed Libraries</segtitle>
225 <segtitle>Installed Directories</segtitle>
226
227 <seglistitem>
228 <seg>
229 None
230 </seg>
231 <seg>
232 Several modules under /usr/lib/tracker-miners-3.0
233 </seg>
234 <seg>
235 /usr/lib/tracker-miners-3.0,
236 /usr/libexec/tracker3, and
237 /usr/share/tracker3-miners
238 </seg>
239 </seglistitem>
240 </segmentedlist>
241 </sect2>
242
243</sect1>
Note: See TracBrowser for help on using the repository browser.