- Update to version 0.32.0+git.20201116T202958.24d6961833:

* command: mouse: generate MOUSE_{ENTER,LEAVE} if required
  * docs/input.rst: document the mouse-pos property
  * command: mouse-pos property: add field "hover"
  * lua/js: mp.get_mouse_pos: use the mouse-pos property
  * command: new property: mouse-pos
  * command: add internal INPUT_PROCESSED event
  * path: do not use old_home for win32 exe dir
  * js: report scripts CPU/memory usage statistics
  * ci: fix mingw build by adding harfbuzz
  * command: make subtitle time properties observable
  * manpage: properties fixes
  * manpage: document the property-change event
  * manpage: document video-frame-info sub-properties
  * manpage: remove redundant "Return(s) "
  * manpage: document demuxer-cache-state better
  * manpage: be consistent with booleans
  * vo_sixel: Add fallback terminal width and height
  * vo_sixel: Add checks to prevent null pointer dereferencing.
  * ao_alsa: handle -EPIPE XRUNs from snd_pcm_status
  * ao_alsa: always initialize state if passed
  * wayland: fix buffer overrun in get_mods
  * wayland: check for modifier keys on pointer events
  * Revert "wayland: conditionally commit surface on resize"
  * DOCS: correct interface-changes.rst
  * mac: make focus property observable
  * video/out/vo_sixel.c: Implement sixel as a output device
  * manpage: document av1 addition to --hwdec-codecs default setting
  * vd_lavc: add AV1 to the default allowed hwdec codec list
  * player: fix external cover file prioritization

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=246
This commit is contained in:
Ismail Dönmez 2020-11-17 10:26:23 +00:00 committed by Git OBS Bridge
parent 90ac71b4d3
commit 9597143636
6 changed files with 53 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">cbbdb3fae4343b4a00fc8e628a511b48736be589</param></service></servicedata>
<param name="changesrevision">24d696183364c4b5d36c46551bdb8d8b53f9c699</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,48 @@
-------------------------------------------------------------------
Tue Nov 17 10:24:37 UTC 2020 - idonmez@suse.com
- Update to version 0.32.0+git.20201116T202958.24d6961833:
* command: mouse: generate MOUSE_{ENTER,LEAVE} if required
* docs/input.rst: document the mouse-pos property
* command: mouse-pos property: add field "hover"
* lua/js: mp.get_mouse_pos: use the mouse-pos property
* command: new property: mouse-pos
* command: add internal INPUT_PROCESSED event
* path: do not use old_home for win32 exe dir
* js: report scripts CPU/memory usage statistics
* ci: fix mingw build by adding harfbuzz
* command: make subtitle time properties observable
* manpage: properties fixes
* manpage: document the property-change event
* manpage: document video-frame-info sub-properties
* manpage: remove redundant "Return(s) "
* manpage: document demuxer-cache-state better
* manpage: be consistent with booleans
* vo_sixel: Add fallback terminal width and height
* vo_sixel: Add checks to prevent null pointer dereferencing.
* ao_alsa: handle -EPIPE XRUNs from snd_pcm_status
* ao_alsa: always initialize state if passed
* wayland: fix buffer overrun in get_mods
* wayland: check for modifier keys on pointer events
* Revert "wayland: conditionally commit surface on resize"
* DOCS: correct interface-changes.rst
* mac: make focus property observable
* video/out/vo_sixel.c: Implement sixel as a output device
* manpage: document av1 addition to --hwdec-codecs default setting
* vd_lavc: add AV1 to the default allowed hwdec codec list
* player: fix external cover file prioritization
* input.conf: add default keybindings for sub-scale
* console: let type set the cursor position
* ytdl_hook: if ytdl not found in config dirs, use ytdl_path as is
* ytdl_hook: support alternative youtube-dl path
* player: reorder list of external cover files for optimal results
* build: disable wayland if linux/input-event-codes.h isnt available
* wayland: use more specific input codes header
* demux_lavf: initialize ReplayGain data
* command: add delete-watch-later-config
* vo_gpu: improve gamut warning bounds checks
* wayland: don't use presentation time if ust is 0
-------------------------------------------------------------------
Mon Oct 19 12:43:07 UTC 2020 - idonmez@suse.com

View File

@ -1,5 +1,5 @@
name: mpv
version: 0.32.0+git.20201016T174805.cbbdb3fae4
mtime: 1602863285
commit: cbbdb3fae4343b4a00fc8e628a511b48736be589
version: 0.32.0+git.20201116T202958.24d6961833
mtime: 1605551398
commit: 24d696183364c4b5d36c46551bdb8d8b53f9c699

View File

@ -22,7 +22,7 @@
%define _waf_ver 2.0.20
%define lname libmpv1
Name: mpv
Version: 0.32.0+git.20201016T174805.cbbdb3fae4
Version: 0.32.0+git.20201116T202958.24d6961833
Release: 0
Summary: Advanced general-purpose multimedia player
License: GPL-2.0-or-later