From a5d4ed402bb14493c0646f2ea6f84283aff95598fe09ed870a8be6e2bdab1916 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sun, 20 Nov 2016 19:03:37 +0000 Subject: [PATCH] Accepting request 441068 from home:alois:branches:multimedia:apps Update to 0.22.0 OBS-URL: https://build.opensuse.org/request/show/441068 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=65 --- mpv-0.21.0.tar.gz | 3 -- mpv-0.22.0.tar.gz | 3 ++ mpv.changes | 81 +++++++++++++++++++++++++++++++++++++++++++++++ mpv.spec | 4 +-- 4 files changed, 86 insertions(+), 5 deletions(-) delete mode 100644 mpv-0.21.0.tar.gz create mode 100644 mpv-0.22.0.tar.gz diff --git a/mpv-0.21.0.tar.gz b/mpv-0.21.0.tar.gz deleted file mode 100644 index 94cc8e9..0000000 --- a/mpv-0.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d05f8ece859c500ef1649cdfea911ec1529df1898b8fda3e217766dc28dc9bd3 -size 2812584 diff --git a/mpv-0.22.0.tar.gz b/mpv-0.22.0.tar.gz new file mode 100644 index 0000000..225a01a --- /dev/null +++ b/mpv-0.22.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f9ac8f0e37a391d19007b333ef8787c2f45d75a0d4401c0098cde52c5082f6 +size 2822645 diff --git a/mpv.changes b/mpv.changes index 0c57201..b0c9a97 100644 --- a/mpv.changes +++ b/mpv.changes @@ -1,3 +1,84 @@ +------------------------------------------------------------------- +Sun Nov 20 18:05:08 UTC 2016 - aloisio@gmx.com + +- Update to version 0.22.0 + Added features: + * audio/out: add AudioUnit output driver for iOS + * demux_mkv: parse Matroska colorimetry metadata + * filter_kernels: add ability to taper kernels/windows, add + tukey window + * osc: add seekbarstyle=knob (#2365) + * video/out: add tct as modern caca alternative for + true-color and 256-color terminals + * video: add --hwdec=vdpau-copy mode + Deprecated features: + * vf_vdpaurb: deprecated in favor of --hwdec=vdpau-copy + Added options and commands + * --opengl-early-flush=auto + * --scale-taper, --scale-wtaper + * --scale-wblur + * macOS: --hidpi-window-scale (#3716) + * osc: add script message handlers for + chapter/track/playlists + Fixes and Minor Enhancements + * Apply --autofit-larger after --autofit-smaller (#3753) + * Set subtitle track title to indicate hearing/visual + impaired tracks + * ao_alsa: disable chmap API use for mono/stereo (#2905, + #3045) + * build: add required failure message for libavfilter check + (#3692) + * build: fix compilation with mingw-w64/Clang (#3800) + * build: make VideoToolbox available on iOS + * command: fix reset-on-next-file=all and tv-freq option + (#3708) + * command: if window-scale can't be set properly, set it as + option (#3724) + * demux_mkv: don't recursively resolve timeline for opened + reference files + * demux_mkv: fix ordered chapter sources with ordered + editions + * opengl: compile against iOS OpenGLES implementation + * options: handle legacy no-* sub-options + * osc: add alpha animation to tooltip (fix lingering tooltip) + * osc: change default deadzonesize to 0.5 + * osc: don't wrap the title + * osc: fix crash after reaching a certain position in + limited lists (#3691) + * osc: fix crash with no chapters + * osc: fix crashes when dragging seekbar across file changes + (#3210) + * osc: fix displaying only half of the entries when at the + end of a list + * osc: fix missing chapter ticks with seekbarstyle=bar + * osc: slimbox: fix clipping with seekbarstyle=bar (#3737) + * osc: top/bottombar: also scale when min-width is reached + to match box/slimbox behavior + * osc: top/bottombar: dynamically size timecodes according + to timems + * osc: top/bottombar: rescale layout to same size with + scale=1 + * osc: top/bottombar: scale title if too large like box + * player: consistently initialize screensaver state with + --force-window + * player: enable no-video subtitle display on coverart too + * player: make --start-time work with --rebase-start-time=no + * player: make sure non-video subtitle rendering is reset if + video resumes (#3770) + * player: removing last playlist entry while looping should + not stop (#3808) + * player: show subtitles on VO if --force-window is used + (#3684) + * player: speed up audio/video re-sync when there is a huge + delay + * vdpau: fix hwdec uninit (#3788) + * vo_opengl: blend against background color for --alpha=blend + * vo_opengl: context_rpi: fix stdatomic usage (#3699) + * vo_opengl: fix --blend-subtitles handling (#3773) + * vo_opengl: fix redrawing with hardware decoding (#3773) + * vo_opengl: partially re-enable glFlush() calls (#3670) + * ytdl_hook: sort chapters by time + ------------------------------------------------------------------- Fri Nov 4 08:48:25 UTC 2016 - tchvatal@suse.com diff --git a/mpv.spec b/mpv.spec index c77de1f..2401b6f 100644 --- a/mpv.spec +++ b/mpv.spec @@ -22,12 +22,12 @@ %define _waf_ver 1.9.5 %define lname libmpv1 Name: mpv -Version: 0.21.0 +Version: 0.22.0 Release: 0 Summary: Advanced general-purpose multimedia player -# waf is licensed with BSD-3-Clause License: GPL-2.0+ and BSD-3-Clause Group: Productivity/Multimedia/Video/Players +# waf is licensed with BSD-3-Clause Url: http://mpv.io/ Source: http://github.com/mpv-player/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz # Can't use system one as it breaks quite often with updates