From 2133c770d3a65c9781476e8acd41538622f26526dd81f5e190218e581a33f832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sun, 23 Apr 2017 08:02:06 +0000 Subject: [PATCH] Accepting request 489993 from home:alois:branches:multimedia:apps Update to 0.25.0 (depends on sr#488001) OBS-URL: https://build.opensuse.org/request/show/489993 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=93 --- mpv-0.24.0.tar.gz | 3 -- mpv-0.25.0.tar.gz | 3 ++ mpv.changes | 109 ++++++++++++++++++++++++++++++++++++++++++++++ mpv.spec | 16 +++---- 4 files changed, 120 insertions(+), 11 deletions(-) delete mode 100644 mpv-0.24.0.tar.gz create mode 100644 mpv-0.25.0.tar.gz diff --git a/mpv-0.24.0.tar.gz b/mpv-0.24.0.tar.gz deleted file mode 100644 index 76536a1..0000000 --- a/mpv-0.24.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a41854fa0ac35b9c309ad692aaee67c8d4495c3546f11cb4cdd0a124195d3f15 -size 2835920 diff --git a/mpv-0.25.0.tar.gz b/mpv-0.25.0.tar.gz new file mode 100644 index 0000000..4a23566 --- /dev/null +++ b/mpv-0.25.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07423ffad6921ec4da32f703cd7fbfb27012301dcb736ac8542ac8e6083b0bce +size 2874584 diff --git a/mpv.changes b/mpv.changes index d557c53..acc2381 100644 --- a/mpv.changes +++ b/mpv.changes @@ -1,3 +1,112 @@ +------------------------------------------------------------------- +Sun Apr 23 07:18:05 UTC 2017 - aloisio@gmx.com + +- Update to version 0.25.0 + * Support for some optical media functionality (DVD/CD) is now + disabled by default. + * More parts of the player are now licensed under LGPL. In + particular: + + OSD symbol font + + ass_mp, sd_ass + + common.h + + demux/packet + + demux_mkv (with minor exceptions), ebml, matroska.h + + sd_lavc + + sub/osd + Thanks to all contributors who have agreed to relicensing of + their changes! See #2033 for details. + * Starting with this release, releases will be tagged on the + master branch. The release/current branch is thus abandoned. + Added features: + * TOOLS: add acompressor.lua script for runtime acompressor ffmpeg + filter control + * dvb: add support for DVB-T2 + * lavfi: support hwdec filters for --lavfi-complex + * osc: add volume button (mouse wheel to change volume) + * sub: add SDH subtitle filter + * vo_opengl: add experimental vdpauglx backend + Removed features: + * image_writer: remove useless formats (PPM, PGM, TGA) + * af_drc: remove (use --af=acompressor instead; higher quality) + Added options and commands: + * --demuxer-lavf-probe-info + * --sub-filter-sdh, --sub-filter-sdh-harder + * add automatic libavfilter bridges to option parsing + * command: add better runtime filter toggling method + * command: add demux-start-time property + * command: add property notifications for hwdec properties (#4289) + * input: add "async" flag + * osc: add user_opts.boxmaxchars for box layout title limit + * player: add --keep-open-pause=no option + * va_vavpp: reversal-bug=no + * vo_opengl: --opengl-es=force2 + * vo_opengl: add --opengl-shader-cache-dir option for caching + shaders on disk (mostly for ANGLE) + * vo_opengl: angle: add --angle-flip to set the ANGLE present model + Changed options and features: + * command: update sub-fps etc. options on runtime changes + * vo_opengl: prefer X11 backends over Wayland backends + * options: change --audio-file-auto default to not to load any + files + Deprecated options and features: + * audio: deprecate most non-lavfi audio filters + (channels, equalizer, pan, volume) + * video: deprecate almost all non-lavfi video filters + (buffer, crop, dlopen, dsize, eq, expand, flip, gradfun, mirror, + noformat, pullup, rotate, scale, stereo3d, sub, yadif) + * options: deprecate --loop semantics (planned alias to + --loop-file) + Fixes and minor enhancements: + * ao_alsa: close lost audio devices (#4189) + * ao_alsa: filter fewer devices + * ao_alsa: fix an error check (#4188) + * ao_jack: update latency on buffer_size/graph change + * ao_wasapi: do not pass nonsense to drivers with double precision + formats + * ass_mp: reallocate cached subtitle image data on format changes + (#4325) + * build: decouple dvdnav check from dvdread (#4290) + * build: encode_lavc: fix build failure after libavcodec major bump + * build: fix build with HAVE_GL==0 + * build: replace android-gl check with a standard GLES3 check + * build: update bundled waf to 1.9.8 + * build: vd_lavc: fix potential build failure with vaapi + * demux_lavf: disable half-working mp4 edit list support in + libavcodec + * demux_lavf: skip avformat_find_stream_info() for some formats + (hls, mp4, mkv by default) + * etc/encoding_profiles.conf: update and remove deprecated stuff + * etc/mpv.conf: remove deprecated options + * external_files: actually try to autoload from fallback paths + * external_files: enable autoloading with URLs (#3264) + * image_writer: make it work with libavcodec's jpg encoder + * osc: bottom/topbar: add fullscreen button + * osc: bottom/topbar: don't clip title vertically + * osc: bottom/topbar: increase timecodes width a bit (#3952) + * osc: fix PlayResX undefined warning when aspect is 0 + * osc: fix window dragging with showwindowed=no (#1819) + * osc: make title configurable and use property expansion on it + (#4221) + * osc: refactor osc message scaling (#4081, #4083, #4102) + * player: don't block playback stop when seeking + * player: enable "buffering" pausing for DASH streams too + * player: fix core-idle and eof-reached update notifcations + * player: make screenshot commands honor the async flag (#4250) + * player: reduce blocking on VO when switching pause (#4152) + * sd_ass: disable --sub-fix-timing if sub style override is fully + disabled + * stream/stream_dvdnav: don't ignore setting title (#4283) + * stream_dvd: fix subs/audio detection on DVDs containing + multi-PGC titles + * vf_vavpp: add advanced deint bug compatibility for Intel vaapi + drivers + * vf_vavpp: fix first-field mode + * vo_opengl: fix crash with temporal dithering in dumb mode + * vo_opengl: hwdec_d3d11egl: make it work with some ANGLE DLL + versions + * vo_x11: reduce flickering on playlist navigation + * wayland: correctly map mouse buttons + ------------------------------------------------------------------- Wed Apr 19 11:48:00 UTC 2017 - tchvatal@suse.com diff --git a/mpv.spec b/mpv.spec index bf23ec1..7755ae0 100644 --- a/mpv.spec +++ b/mpv.spec @@ -21,7 +21,7 @@ %define _waf_ver 1.9.9 %define _mbc_ver 3.3.13 -%define _mpv_ver 0.24.0 +%define _mpv_ver 0.25.0 %define lname libmpv1 Name: mpv Version: %{_mpv_ver} @@ -52,7 +52,7 @@ BuildRequires: python-docutils BuildRequires: update-desktop-files BuildRequires: yasm BuildRequires: pkgconfig(alsa) -BuildRequires: pkgconfig(caca) +BuildRequires: pkgconfig(caca) >= 0.99.beta18 BuildRequires: pkgconfig(dri) BuildRequires: pkgconfig(dvdnav) >= 4.2.0 BuildRequires: pkgconfig(dvdread) >= 4.1.0 @@ -78,17 +78,17 @@ BuildRequires: pkgconfig(libswresample) >= 2.3.100 BuildRequires: pkgconfig(libswscale) >= 4.2.100 BuildRequires: pkgconfig(libudf) BuildRequires: pkgconfig(libv4l2) -BuildRequires: pkgconfig(libva) -BuildRequires: pkgconfig(libva-x11) +BuildRequires: pkgconfig(libva) >= 0.36.0 +BuildRequires: pkgconfig(libva-x11) >= 0.36.0 BuildRequires: pkgconfig(lua) BuildRequires: pkgconfig(openal) >= 1.13 BuildRequires: pkgconfig(portaudio-2.0) BuildRequires: pkgconfig(python3) BuildRequires: pkgconfig(smbclient) BuildRequires: pkgconfig(vdpau) -BuildRequires: pkgconfig(xext) -BuildRequires: pkgconfig(xinerama) -BuildRequires: pkgconfig(xrandr) +BuildRequires: pkgconfig(xext) >= 1.0.0 +BuildRequires: pkgconfig(xinerama) >= 1.0.0 +BuildRequires: pkgconfig(xrandr) >= 1.2.0 BuildRequires: pkgconfig(xscrnsaver) BuildRequires: pkgconfig(xv) BuildRequires: pkgconfig(xxf86vm) @@ -120,7 +120,7 @@ BuildRequires: pkgconfig(egl) BuildRequires: pkgconfig(libguess) BuildRequires: pkgconfig(wayland-client) >= 1.6.0 BuildRequires: pkgconfig(wayland-cursor) >= 1.6.0 -BuildRequires: pkgconfig(wayland-egl) +BuildRequires: pkgconfig(wayland-egl) >= 9.0.0 BuildRequires: pkgconfig(wayland-scanner) BuildRequires: pkgconfig(wayland-server) BuildRequires: pkgconfig(xkbcommon) >= 0.3.0