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
This commit is contained in:
parent
7fc811f427
commit
1dfffe7c57
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0f9ac8f0e37a391d19007b333ef8787c2f45d75a0d4401c0098cde52c5082f6
|
||||
size 2822645
|
3
mpv-0.23.0.tar.gz
Normal file
3
mpv-0.23.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8aeefe5970587dfc454d2b89726b603f156bd7a9ae427654eef0d60c68d94998
|
||||
size 2812103
|
43
mpv.changes
43
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
|
||||
|
||||
|
5
mpv.spec
5
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
|
||||
|
Loading…
Reference in New Issue
Block a user