~vcs-imports/totem/+git/totem:sam/grilo-subproject

Last commit made on 2019-10-07
Get this branch:
git clone -b sam/grilo-subproject https://git.launchpad.net/~vcs-imports/totem/+git/totem

Branch merges

Branch information

Name:
sam/grilo-subproject
Repository:
lp:~vcs-imports/totem/+git/totem

Recent commits

faaa70b... by Sam Thursfield <email address hidden>

ci: Build Grilo and Grilo-plugins from source

Instead of using prebuilt packaged versions, we now build the latest
version of grilo and grilo-plugins as part of our CI. This means that
any recent changes in Grilo that affect Totem can be detected in CI.

9100709... by Sam Thursfield <email address hidden>

build: Add optional dependency on grilo-plugins

Totem makes use of grilo-plugins, but didn't express a dependency on it
until now. This optional dependency means that if grilo-plugins is not
installed on the host, Meson will download and build the latest version
from Gitlab. Distributors can disable this behaviour by passing
`--wrap-mode=nodownload` at configure time.

f05062c... by Sam Thursfield <email address hidden>

build: Allow building grilo as Meson subproject

This change makes it easier to build and test Totem on systems which
have an old version of Grilo installed. Meson will now automatically
clone and build the latest Git version of grilo if the system-installed
version is too old.

Distributors can disable this behaviour by passing
`--wrap-mode=nodownload` at configure time.

ebd62de... by Gabor Karsay

build: Require GTK 3.22

For gtk_show_uri_on_window and gdk_monitor_get_*.

40f990e... by Gabor Karsay

backend: Replace deprecated gdk_screen_get_monitor_*

gdk_screen_get_monitor_* calls have been deprecated since GTK 3.22.

1fab63d... by Gabor Karsay

backend: Replace deprecated gdk_cursor_new()

gdk_cursor_new has been deprecated since GTK 3.16.

899a341... by Gabor Karsay

main: Replace deprecated gtk_font_button_get|set_name()

These calls have been deprecated since GTK 3.22.
Unlike its deprecated predecessor, gtk_font_chooser_get_font's result
has to be freed.

5b4a62b... by Gabor Karsay

main: Replace deprecated gtk_show_uri()

gtk_show_uri_on_window() is the recommended call to be used as it passes information
necessary for sandbox helpers to parent their dialogs properly.

356fc94... by Rafael Fontenelle

Update Brazilian Portuguese translation

3835e9e... by Bastien Nocera

backend: Always print out missing plugins information