- 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:
parent
b7ea427e4e
commit
85da2ab733
@ -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>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d36f44cd828d8ca611d5cadb73f3871556c70b1dbf4e2b1bc618e5724cea63c2
|
||||
size 9286669
|
3
mpv-0.32.0+git.20200922T130339.c535dfed66.obscpio
Normal file
3
mpv-0.32.0+git.20200922T130339.c535dfed66.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a75f6b7c8cacebca155968fe71708538d55070c248d149b4ee123666be79968
|
||||
size 9292301
|
26
mpv.changes
26
mpv.changes
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user