Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id A46FB7A322 for ; Tue, 22 Nov 2016 11:06:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 50796855D6; Tue, 22 Nov 2016 11:06:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D2280855BA for ; Tue, 22 Nov 2016 11:06:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Wv5v6E8p3xDG for ; Tue, 22 Nov 2016 11:06:14 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0BE7F85589 for ; Tue, 22 Nov 2016 11:06:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0694FFBA6; Tue, 22 Nov 2016 11:06:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1479812774279330" MIME-Version: 1.0 Date: Tue, 22 Nov 2016 11:06:14 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/multimedia/mpv To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20161122110614.0694FFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1479812774279330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Tue Nov 22 11:06:13 UTC 2016 Modified Files: pkgsrc/multimedia/mpv: Makefile distinfo Log Message: Update multimedia/mpv to mpv-0.22.0 Changes: Release 0.22.0 ============== Features -------- Added ~~~~~ - 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 ~~~~~~~~~~ - vf_vdpaurb: deprecated in favor of --hwdec=vdpau-copy Options and Commands -------------------- Added ~~~~~ - --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 To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 pkgsrc/multimedia/mpv/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/multimedia/mpv/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1479812774279330 Content-Disposition: inline Content-Length: 1694 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/mpv/Makefile diff -u pkgsrc/multimedia/mpv/Makefile:1.42 pkgsrc/multimedia/mpv/Makefile:1.43 --- pkgsrc/multimedia/mpv/Makefile:1.42 Thu Nov 3 14:41:28 2016 +++ pkgsrc/multimedia/mpv/Makefile Tue Nov 22 11:06:13 2016 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.42 2016/11/03 14:41:28 leot Exp $ +# $NetBSD: Makefile,v 1.43 2016/11/22 11:06:13 leot Exp $ -DISTNAME= mpv-0.21.0 -PKGREVISION= 1 +DISTNAME= mpv-0.22.0 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GITHUB:=mpv-player/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/multimedia/mpv/distinfo diff -u pkgsrc/multimedia/mpv/distinfo:1.28 pkgsrc/multimedia/mpv/distinfo:1.29 --- pkgsrc/multimedia/mpv/distinfo:1.28 Thu Nov 3 14:41:28 2016 +++ pkgsrc/multimedia/mpv/distinfo Tue Nov 22 11:06:13 2016 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.28 2016/11/03 14:41:28 leot Exp $ +$NetBSD: distinfo,v 1.29 2016/11/22 11:06:13 leot Exp $ -SHA1 (mpv-0.21.0.tar.gz) = 8f90df723faab7fe019c9b29898f656688e22796 -RMD160 (mpv-0.21.0.tar.gz) = 7ca393d2d80cc3f56cf93a871e39b332883a0899 -SHA512 (mpv-0.21.0.tar.gz) = f4072fc3a351643f94c64c8da43560458d53072e61d099670903319f21576ccbdfa053a57c1ac09fe51e067e5055e1bb691ee93645ea2dea04b95fd96d937d16 -Size (mpv-0.21.0.tar.gz) = 2812584 bytes +SHA1 (mpv-0.22.0.tar.gz) = c90bbc51f7c66bd3544eef3b0b98887b9156e178 +RMD160 (mpv-0.22.0.tar.gz) = 0254d2274e2c399e598ec7c9ef7e78ab0eb5e599 +SHA512 (mpv-0.22.0.tar.gz) = 6c021bfb79cbedee842bf122ebb29df56e8b1cbfcb038bd54bf6e2f2db2a6550b71fd9fe8998dbd79b4ceeab3fbcab65ec60695f255c5cb36fb1feae17b797c0 +Size (mpv-0.22.0.tar.gz) = 2822645 bytes SHA1 (patch-player_main.c) = fefba566f5130d24b748b7ab4ecc48bf42bc6bdd --_----------=_1479812774279330--