aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/tracker
AgeCommit message (Collapse)Author
2021-06-09tracker-miners: upgrade 3.0.5 -> 3.1.1zangrc
Refresh the following patch: 0001-meson.build-Just-warn-if-we-build-without-libseccomp.patch Enable seccomp if distro feature is on Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-09tracker: upgrade 3.0.4 -> 3.1.1zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17tracker-miners: upgrade 2.3.5 -> 3.0.5Andreas Müller
* follow tracker upgrade * adjust PACKAGECONFIGs to new sources Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17tracker: upgrade 2.3.6 -> 3.0.4Andreas Müller
* huge bump is required for upcoming nautilus 40.1 * PACKAGECONFIGS have no meson option anymore so remove them Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-28tracker-miners: Check for commercial license to enable ffmpegKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
2020-09-20tracker-miners: upgrade 2.3.3 -> 2.3.5Andreas Müller
NEW in 2.3.5 - 2020-09-07 ========================= * Disable miners autostart by default. This is a measure to make Tracker 2.x get as much out of the way as possible with Tracker 3.x available. This default can be undone with -Dautostart=true. * Whitelist statx syscall, used in recent glib. Translations: lt NEW in 2.3.4 - 2020-08-24 ========================= * Block image/ktx files in 90-gstreamer-image-generic.rule * Set a deadline of 30 seconds for extraction tasks * Remove generic gstreamer-based image extraction codepath * Several fixes to libav-based extractor * Replace sensitive words * get the systemd user unit dir from pkg-config Translations: es, hr, id, it, lt, pl, pt_BR, ro, sv, tr, uk Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-20tracker: upgrade 2.3.4 -> 2.3.6Andreas Müller
NEW in 2.3.6 - 2020-09-07 ========================= * Do not autostart tracker-store Translations: de, es, hu, id, lt, pl, pt_BR, ro, sl, sv NEW in 2.3.5 - 2020-08-24 ========================= * Add 'tracker export' subcommand to ease migration to 3.x * Use correct signature for DBusSignalCallback * get the systemd user unit dir from pkg-config * Replace sensitive terms Translations: lt, uk Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-29tracker: Fix build error when enable multilib.Zheng Ruoqin
ERROR: tracker-2.3.4-r0 do_package: QA Issue: tracker: Files/directories were installed but not shipped in any package: /usr/lib64/systemd /usr/lib64/systemd/user /usr/lib64/systemd/user/tracker-store.service Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-29Fix build error when enable multilib.Zheng Ruoqin
ERROR: tracker-miners-2.3.3-r0 do_package: QA Issue: tracker-miners: Files/directories were installed but not shipped in any package: /usr/lib64/systemd /usr/lib64/systemd/user /usr/lib64/systemd/user/tracker-extract.service /usr/lib64/systemd/user/tracker-writeback.service /usr/lib64/systemd/user/tracker-miner-fs.service Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-06tracker-miners: upgrade 2.3.1 -> 2.3.3Andreas Müller
NEW in 2.3.3 - 2020-03-09 ========================= * The secure sandbox for tracker-extract now permits clock_nanosleep() calls, fixing crashes on some systems. * Miners now set nice/scheduler priorities in a way that placates glib. The sched_setscheduler syscall is as a side effect also allowed by the tracker-extract sandbox. Translations: ja NEW in 2.3.2 - 2020-02-18 ========================= * Blocked parsing of image/x-dds image files, which were previously being passed to GStreamer and triggering system lockups for some people * Fixed incorrect MIME type for .raw images, which were previously being passed to GStreamer and triggering system lockups for some people * Improved how the MP3 extractor calculates durations of variable bitrate MP3s, which fixes incorrect durations being shown in GNOME Music. * Fixed a bug in the GStreamer writeback module. * Fix race condition that might leave tracker-miner-fs paused after a writeback operation. Translations: ms Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-06tracker: upgrade 2.3.1 -> 2.3.4Andreas Müller
NEW in 2.3.4 - 2020-03-10 ========================= * Brown paper bag release, fix NULL check. NEW in 2.3.3 - 2020-03-09 ========================= * Fix race condition during tracker-store shutdown maybe leading to warnings and missed writeback events. * Made fts:offsets stronger against corrupt FTS tables Translations: ja NEW in 2.3.2 - 2020-02-18 ========================= * Location info for photos is now inserted into the DB. It didn't work before as we failed to process SPARQL "blank nodes" correctly. * Fix for oversensitive FTS5 index corruption detection Translations: ms Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-01tracker-miners: initial add 2.3.1Andreas Müller
tracker-miners is a mandatory runtime-dependency for nautilus Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-21recipes: rename distro_features_check to features_checkDenys Dmytriyenko
Avoid warning due to the class rename in OE-Core. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-19tracker: add gsettings to inheritAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-14tracker: initial add 2.3.1Andreas Müller
This is a dependenccy for upcoming nautilus 3.34 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>