Skip to content
Commits on Source (18)
New features and significant updates in version...
Major changes in 43.0:
- Remove obsolete Bugzilla entries from desktop file
- Translation updates
Major changes in 43.rc:
- Fix videos not playing when opening through nautilus 43
- Translation updates
......
......@@ -35,6 +35,14 @@
<translation type="gettext">totem</translation>
<launchable type="desktop-id">@APPLICATION_ID@.desktop</launchable>
<releases>
<release version="43.0" date="2022-09-16">
<description>
<p>
This new 43.0 version includes many bug fixes, translation updates, and
code cleanups that pave the way for the GTK4 port.
</p>
</description>
</release>
<release version="42.0" date="2022-03-18">
<description>
<p>
......
......@@ -47,7 +47,6 @@ ui_resources = gnome.compile_resources(
r = run_command(desktop_sh, mime_type_list, uri_schemes_list, check: true)
desktop_conf = configuration_data()
desktop_conf.set('VERSION', totem_version)
desktop_conf.set('APPLICATION_ID', application_id)
desktop_conf.set('APPLICATION_NAME', application_name)
desktop_conf.set('MIME_TYPE', r.stdout().strip())
......
......@@ -11,10 +11,5 @@ Terminal=false
Type=Application
Categories=GTK;GNOME;AudioVideo;Player;Video;
X-GNOME-DocPath=totem/totem.xml
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=totem
X-GNOME-Bugzilla-Component=general
X-GNOME-Bugzilla-Version=@VERSION@
X-GNOME-Bugzilla-OtherBinaries=totem-video-thumbnailer;
StartupNotify=true
MimeType=@MIME_TYPE@
totem (43.0-2ubuntu1) kinetic; urgency=medium
* Resynchronize with Debian. Remaining change:
- Add 91_quicklist_entries.patch:
+ Add static quicklist
-- Jeremy Bicha <jbicha@ubuntu.com> Tue, 20 Sep 2022 13:22:02 -0400
totem (43.0-2) unstable; urgency=medium
* Don't recommend gstreamer1.0-pulseaudio
-- Jeremy Bicha <jbicha@ubuntu.com> Sun, 18 Sep 2022 17:39:18 -0400
totem (43.0-1) unstable; urgency=medium
[ Jeremy Bicha ]
* New upstream release
[ Simon McVittie ]
* d/control.in: Drop compatibility with old libgdk-pixbuf2.0-dev package
-- Jeremy Bicha <jbicha@ubuntu.com> Fri, 16 Sep 2022 14:19:13 -0400
totem (43~rc-1ubuntu1) kinetic; urgency=medium
* Resynchronize with Debian. Remaining changes:
......
......@@ -26,7 +26,7 @@ Build-Depends: appstream-util,
libbluetooth-dev [linux-any],
libcairo2-dev (>= 1.14.0),
libgdata-dev (>= 0.8.0),
libgdk-pixbuf-2.0-dev (>= 2.23.0) | libgdk-pixbuf2.0-dev (>= 2.23.0),
libgdk-pixbuf-2.0-dev (>= 2.23.0),
libgirepository1.0-dev (>= 0.9.12),
libglib2.0-dev (>= 2.72.0),
libgnome-desktop-3-dev,
......
......@@ -22,7 +22,7 @@ Build-Depends: appstream-util,
libbluetooth-dev [linux-any],
libcairo2-dev (>= 1.14.0),
libgdata-dev (>= 0.8.0),
libgdk-pixbuf-2.0-dev (>= 2.23.0) | libgdk-pixbuf2.0-dev (>= 2.23.0),
libgdk-pixbuf-2.0-dev (>= 2.23.0),
libgirepository1.0-dev (>= 0.9.12),
libglib2.0-dev (>= 2.72.0),
libgnome-desktop-3-dev,
......
......@@ -14,11 +14,11 @@ Reviewed-By: Stéphane Graber <stgraber@ubuntu.com>
1 file changed, 18 insertions(+)
diff --git a/data/org.gnome.Totem.desktop.in.in b/data/org.gnome.Totem.desktop.in.in
index d7b2ab6..7d51471 100644
index 0748dbf..1f23a56 100644
--- a/data/org.gnome.Totem.desktop.in.in
+++ b/data/org.gnome.Totem.desktop.in.in
@@ -18,3 +18,21 @@ X-GNOME-Bugzilla-Version=@VERSION@
X-GNOME-Bugzilla-OtherBinaries=totem-video-thumbnailer;
@@ -13,3 +13,21 @@ Categories=GTK;GNOME;AudioVideo;Player;Video;
X-GNOME-DocPath=totem/totem.xml
StartupNotify=true
MimeType=@MIME_TYPE@
+
......
......@@ -17,6 +17,7 @@ it
ja
ko
nb
ne
nl
oc
pa
......
This diff is collapsed.
project(
'totem', 'c',
version: '43.rc',
version: '43.0',
license: 'GPL2+ with exception',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.57.0'
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.