- Update to version 0.32.0+git.20200922T130339.c535dfed66:

* travis: fix macOS 10.12 legacy build
  * wayland: only render if we have frame callback
  * player: add pause state to playback start message
  * terminal: fix segfault when backgrounding
  * f_decoder_wrapper: make log prefix less verbose
  * audio: take paused state into account in ao_start()
  * audio: move start() calls outside of lock
  * mac: add an option to change the App activation policy
  * mac: add ontop window level for desktop
  * options: simplify --android-surface-size handling
  * build: disable GLX
  * manpage: fix console keybindings punctuation
  * msg: make --msg-time show time in seconds
  * build: sort dependencies (to make build deterministic)
  * command, demux: make drop-buffers reset state even harder
  * terminal: attempt to handle the ESC key
  * client API: update alignment requirements for software rendering
  * sws_utils: work around libswscale corrupting memory yet again
  * manpage: refer to --sub-color for colors
  * manpage: mark file-local-options as writable
  * stream_slice: interpret `end` as offset if it starts with '+'

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=238
This commit is contained in:
Ismail Dönmez 2020-09-22 11:37:15 +00:00 committed by Git OBS Bridge
parent b7ea427e4e
commit 85da2ab733
6 changed files with 34 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">49f5c9b4820b082b8d25b753ff010562939a754f</param></service></servicedata>
<param name="changesrevision">c535dfed6657da738e2df7d83fdc39b8950a3463</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue Sep 22 11:32:39 UTC 2020 - idonmez@suse.com
- Update to version 0.32.0+git.20200922T130339.c535dfed66:
* travis: fix macOS 10.12 legacy build
* wayland: only render if we have frame callback
* player: add pause state to playback start message
* terminal: fix segfault when backgrounding
* f_decoder_wrapper: make log prefix less verbose
* audio: take paused state into account in ao_start()
* audio: move start() calls outside of lock
* mac: add an option to change the App activation policy
* mac: add ontop window level for desktop
* options: simplify --android-surface-size handling
* build: disable GLX
* manpage: fix console keybindings punctuation
* msg: make --msg-time show time in seconds
* build: sort dependencies (to make build deterministic)
* command, demux: make drop-buffers reset state even harder
* terminal: attempt to handle the ESC key
* client API: update alignment requirements for software rendering
* sws_utils: work around libswscale corrupting memory yet again
* manpage: refer to --sub-color for colors
* manpage: mark file-local-options as writable
* stream_slice: interpret `end` as offset if it starts with '+'
-------------------------------------------------------------------
Mon Sep 14 07:46:26 UTC 2020 - idonmez@suse.com

View File

@ -1,5 +1,5 @@
name: mpv
version: 0.32.0+git.20200912T130313.49f5c9b482
mtime: 1599908593
commit: 49f5c9b4820b082b8d25b753ff010562939a754f
version: 0.32.0+git.20200922T130339.c535dfed66
mtime: 1600772619
commit: c535dfed6657da738e2df7d83fdc39b8950a3463

View File

@ -22,7 +22,7 @@
%define _waf_ver 2.0.9
%define lname libmpv1
Name: mpv
Version: 0.32.0+git.20200912T130313.49f5c9b482
Version: 0.32.0+git.20200922T130339.c535dfed66
Release: 0
Summary: Advanced general-purpose multimedia player
License: GPL-2.0-or-later