Package: totem-pl-parser / 3.26.6-3

Metadata

Package Version Patches format
totem-pl-parser 3.26.6-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Avoid fsync that causes totem hangs stutter.patch | (download)

plparse/totem-pl-parser-xspf.c | 18 18 + 0 - 0 !
1 file changed, 18 insertions(+)

 [patch] avoid fsync() that causes totem hangs/stutter

It's just too slow, and not important enough compared to smooth media
playback.

Bug-GNOME: https://gitlab.gnome.org/GNOME/totem/-/issues/116
Bug-Ubuntu: https://launchpad.net/bugs/1698270
debian/tests Disable tests requiring system bus.patch | (download)

plparse/tests/parser.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 tests: disable tests requiring system bus

Parsing recursive dir test may require UDiskd and this needs to run in
the system bus, so disable it for now.

debian/tests Disable tests requiring internet connection.patch | (download)

plparse/tests/parser.c | 15 11 + 4 - 0 !
1 file changed, 11 insertions(+), 4 deletions(-)

 tests: disable tests requiring internet connection

Various tests require HTTP Gvfs backend to get proper GFile support on
URIs parsing, however some other do actual tests on remote resources.

This is not something reliable and depends on things we don't control,
so let's just disable them.