mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
tracker-miners: upgrade 2.3.1 -> 2.3.3
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>
This commit is contained in:
parent
5bdbca80fd
commit
ef052487c4
|
|
@ -15,8 +15,8 @@ GNOMEBASEBUILDCLASS = "meson"
|
|||
|
||||
inherit gnomebase gsettings gobject-introspection vala gtk-doc manpages bash-completion features_check
|
||||
|
||||
SRC_URI[archive.md5sum] = "0321d8f4ad27e3fccdbc8384e5b3cb83"
|
||||
SRC_URI[archive.sha256sum] = "7b1de06a7a79ea1c7813c8a21f8cd1c55f2b95f799cf9f47f0204f3be8a590e0"
|
||||
SRC_URI[archive.md5sum] = "a317bc50c5e63dd0746a48af478fb92b"
|
||||
SRC_URI[archive.sha256sum] = "7472aa28d7862620d3ca2bbec3b103df547d7319c12e95a7f7aa9f9f6dee4b19"
|
||||
SRC_URI += "file://0001-meson.build-Just-warn-if-we-build-without-libseccomp.patch"
|
||||
|
||||
# gobject-introspection is mandatory and cannot be configured
|
||||
Loading…
Reference in New Issue
Block a user