- Update to version 0.33.1+git.20210613T225337.bc9d556f3a:
* js: add mp.utils.append_file * vo_gpu: vulkan: displayvk: Fix handling of unconnected planes * vo_gpu: vulkan: implement a VkDisplayKHR backed context * vo_gpu: vulkan: provide a helper to access device name option * vo_rpi: fix argument name * github/issue_template: irc -> IRC * {ci,docs,README}: update IRC references to new network * docs: fix leftover reference to the now defunct --video-sync-adrop-size option * ytdl_hook: improve handling of json parsing errors OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=269
This commit is contained in:
parent
e997a5e3a7
commit
3e0e31b715
@ -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">d7f3d1fff75a07bef91eef0edb9ae7db6d590637</param></service></servicedata>
|
<param name="changesrevision">bc9d556f3a890cf5f99e9dced0117e2d8a91ff09</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7c8121ef3932520d889186e6e75775f19d1c71c30d07f22e9a4a3f23793dec4d
|
|
||||||
size 9387533
|
|
3
mpv-0.33.1+git.20210613T225337.bc9d556f3a.obscpio
Normal file
3
mpv-0.33.1+git.20210613T225337.bc9d556f3a.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c7639dad1ef8c0434d006f8dd40265495b14c7c4cd86c53ddca06cf37b381062
|
||||||
|
size 9402893
|
14
mpv.changes
14
mpv.changes
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 14 21:01:36 UTC 2021 - ismail@i10z.com
|
||||||
|
|
||||||
|
- Update to version 0.33.1+git.20210613T225337.bc9d556f3a:
|
||||||
|
* js: add mp.utils.append_file
|
||||||
|
* vo_gpu: vulkan: displayvk: Fix handling of unconnected planes
|
||||||
|
* vo_gpu: vulkan: implement a VkDisplayKHR backed context
|
||||||
|
* vo_gpu: vulkan: provide a helper to access device name option
|
||||||
|
* vo_rpi: fix argument name
|
||||||
|
* github/issue_template: irc -> IRC
|
||||||
|
* {ci,docs,README}: update IRC references to new network
|
||||||
|
* docs: fix leftover reference to the now defunct --video-sync-adrop-size option
|
||||||
|
* ytdl_hook: improve handling of json parsing errors
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 29 16:31:14 UTC 2021 - ismail@i10z.com
|
Sat May 29 16:31:14 UTC 2021 - ismail@i10z.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: mpv
|
name: mpv
|
||||||
version: 0.33.1+git.20210528T161101.d7f3d1fff7
|
version: 0.33.1+git.20210613T225337.bc9d556f3a
|
||||||
mtime: 1622218261
|
mtime: 1623614017
|
||||||
commit: d7f3d1fff75a07bef91eef0edb9ae7db6d590637
|
commit: bc9d556f3a890cf5f99e9dced0117e2d8a91ff09
|
||||||
|
|
||||||
|
2
mpv.spec
2
mpv.spec
@ -22,7 +22,7 @@
|
|||||||
%define _waf_ver 2.0.20
|
%define _waf_ver 2.0.20
|
||||||
%define lname libmpv1
|
%define lname libmpv1
|
||||||
Name: mpv
|
Name: mpv
|
||||||
Version: 0.33.1+git.20210528T161101.d7f3d1fff7
|
Version: 0.33.1+git.20210613T225337.bc9d556f3a
|
||||||
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