Accepting request 851822 from multimedia:apps

- Update to version 0.33.0+git.20201129T160245.f16c6472a1:
  * travis: use newer 10.15 VM with newer xcode
  * travis: fix macOS 10.13 build
  * vo_sixel: don't leak the frame reference
  * vo_tct: don't leak the frame reference
  * vo_tct: remove unused variable
  * player: allow vo to be switched at runtime
  * demux: add function to refresh a track without (de-)selecting it
  * vo_sixel: use draw_frame instead of draw_image
  * vo_sixel: skip testdither init in fixed palette
  * vo_sixel: Update libsixel constant values
  * matroska.py: remove python2 support
  * bootstrap.py: remove all python2 support
  * vo_sixel: change default dither to "auto"
  * vo_sixel: fix the image corruption with mlterm
  * vo_sixel: support --vo-sixel-exit-clear[=yes]
  * terminal: process input when foregrounded

OBS-URL: https://build.opensuse.org/request/show/851822
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=97
This commit is contained in:
Dominique Leuenberger 2020-12-01 13:22:32 +00:00 committed by Git OBS Bridge
commit e95c74a90e
6 changed files with 29 additions and 8 deletions

View File

@ -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">fa7afc3e19acffd3198fdc8fddb671013a337b05</param></service></servicedata> <param name="changesrevision">f16c6472a1d7b3506f561a1e1d0b2e9675ca06ea</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Nov 30 12:19:41 UTC 2020 - idonmez@suse.com
- Update to version 0.33.0+git.20201129T160245.f16c6472a1:
* travis: use newer 10.15 VM with newer xcode
* travis: fix macOS 10.13 build
* vo_sixel: don't leak the frame reference
* vo_tct: don't leak the frame reference
* vo_tct: remove unused variable
* player: allow vo to be switched at runtime
* demux: add function to refresh a track without (de-)selecting it
* vo_sixel: use draw_frame instead of draw_image
* vo_sixel: skip testdither init in fixed palette
* vo_sixel: Update libsixel constant values
* matroska.py: remove python2 support
* bootstrap.py: remove all python2 support
* vo_sixel: change default dither to "auto"
* vo_sixel: fix the image corruption with mlterm
* vo_sixel: support --vo-sixel-exit-clear[=yes]
* terminal: process input when foregrounded
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 22 19:57:02 UTC 2020 - idonmez@suse.com Sun Nov 22 19:57:02 UTC 2020 - idonmez@suse.com

View File

@ -1,5 +1,5 @@
name: mpv name: mpv
version: 0.33.0+git.20201122T184820.fa7afc3e19 version: 0.33.0+git.20201129T160245.f16c6472a1
mtime: 1606067300 mtime: 1606662165
commit: fa7afc3e19acffd3198fdc8fddb671013a337b05 commit: f16c6472a1d7b3506f561a1e1d0b2e9675ca06ea

View File

@ -22,7 +22,7 @@
%define _waf_ver 2.0.20 %define _waf_ver 2.0.20
%define lname libmpv1 %define lname libmpv1
Name: mpv Name: mpv
Version: 0.33.0+git.20201122T184820.fa7afc3e19 Version: 0.33.0+git.20201129T160245.f16c6472a1
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