Package Release Info

totem-43.2-bp160.1.4

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

totem
totem-devel
totem-lang
totem-plugins
totem-video-thumbnailer

Change Logs

* Wed May 21 2025 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 43.2:
  + Implement a gtksink video output fallback if native OpenGL
    support is not available.
  + Fix a lot of thumbnailing failures caused by memory hungry
    video decoders.
  + Hide the rotate menu items if rotation is not supported.
  + Fix some AVI files not being associated correctly.
  + Fix widget focus when starting video playback.
  + Fix left-over files when streaming a video and the player is
    closed.
  + Fix window not being matched to the application under Wayland.
  + Stop using gnome-shell to flash the screenshot area, that
    stopped working a long time ago.
  + Stop thumbnailing m3u playlists.
  + Remove obsolete plugins (apple-trailers, vimeo).
  + Fix a number of possible crashers.
  + Updated translations.
* Thu Mar 27 2025 bjorn.lie@gmail.com
- Update to version 43.1+35:
  * thumbnailer:
  - Bump memory usage limit
  - Print actually set resource limits
  - Propagate verbose to resource monitor
  - Work-around OpenBLAS thread usage
  * gst: Use playbin's convert-frame feature again
  * build:
  - Fix meson deprecation warning about the use of
    ExternalProgram.path
  - Fix meson deprecating warning about the use of
    meson.source_root
  - Fix meson deprecation warning about the use of
    dependency.get_pkgconfig_variable
  * Add branding colors
  * open-directory: Don't abort if failed to create XdpPortal
    instance
- Drop apple-trailers and vimeo plugins, no longer supported.
- Drop d16d9ad1d2b214996639e4f01c4515b611fb2739.patch: Fixed
  upstream.
* Tue Oct 22 2024 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 43.1:
  + Fix scroll-by-page GTK setting breaking slider
  + Fix a number of MPRIS playback controls not working correctly
  + Fix a number of opensubtitles dialogue problems
  + Fix hyphens appearing in filenames
  + Force using newer GStreamer va-api plugins, fixing scrambled
    videos in some cases
  + Fix error showing the keyboard shortcuts
  + Fix assertion when backends send out audio or image files even
    though we asked them to be filtered out
  + Updated translations.
- Drop patch fixed upstream:
  + ac2d02530d3b555e44907162be05536a5927b2a0.patch
* Fri Dec 01 2023 Bjørn Lie <bjorn.lie@gmail.com>
- Add upstream bug fix patches:
  + ac2d02530d3b555e44907162be05536a5927b2a0.patch: gst: Force
    using newer GStreamer libva plugins
  + d16d9ad1d2b214996639e4f01c4515b611fb2739.patch: data: Add new
    canonical mime-type for AVI files
* Wed Sep 13 2023 Dominique Leuenberger <dimstar@opensuse.org>
- Add totem:%{_bindir}/totem-video-thumbnailer split-provides to
  the new thumbnailer subpackage: not really needed, as the
  sub-package is a hard-dependency to totem anyway, but that might
  possibly change in the future.
* Wed Aug 23 2023 Bjørn Lie <bjorn.lie@gmail.com>
- Split out new sub-package: totem-video-thumbnailer: put the
  video-thumbnailing functionality into its own package, allowing
  users not wanting totem installed still keep video thumbnailing
  functionality in software like nautilus. Add a Supplements
  (gnome-shell and nautilus) in the sub-package, install
  automatically when both are present. Also set a hard Requires on
  the subpackage in the main totem package.
* Mon Mar 13 2023 Bjørn Lie <bjorn.lie@gmail.com>
- Drop obsolete and unused intltool, vala and
  pkgconfig(libepc-ui-1.0) BuildRequires.
* Fri Sep 16 2022 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 43.0:
  + Remove obsolete Bugzilla entries from desktop file.
  + Updated translations.
* Tue Sep 06 2022 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 43.rc:
  + Fix videos not playing when opening through nautilus 43.
  + Updated translations.
* Fri Aug 19 2022 Ben Greiner <code@bnavigator.de>
- Don't do python code linting for the rpm package
  + Drop build requirement of python3-pylint
  + Checking code lint is a tool for upstream developers and
    irrelevant for the functionality of a binary distribution
    package
Version: 3.34.1-bp152.2.12
* Sat Jan 25 2020 Dominique Leuenberger <dimstar@opensuse.org>
- No longer recommend -lang: supplements are in use
* Sat Jan 11 2020 Bjørn Lie <bjorn.lie@gmail.com>
- Add totem-Fix-bracket-keys-and-backspace.patch: variable-rate:
  Fix bracket keys and backspace not working in search entry.
* Fri Oct 04 2019 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.34.1:
  + Fix broken symbolic icon.
  + Updated translations.
- Drop totem-fix-symbolic-icon.patch: Fixed upstream.
* Mon Sep 30 2019 Bjørn Lie <bjorn.lie@gmail.com>
- Add totem-fix-symbolic-icon.patch: Fix symbolic icon.
* Fri Sep 06 2019 mgorse@suse.com
- Update to version 3.34.0:
  + Make introspection non-optional for the plugin system to work.
  + Updated translations.
* Wed Sep 04 2019 Bjørn Lie <bjorn.lie@gmail.com>
- Add totem-revert-vaapi-disable.patch: Revert upstreams disabling
  of vaapi support, it works fine on openSUSE.
* Tue Sep 03 2019 mgorse@suse.com
- Update to version 3.33.90:
  + Update application icon.
  + Use title case for the "Open Containing Folder" menu item.
  + Disable VAAPI support for now, it's too buggy.
  + Changes in version 3.33.0:
  + Add "Open containing folder" menu item.
  + Include "totem" in the desktop keywords.
  + Make --version command-line option public.
  + Reduce GSettings writes on startup.
  + Fix menu sensitivity for OpenSubtitles plugin.
