Package Release Info

xplayer-2.2.8-bp153.1.12

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

xplayer
xplayer-devel
xplayer-lang
xplayer-plugins

Change Logs

* Mon Dec 07 2020 andy great <andythe_great@pm.me>
- Update to version 2.2.8.
  * Bump version with no change.
- Updates for 2.2.7.
  * l10n: Update translations
* Tue Sep 29 2020 andy great <andythe_great@pm.me>
- Update to version 2.2.6.
  * Packaging: Remove obsolete calls to dh_python2
  * l10n: Update translations
- Update since version 2.2.1.
  * Packaging: Remove python build-dep
  * debian: Move the .thumbnailer launcher file to the same package
    that contains the thumbnail executable.
* Fri Sep 11 2020 Bjørn Lie <bjorn.lie@gmail.com>
- Change define bcond_without zeitgeist to becond_with, no longer
  build zeitgeist support, as it is slated for removal from distro.
Version: 2.2.1-bp152.1.1
* Wed Jan 15 2020 Bjørn Lie <bjorn.lie@gmail.com>
- Switch to Python3. Replace python-devel with python3-base
  BuildRequires and libpeas-loader-python, python-beautifulsoup,
  python2-httplib2 and python-httplib2 with libpeas-loader-python3
  Requires and python3-beautifulsoup4 and python3-httplib2
  Recommends. Add python3-pylint, needed for python support to be
  actually enabled, and pass export PYTHON=%%{_bindir}/python3.
  Drop python-gobject, python2-gobject-Gdk,
  gstreamer-plugin-gstclutter-3_0, python-gobject-Gdk and the
  conditonals around these. Add python3-gobject-Gdk, it is the only
  one needed.
* Tue Aug 13 2019 Marguerite Su <i@marguerite.su>
- add xplayer-2.2.1-return-no-value-in-void-function.patch
* Sun Jul 28 2019 Marguerite Su <i@marguerite.su>
- Update to version 2.2.1:
  * Update translations
