- Update to version 0.33.1+git.20210630T163736.f2afae55e9:

* wayland: refactor surface scaling
  * sub: fix subs/lyrics on music files with sub-past-video-end=no
  * wayland: fix wl_surface_set_buffer_scale usage
  * wayland: always be sure to initially try to render
  * wayland: remove unused includes
  * wayland: handle app id option less stupidly
  * wayland: reorganize wayland common code
  * stats.lua: add scaled resolution
  * DOCS: fix typo on seekbarkeyframes
  * TOOLS/lua/autoload: load files even if current file is hidden
  * TOOLS/lua/autoload: add ignore_hidden option
  * player: fix property name
  * lua: idle observers: ensure timers are up-to-date
  * lua: timers: don't block forever with slow callbacks
  * sub: by default, don't render timestamps after video EOF
  * player: change cover-art-auto behavior
  * js: idle-observers: minor performance improvement
  * osc: seekbar hover/drag: display target chapter at the title
  * manpage: add article in fuzzy explanation
  * player: remove unnecessary check
  * player: fix segfault
  * osc: ensure tick after any mouse-event
  * osc: don't initialize while mouse-down over an element
  * osc: update chapter marker positions when duration changes

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=271
This commit is contained in:
Ismail Dönmez 2021-07-01 08:06:35 +00:00 committed by Git OBS Bridge
parent 3e0e31b715
commit d8b8ce7c18
6 changed files with 37 additions and 8 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/mpv-player/mpv.git</param>
<param name="changesrevision">bc9d556f3a890cf5f99e9dced0117e2d8a91ff09</param></service></servicedata>
<param name="changesrevision">f2afae55e95b4b1eec1aeb828ba6ff1f0695d993</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c7639dad1ef8c0434d006f8dd40265495b14c7c4cd86c53ddca06cf37b381062
size 9402893

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26f10d29326114d62224e0547724ff4c36daa2e74aee6db0e352a544c4316b3b
size 9409549

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Thu Jul 01 08:03:22 UTC 2021 - ismail@i10z.com
- Update to version 0.33.1+git.20210630T163736.f2afae55e9:
* wayland: refactor surface scaling
* sub: fix subs/lyrics on music files with sub-past-video-end=no
* wayland: fix wl_surface_set_buffer_scale usage
* wayland: always be sure to initially try to render
* wayland: remove unused includes
* wayland: handle app id option less stupidly
* wayland: reorganize wayland common code
* stats.lua: add scaled resolution
* DOCS: fix typo on seekbarkeyframes
* TOOLS/lua/autoload: load files even if current file is hidden
* TOOLS/lua/autoload: add ignore_hidden option
* player: fix property name
* lua: idle observers: ensure timers are up-to-date
* lua: timers: don't block forever with slow callbacks
* sub: by default, don't render timestamps after video EOF
* player: change cover-art-auto behavior
* js: idle-observers: minor performance improvement
* osc: seekbar hover/drag: display target chapter at the title
* manpage: add article in fuzzy explanation
* player: remove unnecessary check
* player: fix segfault
* osc: ensure tick after any mouse-event
* osc: don't initialize while mouse-down over an element
* osc: update chapter marker positions when duration changes
-------------------------------------------------------------------
Mon Jun 14 21:01:36 UTC 2021 - ismail@i10z.com

View File

@ -1,5 +1,5 @@
name: mpv
version: 0.33.1+git.20210613T225337.bc9d556f3a
mtime: 1623614017
commit: bc9d556f3a890cf5f99e9dced0117e2d8a91ff09
version: 0.33.1+git.20210630T163736.f2afae55e9
mtime: 1625071056
commit: f2afae55e95b4b1eec1aeb828ba6ff1f0695d993

View File

@ -22,7 +22,7 @@
%define _waf_ver 2.0.20
%define lname libmpv1
Name: mpv
Version: 0.33.1+git.20210613T225337.bc9d556f3a
Version: 0.33.1+git.20210630T163736.f2afae55e9
Release: 0
Summary: Advanced general-purpose multimedia player
License: GPL-2.0-or-later