From 90ac71b4d3b36c1904e6e462386d88ad581319ed02f46530777d3a8e0b2de4a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 19 Oct 2020 12:46:51 +0000 Subject: [PATCH] - 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/package/show/multimedia:apps/mpv?expand=0&rev=244 --- .gitattributes | 2 +- _servicedata | 2 +- ...32.0+git.20201008T111710.16b44d93f7.obscpio | 3 --- ...32.0+git.20201016T174805.cbbdb3fae4.obscpio | 3 +++ mpv.changes | 18 ++++++++++++++++++ mpv.obsinfo | 6 +++--- mpv.spec | 4 ++-- waf-2.0.20 | 3 +++ waf-2.0.9 | 3 --- 9 files changed, 31 insertions(+), 13 deletions(-) delete mode 100644 mpv-0.32.0+git.20201008T111710.16b44d93f7.obscpio create mode 100644 mpv-0.32.0+git.20201016T174805.cbbdb3fae4.obscpio create mode 100644 waf-2.0.20 delete mode 100644 waf-2.0.9 diff --git a/.gitattributes b/.gitattributes index 98c6002..24b2ab6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -22,4 +22,4 @@ *.zip filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text ## 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 diff --git a/_servicedata b/_servicedata index c54f5be..172c0e6 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/mpv-player/mpv.git - 16b44d93f7014b3abd8f21a4035fd4ebeed1d2c0 \ No newline at end of file + cbbdb3fae4343b4a00fc8e628a511b48736be589 \ No newline at end of file diff --git a/mpv-0.32.0+git.20201008T111710.16b44d93f7.obscpio b/mpv-0.32.0+git.20201008T111710.16b44d93f7.obscpio deleted file mode 100644 index f713a28..0000000 --- a/mpv-0.32.0+git.20201008T111710.16b44d93f7.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6362d5251d0f75fe659aa94dd4fe4f597fde33fcfaca6e2775f391f690011c35 -size 9299469 diff --git a/mpv-0.32.0+git.20201016T174805.cbbdb3fae4.obscpio b/mpv-0.32.0+git.20201016T174805.cbbdb3fae4.obscpio new file mode 100644 index 0000000..8b22b59 --- /dev/null +++ b/mpv-0.32.0+git.20201016T174805.cbbdb3fae4.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a175bad5501ccea23e0e3466b09afb64841836dcfab51e0ac2af70ed1e835c1b +size 9301517 diff --git a/mpv.changes b/mpv.changes index caa6070..7a27d5b 100644 --- a/mpv.changes +++ b/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 diff --git a/mpv.obsinfo b/mpv.obsinfo index 613b72f..88dcd65 100644 --- a/mpv.obsinfo +++ b/mpv.obsinfo @@ -1,5 +1,5 @@ name: mpv -version: 0.32.0+git.20201008T111710.16b44d93f7 -mtime: 1602148630 -commit: 16b44d93f7014b3abd8f21a4035fd4ebeed1d2c0 +version: 0.32.0+git.20201016T174805.cbbdb3fae4 +mtime: 1602863285 +commit: cbbdb3fae4343b4a00fc8e628a511b48736be589 diff --git a/mpv.spec b/mpv.spec index 9a60937..e362d91 100644 --- a/mpv.spec +++ b/mpv.spec @@ -19,10 +19,10 @@ # -%define _waf_ver 2.0.9 +%define _waf_ver 2.0.20 %define lname libmpv1 Name: mpv -Version: 0.32.0+git.20201008T111710.16b44d93f7 +Version: 0.32.0+git.20201016T174805.cbbdb3fae4 Release: 0 Summary: Advanced general-purpose multimedia player License: GPL-2.0-or-later diff --git a/waf-2.0.20 b/waf-2.0.20 new file mode 100644 index 0000000..aa94b93 --- /dev/null +++ b/waf-2.0.20 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf971e98edc2414968a262c6aa6b88541a26c3cd248689c89f4c57370955ee7f +size 104725 diff --git a/waf-2.0.9 b/waf-2.0.9 deleted file mode 100644 index e812141..0000000 --- a/waf-2.0.9 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a8e0816f023995e557f79ea8940d322bec18f286917c8f9a6fa2dc3875dfa48 -size 103104