- Update to version 0.32.0+git.20201001T111222.34b8adc456:
* wayland: set an opaque region * options: fix --cover-art-file typo * player: cosmetically change around some code * player: add automatic loading of external cover art files * player: let frontend decide whether to use cover-art mode * ci: fix spirv-cross build in mingw scripts * mac: add support for the focused property * mac: add an option to prevent focusing of the window on open OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=240
This commit is contained in:
parent
85da2ab733
commit
69378e80dd
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/mpv-player/mpv.git</param>
|
<param name="url">https://github.com/mpv-player/mpv.git</param>
|
||||||
<param name="changesrevision">c535dfed6657da738e2df7d83fdc39b8950a3463</param></service></servicedata>
|
<param name="changesrevision">34b8adc4562f38374d8eb981b002f268dc5640d4</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1a75f6b7c8cacebca155968fe71708538d55070c248d149b4ee123666be79968
|
|
||||||
size 9292301
|
|
3
mpv-0.32.0+git.20201001T111222.34b8adc456.obscpio
Normal file
3
mpv-0.32.0+git.20201001T111222.34b8adc456.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:414d914137fea75875181534aba0ebd9f52c59298910f9f8080fd335aec4e168
|
||||||
|
size 9297933
|
13
mpv.changes
13
mpv.changes
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 03 11:13:34 UTC 2020 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.32.0+git.20201001T111222.34b8adc456:
|
||||||
|
* wayland: set an opaque region
|
||||||
|
* options: fix --cover-art-file typo
|
||||||
|
* player: cosmetically change around some code
|
||||||
|
* player: add automatic loading of external cover art files
|
||||||
|
* player: let frontend decide whether to use cover-art mode
|
||||||
|
* ci: fix spirv-cross build in mingw scripts
|
||||||
|
* mac: add support for the focused property
|
||||||
|
* mac: add an option to prevent focusing of the window on open
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 22 11:32:39 UTC 2020 - idonmez@suse.com
|
Tue Sep 22 11:32:39 UTC 2020 - idonmez@suse.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: mpv
|
name: mpv
|
||||||
version: 0.32.0+git.20200922T130339.c535dfed66
|
version: 0.32.0+git.20201001T111222.34b8adc456
|
||||||
mtime: 1600772619
|
mtime: 1601568742
|
||||||
commit: c535dfed6657da738e2df7d83fdc39b8950a3463
|
commit: 34b8adc4562f38374d8eb981b002f268dc5640d4
|
||||||
|
|
||||||
|
2
mpv.spec
2
mpv.spec
@ -22,7 +22,7 @@
|
|||||||
%define _waf_ver 2.0.9
|
%define _waf_ver 2.0.9
|
||||||
%define lname libmpv1
|
%define lname libmpv1
|
||||||
Name: mpv
|
Name: mpv
|
||||||
Version: 0.32.0+git.20200922T130339.c535dfed66
|
Version: 0.32.0+git.20201001T111222.34b8adc456
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Advanced general-purpose multimedia player
|
Summary: Advanced general-purpose multimedia player
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user