Accepting request 842552 from multimedia:apps
- Update to version 0.32.0+git.20201016T174805.cbbdb3fae4: * stats: display hw pixel format too * command: expose underlying pixfmt for hwdec * manpage: Document behaviour of *nix configuration directories * build: bump waf to 2.0.20 * stream_lavf: enable SRT protocol support through FFmpeg * vo_gpu: fix segfault when updating render opts * vo_gpu: EGL: hack for alpha on different platforms * wayland: update opaque region on runtime * vo_gpu: update render options on runtime * wayland: be less strict about when to render * docs: fix simple typo, unminimze -> unminimize * DOCS: fix typo on sub-filter-regex-enable * manpage: reference standard for configuration file location OBS-URL: https://build.opensuse.org/request/show/842552 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=94
This commit is contained in:
commit
fcc2265946
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -22,4 +22,4 @@
|
|||||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||||
## Specific LFS patterns
|
## Specific LFS patterns
|
||||||
waf-2.0.9 filter=lfs diff=lfs merge=lfs -text
|
waf-2.0.20 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
@ -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">16b44d93f7014b3abd8f21a4035fd4ebeed1d2c0</param></service></servicedata>
|
<param name="changesrevision">cbbdb3fae4343b4a00fc8e628a511b48736be589</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6362d5251d0f75fe659aa94dd4fe4f597fde33fcfaca6e2775f391f690011c35
|
|
||||||
size 9299469
|
|
3
mpv-0.32.0+git.20201016T174805.cbbdb3fae4.obscpio
Normal file
3
mpv-0.32.0+git.20201016T174805.cbbdb3fae4.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a175bad5501ccea23e0e3466b09afb64841836dcfab51e0ac2af70ed1e835c1b
|
||||||
|
size 9301517
|
18
mpv.changes
18
mpv.changes
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 12:43:07 UTC 2020 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.32.0+git.20201016T174805.cbbdb3fae4:
|
||||||
|
* stats: display hw pixel format too
|
||||||
|
* command: expose underlying pixfmt for hwdec
|
||||||
|
* manpage: Document behaviour of *nix configuration directories
|
||||||
|
* build: bump waf to 2.0.20
|
||||||
|
* stream_lavf: enable SRT protocol support through FFmpeg
|
||||||
|
* vo_gpu: fix segfault when updating render opts
|
||||||
|
* vo_gpu: EGL: hack for alpha on different platforms
|
||||||
|
* wayland: update opaque region on runtime
|
||||||
|
* vo_gpu: update render options on runtime
|
||||||
|
* wayland: be less strict about when to render
|
||||||
|
* docs: fix simple typo, unminimze -> unminimize
|
||||||
|
* DOCS: fix typo on sub-filter-regex-enable
|
||||||
|
* manpage: reference standard for configuration file location
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 09 11:30:41 UTC 2020 - idonmez@suse.com
|
Fri Oct 09 11:30:41 UTC 2020 - idonmez@suse.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: mpv
|
name: mpv
|
||||||
version: 0.32.0+git.20201008T111710.16b44d93f7
|
version: 0.32.0+git.20201016T174805.cbbdb3fae4
|
||||||
mtime: 1602148630
|
mtime: 1602863285
|
||||||
commit: 16b44d93f7014b3abd8f21a4035fd4ebeed1d2c0
|
commit: cbbdb3fae4343b4a00fc8e628a511b48736be589
|
||||||
|
|
||||||
|
4
mpv.spec
4
mpv.spec
@ -19,10 +19,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _waf_ver 2.0.9
|
%define _waf_ver 2.0.20
|
||||||
%define lname libmpv1
|
%define lname libmpv1
|
||||||
Name: mpv
|
Name: mpv
|
||||||
Version: 0.32.0+git.20201008T111710.16b44d93f7
|
Version: 0.32.0+git.20201016T174805.cbbdb3fae4
|
||||||
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
|
||||||
|
3
waf-2.0.20
Normal file
3
waf-2.0.20
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bf971e98edc2414968a262c6aa6b88541a26c3cd248689c89f4c57370955ee7f
|
||||||
|
size 104725
|
Loading…
Reference in New Issue
Block a user