From 9597143636f31b36aee0b73e4480cf6b4fd7a7f432f8022f856ee4485b523a04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 17 Nov 2020 10:26:23 +0000 Subject: [PATCH] - 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 --- _servicedata | 2 +- ...2.0+git.20201016T174805.cbbdb3fae4.obscpio | 3 -- ...2.0+git.20201116T202958.24d6961833.obscpio | 3 ++ mpv.changes | 45 +++++++++++++++++++ mpv.obsinfo | 6 +-- mpv.spec | 2 +- 6 files changed, 53 insertions(+), 8 deletions(-) delete mode 100644 mpv-0.32.0+git.20201016T174805.cbbdb3fae4.obscpio create mode 100644 mpv-0.32.0+git.20201116T202958.24d6961833.obscpio diff --git a/_servicedata b/_servicedata index 172c0e6..055115f 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/mpv-player/mpv.git - cbbdb3fae4343b4a00fc8e628a511b48736be589 \ No newline at end of file + 24d696183364c4b5d36c46551bdb8d8b53f9c699 \ No newline at end of file diff --git a/mpv-0.32.0+git.20201016T174805.cbbdb3fae4.obscpio b/mpv-0.32.0+git.20201016T174805.cbbdb3fae4.obscpio deleted file mode 100644 index 8b22b59..0000000 --- a/mpv-0.32.0+git.20201016T174805.cbbdb3fae4.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a175bad5501ccea23e0e3466b09afb64841836dcfab51e0ac2af70ed1e835c1b -size 9301517 diff --git a/mpv-0.32.0+git.20201116T202958.24d6961833.obscpio b/mpv-0.32.0+git.20201116T202958.24d6961833.obscpio new file mode 100644 index 0000000..8935d07 --- /dev/null +++ b/mpv-0.32.0+git.20201116T202958.24d6961833.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:039bb655b2eaccc8aee798d39bf038a35fd47b2b1a7cbbf0251aac81f25b27ea +size 9325581 diff --git a/mpv.changes b/mpv.changes index 7a27d5b..78c6723 100644 --- a/mpv.changes +++ b/mpv.changes @@ -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 isn’t 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 diff --git a/mpv.obsinfo b/mpv.obsinfo index 88dcd65..9d51d15 100644 --- a/mpv.obsinfo +++ b/mpv.obsinfo @@ -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 diff --git a/mpv.spec b/mpv.spec index e362d91..1730096 100644 --- a/mpv.spec +++ b/mpv.spec @@ -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