From a18babf07fd639d1615b503628d3b12e7849bcc0e7cbb049bfc41995dcebf7c5 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 20 Oct 2016 06:47:22 +0000 Subject: [PATCH] Accepting request 436451 from home:alois:branches:multimedia:apps Update to 0.21.0 OBS-URL: https://build.opensuse.org/request/show/436451 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=61 --- .gitattributes | 2 +- mpv-0.20.0.tar.gz | 3 - mpv-0.21.0.tar.gz | 3 + mpv.changes | 155 ++++++++++++++++++++++++++++++++++++++++++++++ mpv.spec | 6 +- waf-1.9.2 | 3 - waf-1.9.5 | 3 + 7 files changed, 165 insertions(+), 10 deletions(-) delete mode 100644 mpv-0.20.0.tar.gz create mode 100644 mpv-0.21.0.tar.gz delete mode 100644 waf-1.9.2 create mode 100644 waf-1.9.5 diff --git a/.gitattributes b/.gitattributes index b043e91..c5cacf3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -22,4 +22,4 @@ *.zip filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text ## Specific LFS patterns -waf-1.9.2 filter=lfs diff=lfs merge=lfs -text +waf-1.9.5 filter=lfs diff=lfs merge=lfs -text diff --git a/mpv-0.20.0.tar.gz b/mpv-0.20.0.tar.gz deleted file mode 100644 index a5794f3..0000000 --- a/mpv-0.20.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe6ec9d2ded5ce84b963f54b812d579d04f944f4a737f3ae639c4d5d9e842b56 -size 2775740 diff --git a/mpv-0.21.0.tar.gz b/mpv-0.21.0.tar.gz new file mode 100644 index 0000000..94cc8e9 --- /dev/null +++ b/mpv-0.21.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d05f8ece859c500ef1649cdfea911ec1529df1898b8fda3e217766dc28dc9bd3 +size 2812584 diff --git a/mpv.changes b/mpv.changes index fa028a2..b3b2669 100644 --- a/mpv.changes +++ b/mpv.changes @@ -1,3 +1,158 @@ +------------------------------------------------------------------- +Wed Oct 19 21:45:08 UTC 2016 - aloisio@gmx.com + +- Update to version 0.21.0 + Added features: + * config: allow profile forward-references in default profile + * demux_lavf: "support" mov edit lists and log errors if + used (FFmpeg only) + * hwdec: Add support for CUDA and cuvid/NvDecode (mostly + useful on Linux where VDPAU still lacks HEVC Main 10 + support; keep using DXVA2 on Windows) + * osc: add right-click behavior to playlist and chapter + buttons + * osc: add user-alterable margin for top/bottombar + * rpi: add --hwdec=rpi-copy (#3604) + * sd_lavc: enable teletext + * vaapi: support drm devices when running in vaapi-copy mode + * vd_lavc: Add hwdec wrapper for crystalhd + * vo_opengl: add hw overlay support and use it for RPI + * vo_opengl: basic mali fbdev support + * vo_opengl: rpi: merge vo_rpi features + Removed features: + * vo_opengl: remove pre/post/scale-shaders in favor of + user-shaders + Deprecated features: + * config: deprecate ao and vo auto-profiles + * vo_rpi: deprecate this VO + Added options and commands: + * add --teletext-page option + * af_pan: add af-command support to change the matrix + * af_rubberband: add af-command and option to change the + pitch + * command: add a load-script command + * command: add a video-dec-params property + * command: add an apply-profile command + * command: add audio-pts property to get the audio pts + * command: add options to property list + * command: add sub-text property for current subtitle text + * command: export profile list as a property (#977) + * options: add --hwdec=yes as alias for --hwdec=auto + * player: add --player-operation-mode=pseudo-gui + * player: add --video-osd=no option to disable video OSD + (#3387) + * player: add --watch-later-directory option + * stream_bluray: select title by playlist + (bd://mpls/[playlist]) + * vo_opengl: disable glFlush() by default, and add an option + to enable it for testing + Changed options and commands: + * af_rubberband: default to channels=together + * command: allow absolute seeks relative to end of stream + * command: make bitrate properties observable + * command: make most options observable + * msg: make --log-file and --dump-stats accept config path + expansion (#3591) + * options: deprecate --playlist-pos to --playlist-start + * options: make input options generally runtime-settable + * options: rename subtitle options (--sub-text- → --sub; + --ass- → --sub-ass-) + * osc: change default layout to bottombar, seekbarstyle to + bar, use larger scalewindowed and scalefullscreen + * player: make --terminal, --log-file, --dump-stats, --osc, + --ytdl, --audio-*, --priority, --stop-screensaver (#3615) + settable at runtime + * vo_drm: change CLI options + + Change connector selection to accept human readable + names (such as eDP-1, HDMI-A-2) rather than arbitrary + numbers. + + Change GPU selection to accept GPU number rather than + device paths. + + Merge connector and GPU selection into one + --drm-connector. + + Add support for --drm-connector=help. + + Add support for --drm-* in EGL backend. + * vo_opengl: rename 3dlut-size to icc-3dlut-size + Removed options and commands: + * command: remove hwdec-active and hwdec-detected properties + * command: remove vo-cmdline + * options: drop unreferenced --bluray-angle option + * vo, ao: disable positional parameter suboptions + * vo_xv: replace no-colorkey with ck-method=none + Deprecated options and commands: + * all VOs and AOs: deprecate sub-options, add them as global + options + * command: deprecate "cache" property, replace with + "cache-percent" + * deprecate --vo-defaults + * deprecate --vo=opengl-hq alias in favor of opengl-hq + profile + * options: deprecate --mute=auto + * vo_direct3d: deprecate direct3d_shaders alias, use shaders + by default + * vo_opengl: deprecate 'drm-egl' backend and introduce 'drm' + instead + Fixes and minor enhancements: + * TOOLS/zsh.pl: die if we can't parse main options + * TOOLS/zsh.pl: don't filter files by extension (#2273) + * ao_alsa: try to fallback to "hdmi" before "iec958" for + spdif + * ao_rsound: fix compilation (#3501) + * aspect: use nominal width instead of actual width for + video-unscaled + * audio/out: prevent underruns with spdif under certain + conditions + * audio: fix late audio start (#3610) + * audio: fix missed wakeup when changing audio output device + * audio: fix segfault when yanking USB DAC + * charset_conv: Use CP949 instead of EUC-KR + * command: don't log "ignore" command with -v verbosity + * command: try selecting the next track if track switching + fails (#3446) + * demux_mkv: don't crash if --ordered-chapters-files fails + * displayconfig: treat a refresh rate of 1 as invalid + * ipc: log when listening to IPC socket (#3598) + * macOS: fix fullscreen regression on 10.11 and newer (#3364) + * mp_image: fix clearing to black with p010 format + * osc: Fix scaling issues when toggling fullscreen (#3429) + * osc: align text vertically in top/bottombar (#2093) + * osc: change seekbar background's alpha scaling + * osc: fix display of chapters and playlist scaling + * osc: move tooltip to inside seekbar for top/bottombar + * osc: show playlist/chapter list on prev/next instead of osd + * path: default ~~ paths to home directory (#3591) + * player: do not let pseudo-gui override user config settings + * player: enable reading from stdin after loading input.conf + * player: fix instant subtitle refresh on track switches + * player: make --force-window work with opengl-cb + * stream_file: don't use poll() on directories (would hang + on macOS; #3530, #3649) + * stream_lavf: fix determining seekability (#1701) + * sub: actually apply text alignment options to non-ASS + subtitles + * terminal-win: support modifier keys in console input + (#3625) + * vo_drm: fix segfault when using invalid card + * vo_opengl: apply 90° rotation to chroma texture size + (#3568) + * vo_opengl: fix incorrect video rendering after vdpau + preemption recovery + * vo_opengl: partially fix dumb-mode cropping with rotation + * vo_opengl: rpi: use overlay for yuv420p too + * w32_common: initialize playback status as soon as possible + (#3482) + * wayland: reject resize events with either dimension being + 0 (#3679) + * x11: fix external fullscreen update (#3570) + * ytdl_hook: Add title to playlist items if available + * ytdl_hook: Set aspect ratio for anamorphic video + * ytdl_hook: Support playlist entries without subtitles + * ytdl_hook: add chapters by parsing video's description + * ytdl_hook: don't add subtitles with unknown duration + * ytdl_hook: temporarily force disable dash segments formats + +- Update waf to 1.9.5 + ------------------------------------------------------------------- Sat Oct 15 21:40:14 UTC 2016 - mpluskal@suse.com diff --git a/mpv.spec b/mpv.spec index 5551652..02971f2 100644 --- a/mpv.spec +++ b/mpv.spec @@ -19,15 +19,15 @@ # -%define _waf_ver 1.9.2 +%define _waf_ver 1.9.5 %define lname libmpv1 Name: mpv -Version: 0.20.0 +Version: 0.21.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 diff --git a/waf-1.9.2 b/waf-1.9.2 deleted file mode 100644 index fbb8818..0000000 --- a/waf-1.9.2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7abb4fbe61d12b8ef6a3163653536da7ee31709299d8f17400d71a43247cea81 -size 98906 diff --git a/waf-1.9.5 b/waf-1.9.5 new file mode 100644 index 0000000..5723a1e --- /dev/null +++ b/waf-1.9.5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:101f14e0f47a6410c00b8feda094948516cd3989491c56eb8268907fcd164909 +size 100139