- Add open-directory plugin.
  + Remove obsolete LIRC and Brasero plugins.
- Remove/obsolete -plugin-brasero package: removed upstream.
- Remove comments related to lirc: plugin removed upstream.
* Fri Jul 12 2019 Michael Gorse <mgorse@suse.com>
- Update to version 3.32.1:
  + Show the application window when opening a new file.
  + Work-around "Can't play a text file without video or
    visualizations" error.
  + Build fixes.
  + Updated translations.
- Drop totem-buildfixes.patch and totem-fix-appdata.patch: fixed
  upstream.
* Thu Apr 18 2019 Bjørn Lie <bjorn.lie@gmail.com>
- Add upstream bug fix patches:
  + totem-buildfixes.patch.
  + totem-fix-appdata.patch.
* Fri Mar 08 2019 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.32.0:
  + Updated translations.
* Tue Mar 05 2019 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.31.92:
  + Add an error message when file is encrypted, or empty, or DVD
    playback is attempted with missing libraries.
  + Make "Stop" keyboard button act like the Stop button on a CD
    player.
  + Remove all mentions of the external chapters plugin, it wasn't
    used since 2012.
  + Fix possible crash when browsing.
  + Fix DesktopEntry in MPRIS plugin.
  + Updated translations.
* Wed Feb 20 2019 bjorn.lie@gmail.com
- Update to version 3.31.91:
  + Move nautilus properties page to nautilus module.
  + Fix fullscreen toolbar's appearance in RTL languages.
  + Update appdata and screenshots.
  + Don't advertise VCD support, GStreamer 1.0 has never supported
    it.
  + Add support for "start time" in playlists.
  + Make Ctrl+W navigate back before exiting.
  + Make it possible to load subtitles from the command-line.
  + Fix media player controls not appearing in gnome-shell in some
    cases, and the next/previous buttons not working.
  + Make previous/next buttons' state update when a movie contains
    chapters.
  + Use better labels for Subtitles and Languages menus.
  + Fix some display problems when files are longer than detected.
  + And other smaller bug fixes:
  - Throw a warning when download buffering breaks because of a
    missing plugin.
  - Make framerate more precise in properties.
  - Fix a warning on exit when brasero is not installed.
- Changes from version 3.31.90:
  + New icon.
  + Remove app menu.
  + Modernise user documentation.
  + Loads of fixes in "Make available offline" functionality.
  + Fix proxy configuration in Flatpak.
  + Disable VA-API plugins in thumbnailer.
  + Plenty of build fixes and changes, including:
  - Use gettext instead of intltool.
  - Fix parallel build.
  - Remove gromit, ontop and zeitgeist plugins.
  - Remove most X11 dependencies (except XInitThreads).
- Drop nautilus sub package.
* Mon Feb 04 2019 Marketa Calabkova <mcalabkova@suse.com>
- Fix req#663737 - build with translation-update-upstream
  version 20181128 (bsc#1087076)
* Tue Dec 11 2018 bjorn.lie@gmail.com
- Update to version 3.30.0:
  + Add frame stepping shortcuts to the keyboard shortcuts list.
  + Fix opensubtitles plugin not working.
  + Fix problems using gallery generation feature in screenshot
    plugin.
  + Make sure not to autostart gnome-screensaver when running in
    non-GNOME.
  + Build fixes.
* Tue Jul 24 2018 bjorn.lie@gmail.com
- Update to version 3.26.2:
  + Fix OpenSubtitles dialogue not opening.
  + Fix error early in build when vala is not available.
* Thu Jun 21 2018 bjorn.lie@gmail.com
- Align with what meson looks for:
  + Drop pkgconfig(gstreamer-plugins-bad-1.0) and
    pkgconfig(gstreamer-plugins-base-1.0) BuildRequires.
  + Add pkgconfig(gstreamer-pbutils-1.0)
    and pkgconfig(gstreamer-video-1.0) BuildRequires.
* Fri Jun 15 2018 bjorn.lie@gmail.com
- Update to version 3.26.1:
  + Fix crash when properties tab is closed too fast.
  + Thumbnail OPUS and M4B audio files.
  + Fix thumbnailing on platforms with V4L M2M hardware decoders.
  + Fix playing back MJPEG files.
  + Fix Python Console menu not appearing.
  + Build fixes:
  - Remove dependency on Debian-specific pycompile utility.
  - Fix build with gtk-doc 1.26.
- Drop upstream fixed/applied patches:
  + totem-remove-pycopile.patch
  + totem-fix-properties-crash.patch
  + totem-add-opus-ogg.patch
  + totem-fix-gtk-doc.patch
  + totem-nb-translations.patch
  + totem-thumbnailer-blacklist-fixes.patch
  + totem-fix-libtotem_gir-dependency.patch
* Tue Mar 20 2018 dimstar@opensuse.org
- Unconditionally enable translation-update-upstream: on
  Tumbleweed, this results in a NOP and for Leap in SLE paid
  translations being used (boo#1086036).
* Mon Mar 12 2018 bjorn.lie@gmail.com
- Add totem-fix-libtotem_gir-dependency.patch: build: Fix
  libtotem_gir dependency for vala plugins.
- Add gstreamer-plugins-ugly Recommends: We want to pull in the
  codecs available in that package (mp3, ac3 and mpeg2 support).
- Drop la files rm from install section, no longer needed, we are
  using meson build system now.
* Mon Mar 12 2018 dimstar@opensuse.org
- Replace gstreamer-plugin-gstclutter-3_0 Requires with
  gstreamer-plugin-cluttergst3 Recommends: the package has been
  renamed and is no longer strictly required.