* Mon Jul 01 2019 Dead Mozay <dead_mozay@opensuse.org>
- Update to version 2.2.0:
  * check for bvw->priv->tagcache == NULL in bacon-video-widget.c update_orientation_from_video (#150)
  * Add Ctrl+W shortcut to close the app
  * l10n: Update translations
* Fri Mar 15 2019 Dead Mozay <dead-mozay@opensuse.org>
- Update to version 2.0.2:
  * Close the va_list 'ap' with va_end (#140)
  * l10n: Update translations
  * Port to python3 (#104)
  * grilo plugin: Move derived widgets from GtkBuilder (#119)
  * Add croatian manual (#105)
  * Packaging: Update dependencies
  * CI: Remove Mint 18
  * Packaging: Update dependencies
  * Rename dbusservice plugin to MPRIS.
  * Fix python console plugin
  * l10n: Update POT
  * Consistent icon usage in all xapps: help-contents (#133)
  * pythonconsole: Import all classes to expose publicly (#123)
  * thumbnailer: Use g_clear_object (#124)
  * thumbnailer: Simplify getting the file's basename (#125)
  * thumbnailer: Fix memory leak (#129)
  * gst: Fix GstMemory memory leak (#131)
  * gst: Add new flags for playbin (#130)
  * dbusservice: Force Position to be int64 (#132)
  * thumbnailer: Remove film strip from generated thumbnails (#126)
  * missing plugins: Pass in Xplayer's desktop file ID
  * missing plugins: Break out a function
  * missing plugins: Ask the user before spawning a plugin search
  * core: Add missing enum members to switch statements
  * core: Conditionalise use of new GStreamer GST_MESSAGE_* API
  * backend: Fix incorrect return type
  * Bump gstreamer version to 1.6.0
  * thumbnailer: Also blacklist new vaapidecodebin
  * thumbnailer: blacklist new vaapi plugin names
  * thumbnailer: Blacklist the bmcdec plugin
  * thumbnailer: Blacklist GStreamer plugins rather than features
  * thumbnailer: Blacklist video4linux2 plugin
  * src/plugins/dbusservice/dbusservice.py: Fix dbus/mpris next and previous commands.
  * Play/pause with SPACE instead of CTRL+SPACE (#98) (#137)
- Remove xplayer-fix-grilo.patch merged upstream.
* Mon Sep 10 2018 sor.alexei@meowr.ru
- Add xplayer-fix-grilo.patch: Fix start-up issues caused by the
  Grilo plugin (boo#1106676).
* Tue Jun 26 2018 sor.alexei@meowr.ru
- Update to version 1.8.3 (changes since 1.8.1):
  * Fix "Fit window to movie".
  * Update translations.
* Sat May 26 2018 sor.alexei@meowr.ru
- Update to version 1.8.1:
  * Update translations.
* Tue May 08 2018 sor.alexei@meowr.ru
- Update to version 1.8.0:
  * Do not use gnome-common.
  * Fix the python shebang.
  * Clean up the auto-generated files.
  * Fix a compilation error.
  * Fix "Pause" handler for the MPRIS interface, as well as the
    media key interface. The media-key handler simply hadn't
    implemented it, and the mpris plugin (python) was encountering
    an introspection namespace issue with the pause methods.
  * rotation plugin: Fix build, remove generated files, and allow
    the build to compile the .vala source.
Version: 1.6.1-bp150.1.3
* Thu Mar 15 2018 sor.alexei@meowr.ru
- Require gstreamer-plugin-cluttergst3 instead of
  gstreamer-plugin-gstclutter-3_0 on Leap 15.0 or later.
* Fri Nov 24 2017 sor.alexei@meowr.ru
- Update to version 1.6.1:
  * Update translations.
* Sat Nov 04 2017 sor.alexei@meowr.ru
- Update to version 1.6.0:
  * Menubar: Renamed Movie menu to File.
  * Remove xplayer-mozilla.
  * Fullscreen: Improve layout.
  * Fullscreen: Invert button layout.
  * Fullscreen: Remove top button box and integrate buttons into
    statusbar.
  * Fullscreen: Increase statusbar border width to make
    GtkVolumeButton pop up visible.
  * Update translations.
* Wed Jun 28 2017 sor.alexei@meowr.ru
- Update to version 1.4.3:
  * Update translations.
* Wed May 24 2017 sor.alexei@meowr.ru
- Update to version 1.4.2:
  * xplayer-screenshot-plugin: Fix -Werror=format-nonliteral.
  * xplayer-playlist.c: Fix void-return in a non-void function.
  * Update translations.
- Remove xplayer-void-return-no-return.patch: merged upstream.
* Sun May 07 2017 sor.alexei@meowr.ru
- Update to version 1.4.1 (changes since 1.2.2):
  * Add an option to use the dark theme variant (overriding current
    system theme). The default behaviour is to use the dark theme
    unless this new option is disabled (gh#linuxmint#xplayer#38).
  * Add an option to display or hide subtitles.
  * Subtitles: Reduce default font size from 20 to 18.
  * Subtitles: Autoload srt files by default.
  * Preferences: Reorganize layout for subtitle options.
  * Revamp language/subtitle selection.
  * Revamp the OSD.
  * Subtitles/Languages: Fix showing the track name when it doesn't
    correspond to a known language.
  * Add the ability to change the playback speed.
  * OSD: Show track position/length when seeking.
  * Remove support for visualisations.
  * Help: Update man page and help.
  * Focus window when a new file is opened.
  * ui: Move the seek slider inline with the play controls.
  * controls: Move the fullscreen button to the right of the seek
    bar.
  * player-controls: Rearrange and resize the items a bit.
  * player-controls: Actually show the time/seek label on the new
    controls.
  * ui: Remove the statusbar.
  * sidebar: Tweak the styling of the sidebar toolbar a bit.
  * Fix Previous button sensitivity/role.
  * Don't show OSD in fullscreen.
  * l10n: The Update POT file.
  * Update translations
- Require on xplayer-plugins.
- Add xplayer-void-return-no-return.patch.
* Thu Apr 06 2017 sor.alexei@meowr.ru
- Use Gtk3 clutter-gst unconditionally.
* Thu Dec 15 2016 sor.alexei@meowr.ru
- Update to version 1.2.2:
  * Don't show OSD in fullscreen.
  * Update translations.
* Thu Nov 10 2016 sor.alexei@meowr.ru
- Update to version 1.2.1:
  * Fix detection of valac.
  * Fix warnings.
  * Update translations.
* Tue Nov 08 2016 sor.alexei@meowr.ru
- Update to version 1.2.0:
  * Convert most of the icons to symbolics.
  * Don't show sidebar by default.
  * Fullscreen: Add a screen blanking button.
  * Fix missing seek bar in fullscreen mode.
  * Enable rotation and opensubtitles plugins by default.
  * Explicity use python 2.
  * thumbnailer: Add support for rotated thumbnails.
  * backend: Automatically rotate mobile phone videos.
  * backend: Remove use of obsolete clutter function.
  * Change name from Videos to Media Player.
  * backend: Don't warn when rotation is unset.
  * dbus: Show media name when no metadata is available.
  * Enable dbus plugin by default.
* Sat Jul 23 2016 dimstar@opensuse.org
- Also use grilo-0.3 on openSUSE Leap 42.2+.
* Mon Jun 27 2016 sor.alexei@meowr.ru
- Update to version 1.0.7:
  * Fix screensaver inhibit on audio playback.
  * Update translations.
* Wed Jun 22 2016 sor.alexei@meowr.ru
- Update to version 1.0.6:
  * Recolour the xplayer-view-sidebar-symbolic.svg for it to use
    standard symbolic icon colouring.
  * Add missing credits to the Totem developers in the AUTHORS file.
  * Show application name in about dialog.
* Tue May 24 2016 sor.alexei@meowr.ru
- Update to version 1.0.5:
  * Update translations.
* Tue May 17 2016 sor.alexei@meowr.ru
- Update to version 1.0.4:
  * Add missing libpeas-loader-python requirement for D-Bus plugin.
* Wed Apr 27 2016 sor.alexei@meowr.ru
- Update to version 1.0.3:
  * Improve scroll seeking in shorter videos/music.
  * Fix not scrolling backwards.
  * Add support for Grilo 0.3.x.
  * Update translations.
- Add dependencies for Python plugins.
* Wed Feb 10 2016 sor.alexei@meowr.ru
- Update to 1.0.2:
  * Don't capitalise in the dconf schema path.
* Sun Feb 07 2016 sor.alexei@meowr.ru
- Initial package, based on totem's package.