Accepting request 857839 from multimedia:apps

- 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/request/show/857839
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=98
This commit is contained in:
Dominique Leuenberger 2020-12-22 10:51:31 +00:00 committed by Git OBS Bridge
commit 387a6f6147
6 changed files with 43 additions and 8 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/mpv-player/mpv.git</param>
<param name="changesrevision">f16c6472a1d7b3506f561a1e1d0b2e9675ca06ea</param></service></servicedata>
<param name="changesrevision">1ba5dc84caa1dfe4ee39e8a9947f863b43a52263</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:851b0ed31fbf4ce391352b9d4182e3ab4a644ad9298f2c3876f9e832c8552e8f
size 9340941

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b108436ab2f756b5385b2c40ec9950335d8c552f34e30287c38ac414fd805573
size 9348109

View File

@ -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

View File

@ -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

View File

@ -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