Skip to content
Commits on Source (31)
......@@ -43,6 +43,7 @@ build-fedora:
tags:
- crun
before_script:
- dnf update -y
- dnf install --setopt=install_weak_deps=False -y $FEDORA_DEPS
# See https://bugzilla.redhat.com/show_bug.cgi?id=1896438
- dnf remove -y pylint
......
New features and significant updates in version...
Major changes in 42.0:
- Updated appdata screenshots
- Fix screenshot functionality not working since the port to
the OpenGL video widget
- Translations updates
Major changes in 42.beta:
- Port video widget from obsolete Clutter to OpenGL
- Move subtitles and audio track selection to its own menu
......
......@@ -26,8 +26,8 @@
<url type="translate">https://l10n.gnome.org/module/totem/</url>
<url type="help">https://help.gnome.org/users/totem/stable/</url>
<screenshots>
<screenshot type="default" width="1024" height="576">https://gitlab.gnome.org/GNOME/totem/raw/master/data/appdata/ss-videos.png</screenshot>
<screenshot width="1024" height="576">https://gitlab.gnome.org/GNOME/totem/raw/master/data/appdata/ss-player.png</screenshot>
<screenshot type="default">https://gitlab.gnome.org/GNOME/totem/raw/HEAD/data/appdata/ss-player.png</screenshot>
<screenshot>https://gitlab.gnome.org/GNOME/totem/raw/HEAD/data/appdata/ss-videos.png</screenshot>
</screenshots>
<update_contact>hadess@hadess.net</update_contact>
<developer_name>The GNOME developers</developer_name>
......@@ -35,6 +35,23 @@
<translation type="gettext">totem</translation>
<launchable type="desktop-id">@APPLICATION_ID@.desktop</launchable>
<releases>
<release version="42.0" date="2022-03-18">
<description>
<p>
We are proud to announce Videos 3.34.0 as the latest stable version.
</p>
<p>
This new version stops relying on clutter for its video output. The
old GNOME media-keys API was removed, and replaced by builtin MPRIS
support.
</p>
<p>
The subtitles and audio tracks selections are now made through a separate
menu. A number of new keyboard shortcuts were also added, which can
be found in the keyboard shortcuts dialog.
</p>
</description>
</release>
<release version="3.38.0" date="2020-09-10">
<description>
<p>
......
data/appdata/ss-player.png

443 KiB | W: | H:

data/appdata/ss-player.png

487 KiB | W: | H:

data/appdata/ss-player.png
data/appdata/ss-player.png
data/appdata/ss-player.png
data/appdata/ss-player.png
  • 2-up
  • Swipe
  • Onion skin
data/appdata/ss-videos.png

138 KiB | W: | H:

data/appdata/ss-videos.png

367 KiB | W: | H:

data/appdata/ss-videos.png
data/appdata/ss-videos.png
data/appdata/ss-videos.png
data/appdata/ss-videos.png
  • 2-up
  • Swipe
  • Onion skin
This diff is collapsed.
project(
'totem', 'c',
version: '42.beta',
version: '42.0',
license: 'GPL2+ with exception',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.50.0'
......@@ -241,7 +241,7 @@ if is_stable
find_program('check-news.sh').path(),
'@0@'.format(meson.project_version()),
'NEWS',
'data/appdata/org.gnome.Totem.appdata.xml.in'
'data/appdata/org.gnome.Totem.appdata.xml.in.in'
)
else
meson.add_dist_script(
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.