From b7ea427e4eb778e4c00fadfe5665464f13f2b5d5bd49f1c40b7f93825395d48e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 14 Sep 2020 07:48:31 +0000 Subject: [PATCH] - Update to version 0.32.0+git.20200912T130313.49f5c9b482: * command: add property track-list/N/main-selection * player: fix inconsistent AO pause state in certain situations * player: some minor code golf * vo_vdpau: remove an unused variable * player: clamp relative seek base time to nominal duration * manpage: "fix" some formatting * terminal-unix: attempt to support more CTRL * vo_vdpau: remove deprecated/inactive --vo-vdpau-deint option * command: add read-only focused property * manpage: fix typo * options: fix a flags field * ao_alsa: make partial writes an error message * audio: fix stream-silence with push AOs (somewhat) * encode: propagate errors to exit status properly * ao_lavc: slightly simplify filter use * client API: inactivate the opengl_cb API * encode: disable unsupported media types automatically * encode: remove early EOF failure handling * audio: slightly simplify audio_start_ao() * audio: reduce excessive logging of delayed audio start * ao_alsa: log more information on short writes * audio: do not show audio draining message when it does not make sense * audio: do not wake up player when waiting for audio state and paused * audio: fix AVFrame allocation (crash with opus encoding) * DOCS/interface-changes: remove encoding mode deprecation entry * player/playloop.c: reorder included headers per contribute.md * ao_openal: restore working condition with new push API * ao: remove unused field * audio: fix inefficient behavior with ao_alsa, remove period_size field OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=236 --- _servicedata | 2 +- mpv-0.32.0+git.20200904T003159.f57b90b069.obscpio | 3 --- mpv-0.32.0+git.20200912T130313.49f5c9b482.obscpio | 3 +++ mpv.changes | 15 +++++++++++++++ mpv.obsinfo | 6 +++--- mpv.spec | 2 +- 6 files changed, 23 insertions(+), 8 deletions(-) delete mode 100644 mpv-0.32.0+git.20200904T003159.f57b90b069.obscpio create mode 100644 mpv-0.32.0+git.20200912T130313.49f5c9b482.obscpio diff --git a/_servicedata b/_servicedata index d2e007e..22fe257 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/mpv-player/mpv.git - f57b90b069f85336c2b18abfc60b75d436624bee \ No newline at end of file + 49f5c9b4820b082b8d25b753ff010562939a754f \ No newline at end of file diff --git a/mpv-0.32.0+git.20200904T003159.f57b90b069.obscpio b/mpv-0.32.0+git.20200904T003159.f57b90b069.obscpio deleted file mode 100644 index 67a4906..0000000 --- a/mpv-0.32.0+git.20200904T003159.f57b90b069.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd3b0a23e76d107b3c556c511a9acc4327433546e5357ebecb33fb8e85b0efce -size 9285133 diff --git a/mpv-0.32.0+git.20200912T130313.49f5c9b482.obscpio b/mpv-0.32.0+git.20200912T130313.49f5c9b482.obscpio new file mode 100644 index 0000000..9d7ce8c --- /dev/null +++ b/mpv-0.32.0+git.20200912T130313.49f5c9b482.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d36f44cd828d8ca611d5cadb73f3871556c70b1dbf4e2b1bc618e5724cea63c2 +size 9286669 diff --git a/mpv.changes b/mpv.changes index 82a8d5d..86094e6 100644 --- a/mpv.changes +++ b/mpv.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Sep 14 07:46:26 UTC 2020 - idonmez@suse.com + +- Update to version 0.32.0+git.20200912T130313.49f5c9b482: + * command: add property track-list/N/main-selection + * player: fix inconsistent AO pause state in certain situations + * player: some minor code golf + * vo_vdpau: remove an unused variable + * player: clamp relative seek base time to nominal duration + * manpage: "fix" some formatting + * terminal-unix: attempt to support more CTRL + * vo_vdpau: remove deprecated/inactive --vo-vdpau-deint option + * command: add read-only focused property + * manpage: fix typo + ------------------------------------------------------------------- Sun Sep 06 05:23:47 UTC 2020 - idonmez@suse.com diff --git a/mpv.obsinfo b/mpv.obsinfo index 3e0f704..e972a3b 100644 --- a/mpv.obsinfo +++ b/mpv.obsinfo @@ -1,5 +1,5 @@ name: mpv -version: 0.32.0+git.20200904T003159.f57b90b069 -mtime: 1599172319 -commit: f57b90b069f85336c2b18abfc60b75d436624bee +version: 0.32.0+git.20200912T130313.49f5c9b482 +mtime: 1599908593 +commit: 49f5c9b4820b082b8d25b753ff010562939a754f diff --git a/mpv.spec b/mpv.spec index caa74fd..fa623c7 100644 --- a/mpv.spec +++ b/mpv.spec @@ -22,7 +22,7 @@ %define _waf_ver 2.0.9 %define lname libmpv1 Name: mpv -Version: 0.32.0+git.20200904T003159.f57b90b069 +Version: 0.32.0+git.20200912T130313.49f5c9b482 Release: 0 Summary: Advanced general-purpose multimedia player License: GPL-2.0-or-later