Package: totem / 43.2-8

Metadata

Package Version Patches format
totem 43.2-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
DOAP Replace defunct mailing list with support forum GNOM.patch | (download)

totem.doap | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 doap: replace defunct mailing-list with support-forum (gnome
 Discourse)


all Point homepage to GNOME GitLab.patch | (download)

data/appdata/org.gnome.Totem.appdata.xml.in.in | 2 1 + 1 - 0 !
docs/reference/totem-plugins.xml | 2 1 + 1 - 0 !
src/plugins/autoload-subtitles/autoload-subtitles.plugin.desktop.in | 2 1 + 1 - 0 !
src/plugins/im-status/totem-im-status.plugin.desktop.in | 2 1 + 1 - 0 !
src/plugins/mpris/mpris.plugin.desktop.in | 2 1 + 1 - 0 !
src/plugins/open-directory/open-directory.plugin.desktop.in | 2 1 + 1 - 0 !
src/plugins/opensubtitles/opensubtitles.plugin.desktop.in | 2 1 + 1 - 0 !
src/plugins/properties/movie-properties.plugin.desktop.in | 2 1 + 1 - 0 !
src/plugins/pythonconsole/pythonconsole.plugin.desktop.in | 2 1 + 1 - 0 !
src/plugins/recent/recent.plugin.desktop.in | 2 1 + 1 - 0 !
src/plugins/rotation/rotation.plugin.desktop.in | 2 1 + 1 - 0 !
src/plugins/samplepython/samplepython.plugin.desktop.in | 2 1 + 1 - 0 !
src/plugins/save-file/save-file.plugin.desktop.in | 2 1 + 1 - 0 !
src/plugins/screensaver/screensaver.plugin.desktop.in | 2 1 + 1 - 0 !
src/plugins/screenshot/screenshot.plugin.desktop.in | 2 1 + 1 - 0 !
src/plugins/variable-rate/variable-rate.plugin.desktop.in | 2 1 + 1 - 0 !
totem.doap | 2 1 + 1 - 0 !
17 files changed, 17 insertions(+), 17 deletions(-)

 all: point homepage to gnome gitlab


Mark lint checks as part of a suite.patch | (download)

src/plugins/opensubtitles/meson.build | 1 1 + 0 - 0 !
src/plugins/pythonconsole/meson.build | 1 1 + 0 - 0 !
src/plugins/samplepython/meson.build | 6 5 + 1 - 0 !
3 files changed, 7 insertions(+), 1 deletion(-)

 mark lint checks as part of a suite

It's common for new versions of a lint tool to change behaviour in ways
that cause previously valid source to be rejected, so OS distributions
often won't want to run them at build-time to avoid build regressions.
By marking pylint and other lint checks with a suite, OS distributors
can avoid them by running `meson test --no-suite=lint`.

Signed-off-by: Simon McVittie <smcv@debian.org>
Use libgirepository 2.0 for compatibility with pygobject .patch | (download)

src/plugins/totem-plugins-engine.c | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 use libgirepository-2.0 for compatibility with pygobject 3.52

Note this patch leaks the default GIRepository and would not be suitable for
upstream. But it's a one-time leak of global data, so who cares.

Totem upstream uses libpeas2 instead.

Patch by: Leigh Scott
This note by: Michael Catanzaro