- 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
This commit is contained in:
Ismail Dönmez 2020-09-14 07:48:31 +00:00 committed by Git OBS Bridge
parent a0084f8e5f
commit b7ea427e4e
6 changed files with 23 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">f57b90b069f85336c2b18abfc60b75d436624bee</param></service></servicedata>
<param name="changesrevision">49f5c9b4820b082b8d25b753ff010562939a754f</param></service></servicedata>

View File

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

View File

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

View File

@ -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

View File

@ -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

View File

@ -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