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:
commit
e95c74a90e
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<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>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3469161c87467ea00c873712ee74715f906581a0c571b10213f31fc90b06868
|
||||
size 9337869
|
3
mpv-0.33.0+git.20201129T160245.f16c6472a1.obscpio
Normal file
3
mpv-0.33.0+git.20201129T160245.f16c6472a1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:851b0ed31fbf4ce391352b9d4182e3ab4a644ad9298f2c3876f9e832c8552e8f
|
||||
size 9340941
|
21
mpv.changes
21
mpv.changes
@ -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
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: mpv
|
||||
version: 0.33.0+git.20201122T184820.fa7afc3e19
|
||||
mtime: 1606067300
|
||||
commit: fa7afc3e19acffd3198fdc8fddb671013a337b05
|
||||
version: 0.33.0+git.20201129T160245.f16c6472a1
|
||||
mtime: 1606662165
|
||||
commit: f16c6472a1d7b3506f561a1e1d0b2e9675ca06ea
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user