source: gnome/platform/tracker3-miners.xml@ 46c025b

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 46c025b was 66bda416, checked in by Douglas R. Reno <renodr@…>, 8 months ago

Fix some rendering errors in my last commit.

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