From 3b1fb7f52b372b7b7965badae4926c5de83a7ccdb1ddbd369c8d4cd752549c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 21 Dec 2020 12:01:07 +0000 Subject: [PATCH] - Update to version 0.33.0+git.20201220T105748.1ba5dc84ca: * wayland: support multiple modifiers * mac: fix type mismatch Int instead of Int32 * mac: use visible frame rectangle for window geometry calculation * mac: fix a window positioning bug when exiting fullscreen * appveyor: use MSYS2 shaderc package * vo_wlshm: support presentation time * wayland: unify frame/presentation callback code * x11: update geometry/autofit opts on runtime * wayland: update geometry/autofit opts on runtime * console: use wl-paste on Wayland * wayland: remove unused function declaration * auto_profiles: fix compile_cond on lua 5.1 * build: recognize Lua 5.1 on Arch Linux * manpage: document background transparency * manpage: clarify that you can prefetch m3u8 urls * wayland: handle multiple outputs more correctly * vo_gpu: revert 8a09299 and conditionally clear framebuffer again * mac: support screen-name and fs-screen-name opts * wayland: support fs-screen-name option * x11: support screen-name and fs-screen-name opts * player: add --screen-name and --fs-screen-name * manpage: clarify profile-cond requires underscores * build: restore support for non-pkgconfig zlib * build: use pkg-config for zlib * vo_gpu: placebo: update for upstream API changes * vo_sixel: don't divide by zero on small terminal * vo_sixel: re-fit image on terminal resize * vo_sixel: refactor of resize, reconfig (no-op) * vo_sixel: Update description string of vo driver OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=252 --- _servicedata | 2 +- ...3.0+git.20201129T160245.f16c6472a1.obscpio | 3 -- ...3.0+git.20201220T105748.1ba5dc84ca.obscpio | 3 ++ mpv.changes | 35 +++++++++++++++++++ mpv.obsinfo | 6 ++-- mpv.spec | 2 +- 6 files changed, 43 insertions(+), 8 deletions(-) delete mode 100644 mpv-0.33.0+git.20201129T160245.f16c6472a1.obscpio create mode 100644 mpv-0.33.0+git.20201220T105748.1ba5dc84ca.obscpio diff --git a/_servicedata b/_servicedata index 305202c..28ca590 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/mpv-player/mpv.git - f16c6472a1d7b3506f561a1e1d0b2e9675ca06ea \ No newline at end of file + 1ba5dc84caa1dfe4ee39e8a9947f863b43a52263 \ No newline at end of file diff --git a/mpv-0.33.0+git.20201129T160245.f16c6472a1.obscpio b/mpv-0.33.0+git.20201129T160245.f16c6472a1.obscpio deleted file mode 100644 index 0c1a837..0000000 --- a/mpv-0.33.0+git.20201129T160245.f16c6472a1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:851b0ed31fbf4ce391352b9d4182e3ab4a644ad9298f2c3876f9e832c8552e8f -size 9340941 diff --git a/mpv-0.33.0+git.20201220T105748.1ba5dc84ca.obscpio b/mpv-0.33.0+git.20201220T105748.1ba5dc84ca.obscpio new file mode 100644 index 0000000..45ee99e --- /dev/null +++ b/mpv-0.33.0+git.20201220T105748.1ba5dc84ca.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b108436ab2f756b5385b2c40ec9950335d8c552f34e30287c38ac414fd805573 +size 9348109 diff --git a/mpv.changes b/mpv.changes index 49d4311..35219a2 100644 --- a/mpv.changes +++ b/mpv.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Mon Dec 21 11:58:34 UTC 2020 - idonmez@suse.com + +- Update to version 0.33.0+git.20201220T105748.1ba5dc84ca: + * wayland: support multiple modifiers + * mac: fix type mismatch Int instead of Int32 + * mac: use visible frame rectangle for window geometry calculation + * mac: fix a window positioning bug when exiting fullscreen + * appveyor: use MSYS2 shaderc package + * vo_wlshm: support presentation time + * wayland: unify frame/presentation callback code + * x11: update geometry/autofit opts on runtime + * wayland: update geometry/autofit opts on runtime + * console: use wl-paste on Wayland + * wayland: remove unused function declaration + * auto_profiles: fix compile_cond on lua 5.1 + * build: recognize Lua 5.1 on Arch Linux + * manpage: document background transparency + * manpage: clarify that you can prefetch m3u8 urls + * wayland: handle multiple outputs more correctly + * vo_gpu: revert 8a09299 and conditionally clear framebuffer again + * mac: support screen-name and fs-screen-name opts + * wayland: support fs-screen-name option + * x11: support screen-name and fs-screen-name opts + * player: add --screen-name and --fs-screen-name + * manpage: clarify profile-cond requires underscores + * build: restore support for non-pkgconfig zlib + * build: use pkg-config for zlib + * vo_gpu: placebo: update for upstream API changes + * vo_sixel: don't divide by zero on small terminal + * vo_sixel: re-fit image on terminal resize + * vo_sixel: refactor of resize, reconfig (no-op) + * vo_sixel: Update description string of vo driver + * csputils: add MP_CHROMA_TOPLEFT + ------------------------------------------------------------------- Mon Nov 30 12:19:41 UTC 2020 - idonmez@suse.com diff --git a/mpv.obsinfo b/mpv.obsinfo index 5a7cbc4..5d76cca 100644 --- a/mpv.obsinfo +++ b/mpv.obsinfo @@ -1,5 +1,5 @@ name: mpv -version: 0.33.0+git.20201129T160245.f16c6472a1 -mtime: 1606662165 -commit: f16c6472a1d7b3506f561a1e1d0b2e9675ca06ea +version: 0.33.0+git.20201220T105748.1ba5dc84ca +mtime: 1608483468 +commit: 1ba5dc84caa1dfe4ee39e8a9947f863b43a52263 diff --git a/mpv.spec b/mpv.spec index 85a74a4..7b24d40 100644 --- a/mpv.spec +++ b/mpv.spec @@ -22,7 +22,7 @@ %define _waf_ver 2.0.20 %define lname libmpv1 Name: mpv -Version: 0.33.0+git.20201129T160245.f16c6472a1 +Version: 0.33.0+git.20201220T105748.1ba5dc84ca Release: 0 Summary: Advanced general-purpose multimedia player License: GPL-2.0-or-later