From 1dfffe7c57ce3295a62bcaef9770078a341b5dc550aaf5a8ab4101a11bfd9fd0 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sun, 25 Dec 2016 17:31:52 +0000 Subject: [PATCH] Accepting request 447726 from home:alois:branches:multimedia:apps Update to 0.23.0 OBS-URL: https://build.opensuse.org/request/show/447726 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=69 --- mpv-0.22.0.tar.gz | 3 --- mpv-0.23.0.tar.gz | 3 +++ mpv.changes | 43 +++++++++++++++++++++++++++++++++++++++++++ mpv.spec | 5 +++-- 4 files changed, 49 insertions(+), 5 deletions(-) delete mode 100644 mpv-0.22.0.tar.gz create mode 100644 mpv-0.23.0.tar.gz diff --git a/mpv-0.22.0.tar.gz b/mpv-0.22.0.tar.gz deleted file mode 100644 index 225a01a..0000000 --- a/mpv-0.22.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0f9ac8f0e37a391d19007b333ef8787c2f45d75a0d4401c0098cde52c5082f6 -size 2822645 diff --git a/mpv-0.23.0.tar.gz b/mpv-0.23.0.tar.gz new file mode 100644 index 0000000..c1c7f34 --- /dev/null +++ b/mpv-0.23.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aeefe5970587dfc454d2b89726b603f156bd7a9ae427654eef0d60c68d94998 +size 2812103 diff --git a/mpv.changes b/mpv.changes index 23e441c..839943b 100644 --- a/mpv.changes +++ b/mpv.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Sun Dec 25 16:33:11 UTC 2016 - aloisio@gmx.com + +- Update to version 0.23.0 + * Now requires at least FFmpeg 3.2.2. + Changed features: + * vo_rpi: partially undeprecate + Added features: + * vo_opengl: hwdec_cuda: Support P016 output surfaces + Removed features: + * charset_conv: drop enca and libguess support in favor of + uchardet + * vf_vdpaurb: remove this filter in favor of --hwdec=vdpau-copy + Added options and commands: + * TOOLS/autoload: allow disabling through script-opts + * demux, stream: add --access-references to prevent opening + referenced files + Deprecated options and commands: + * options: deprecate codec family selection in --vd/--ad + Removed options and commands + * options: remove deprecated sub-option handling for --vo + and --ao + Fixes and minor enhancements: + * Windows: window styles improvements (allow minimizing + borderless/fullscreen window) (#2229, #2451) + * ad_spdif: Fix crash when spdif muxer is not available + * audio: fix --audio-stream-silence with ao_alsa + * audio: fix --audio-stream-silence with ao_wasapi + * build: drop build-time dependency on Perl + * build: support linking ANGLE (previously loaded dynamically) + * d3d11va: unconditionally load D3D DLLs (#3348) + * demux_mkv: fix seeking in some broken files (#3920) + * hwdec_cuda: allow building without CUDA SDK (load CUDA + dynamically) + * osc: don't hide playlist buttons, just disable + * osc: fix possible race condition in right timecode + * osc: topbar: use same styles as bottombar + * player: don't print format detection error when aborting + loading + * vdpau: fix vaapi probing if libvdpau-va-gl1 is present + * video: use demuxer-signaled duration for last video + frame (#3924) + ------------------------------------------------------------------- Sun Nov 20 18:05:08 UTC 2016 - aloisio@gmx.com diff --git a/mpv.spec b/mpv.spec index 8488c4e..5e965a3 100644 --- a/mpv.spec +++ b/mpv.spec @@ -22,12 +22,12 @@ %define _waf_ver 1.9.5 %define lname libmpv1 Name: mpv -Version: 0.22.0 +Version: 0.23.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 @@ -94,6 +94,7 @@ BuildRequires: pkgconfig(xscrnsaver) BuildRequires: pkgconfig(xv) BuildRequires: pkgconfig(xxf86vm) BuildRequires: pkgconfig(zlib) +Recommends: mpv-bash-completion # Used via LUA scripts Recommends: youtube-dl # Obsoletion of mplayer2 that is dead for 2 years now