Accepting request 893106 from multimedia:apps

- Update to version 0.33.1+git.20210511T222233.ded36a4470:
  * options: add some entries to --display-tags defaults
  * ytdl_hook: expose some JSON fields as tags
  * edl: add a way to add tags
  * zsh completion: perform globbing on binary path
  * vo_gpu: fix trivial memory leak
  * Revert "vo_gpu: revert 8a09299 and conditionally clear framebuffer again"
  * vf_sub: restore OSD if removed
  * options: extend --replaygain-preamp range
  * audio: fix replaygain being completely broken
  * Revert "audio: set audio chain ao on reinit"
  * mac: add support for display-width/display-height property
  * command: add display-width/display-height property
  * DOCS/input.rst: clarify --no-input-default-keybindings docs
  * filter_kernels: fix quadric window
  * DOCS/lua.rst: fix docs for utils.file_info
  * build: address AVCodec, AVInputFormat, AVOutputFormat const warnings
  * scripting (lua/js): utils.getpid: make wrapper of pid property
  * command: new property: pid (process id)
  * DOCS: clarify how client/script names work
  * command: osd-dimensions: return ints and doc fixes
  * audio: add two minor log messages
  * ao/pulse: fix incorrect state reported after reset
  * osc: reset margins when using boxvideo with showfullscreen/showwindowed
  * wayland: ignore toplevel listener if geometry is 0
  * osc: display immediately when visibility changes from never to always
  * mac: fix window geometry calculation on secondary screens
  * stream_file: add new identifier for macOS FUSE filesystems
  * DOCS: mpv.rst: minor escaping clarifications
  * win32: fit_window_on_screen: simplify, add comments

OBS-URL: https://build.opensuse.org/request/show/893106
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=104
This commit is contained in:
Dominique Leuenberger 2021-05-14 23:24:27 +00:00 committed by Git OBS Bridge
commit cdb0aaa5d7
6 changed files with 50 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">74f5d4940e38799cb92319e89c030195c5d4fe54</param></service></servicedata>
<param name="changesrevision">ded36a4470a5970693ee0ceb2f43baa5db470cd3</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
Fri May 14 11:26:34 UTC 2021 - ismail@i10z.com
- Update to version 0.33.1+git.20210511T222233.ded36a4470:
* options: add some entries to --display-tags defaults
* ytdl_hook: expose some JSON fields as tags
* edl: add a way to add tags
* zsh completion: perform globbing on binary path
* vo_gpu: fix trivial memory leak
* Revert "vo_gpu: revert 8a09299 and conditionally clear framebuffer again"
* vf_sub: restore OSD if removed
* options: extend --replaygain-preamp range
* audio: fix replaygain being completely broken
* Revert "audio: set audio chain ao on reinit"
* mac: add support for display-width/display-height property
* command: add display-width/display-height property
* DOCS/input.rst: clarify --no-input-default-keybindings docs
* filter_kernels: fix quadric window
* DOCS/lua.rst: fix docs for utils.file_info
* build: address AVCodec, AVInputFormat, AVOutputFormat const warnings
* scripting (lua/js): utils.getpid: make wrapper of pid property
* command: new property: pid (process id)
* DOCS: clarify how client/script names work
* command: osd-dimensions: return ints and doc fixes
* audio: add two minor log messages
* ao/pulse: fix incorrect state reported after reset
* osc: reset margins when using boxvideo with showfullscreen/showwindowed
* wayland: ignore toplevel listener if geometry is 0
* osc: display immediately when visibility changes from never to always
* mac: fix window geometry calculation on secondary screens
* stream_file: add new identifier for macOS FUSE filesystems
* DOCS: mpv.rst: minor escaping clarifications
* win32: fit_window_on_screen: simplify, add comments
* win32: fit_window_on_screen: centralize logic (no-op)
* win32: fit_window_on_screen: ensure top edge is inside
* options: win32: ignore and deprecate --fit-border
* demux_lavf: fix minor memory leaks
* vo_gpu: greatly increase maximum shader cache size
* wayland: workaround hidden state detection badness
* audio: set audio chain ao on reinit
* wayland: update geometry + cursor on output event
-------------------------------------------------------------------
Tue Apr 13 08:56:24 UTC 2021 - idoenmez+factory@suse.de

View File

@ -1,5 +1,5 @@
name: mpv
version: 0.33.1+git.20210412T140928.74f5d4940e
mtime: 1618254568
commit: 74f5d4940e38799cb92319e89c030195c5d4fe54
version: 0.33.1+git.20210511T222233.ded36a4470
mtime: 1620764553
commit: ded36a4470a5970693ee0ceb2f43baa5db470cd3

View File

@ -22,7 +22,7 @@
%define _waf_ver 2.0.20
%define lname libmpv1
Name: mpv
Version: 0.33.1+git.20210412T140928.74f5d4940e
Version: 0.33.1+git.20210511T222233.ded36a4470
Release: 0
Summary: Advanced general-purpose multimedia player
License: GPL-2.0-or-later