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 59B4A7A279 for ; Wed, 24 Aug 2016 09:59:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0076C85E97; Wed, 24 Aug 2016 09:59:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 85C3184CEE for ; Wed, 24 Aug 2016 09:59:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id cCKmn2FPQ5QB for ; Wed, 24 Aug 2016 09:59:10 +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 B0F9184CE5 for ; Wed, 24 Aug 2016 09:59:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AC06CFBC3; Wed, 24 Aug 2016 09:59:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147203275014990" MIME-Version: 1.0 Date: Wed, 24 Aug 2016 09:59:10 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/multimedia/mpv To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20160824095910.AC06CFBC3@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. --_----------=_147203275014990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Wed Aug 24 09:59:10 UTC 2016 Modified Files: pkgsrc/multimedia/mpv: Makefile distinfo Log Message: mpv: update to 0.19.0 Release 0.19.0 Changelog: Build System Changes build: add --htmldir option build: always require atomics wscript: add proper unversioned SONAME for Android Features New client API: add stream_cb API for user-defined stream implementations (bumps client API version to 1.22) vf_d3d11vpp: add video processor selection videotoolbox: add --hwdec=videotoolbox-copy for h/w accelerated decoding with video filters vo_opengl: add a tscale=linear direct implementation Removed audio/filter: remove delay audio filter Options and Commands Added command: add filename/no-ext sub-property that returns filename without extension (#3404) command: add properties for HDR metadata command: add replaygain information properties to track-list options: add vp9 to --hwdec-codecs player: add --audio-stream-silence player: add --audio-wait-open player: add --no-autoload-files videotoolbox: add yuv420p to --videotoolbox-format Changed options: un-restrict --audio-delay use - as command-name separator everywhere vo_opengl: reduce default 3dlut-size to 64x64x64 (since accuracy is improved) Deprecated deprecate "balance" option/property (no replacement) Fixes and Minor Enhancements Windows: don't wait for GUI thread when polling for events (#3393) af_lavcac3enc: error out properly if encoding fails af_volume: don't let softvol overwrite af_volume volumedb sub-option ao_pulse: fix some volume control rounding issues ao_wasapi: in exclusive mode, do not output multichannel by default audio: add heuristic to move auto-downmixing before other filters audio: show an osd bar when changing ao-volume demux: make ALBUM replaygain tags optional (#3405) demux_raw: fix small typo to add s16be support demux_timeline: restore mkv edition switching libarchive: sanitize non-UTF8 archive entries macOS/vo_opengl: fix crash when glctx is NULL during init (#3360) player: disable display-sync with spdif transcoding player: do not cut off terminal status line if it contains newlines (#3340) player: fix display-sync timing if audio resumes slowly player: improve instant track switching (#3392) player: improve non-hr seeking with external audio tracks player: offset demuxer on start/seek properly with audio/sub delay player: sync audio as well when enabling it mid-stream stream/stream_bluray: display list of available titles in verbose mode sub: don't potentially discard too many subtitles on seek video: respect --deinterlace=auto vo_direct3d: add missing header (fixes Cygwin build) vo_opengl: angle: try D3D9 when D3D11 fails eglInitialize vo_opengl: angle: use WARP if there are no hw adapters (makes it work on Windows 7 without hardware-accelerated graphics) vo_opengl: increase 3DLUT accuracy at smaller LUT sizes vo_opengl: remove the 3dlut-size npot2 restriction vo_wayland: fix high CPU usage due to busy polling wayland_common: clip window size to the display output size wayland_common: fix crashes when switching to fullscreen before the video output is fully initialized wayland_common: fix fullscreen image switching bug wayland_common: prevent black bars on most non-native aspect ratios wayland_common: remove untested/unusable wayland dnd code win32: mpv.rc: re-add version info x11: skip ICC update on every window move ytdl: Error out with http_dash_segments (unsupported for now) This listing is not complete. Check DOCS/client-api-changes.rst for a history of changes to the client API, and DOCS/interface-changes.rst for a history of changes to other user-visible interfaces. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/multimedia/mpv/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/multimedia/mpv/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147203275014990 Content-Disposition: inline Content-Length: 1624 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.37 pkgsrc/multimedia/mpv/Makefile:1.38 --- pkgsrc/multimedia/mpv/Makefile:1.37 Wed Aug 17 00:06:44 2016 +++ pkgsrc/multimedia/mpv/Makefile Wed Aug 24 09:59:10 2016 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2016/08/17 00:06:44 ryoon Exp $ +# $NetBSD: Makefile,v 1.38 2016/08/24 09:59:10 maya Exp $ -DISTNAME= mpv-0.18.1 -PKGREVISION= 2 +DISTNAME= mpv-0.19.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.24 pkgsrc/multimedia/mpv/distinfo:1.25 --- pkgsrc/multimedia/mpv/distinfo:1.24 Mon Jul 11 09:55:19 2016 +++ pkgsrc/multimedia/mpv/distinfo Wed Aug 24 09:59:10 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2016/07/11 09:55:19 leot Exp $ +$NetBSD: distinfo,v 1.25 2016/08/24 09:59:10 maya Exp $ -SHA1 (mpv-0.18.1.tar.gz) = 16bdf30722224f970820c4547d3e7c53b9931f32 -RMD160 (mpv-0.18.1.tar.gz) = dbd744ff6b331e63bccf8d93c18c0dacaf4590e1 -SHA512 (mpv-0.18.1.tar.gz) = 4ed94a5365d432d1fb07c11a8e40ed7564925eacec8b61576690b8f3d8ff82d4e0b2841cc941fb711c659c77ff67bfea86b66bd5f570d3ae953bce715981cd2a -Size (mpv-0.18.1.tar.gz) = 2763392 bytes +SHA1 (mpv-0.19.0.tar.gz) = 7d39effb7e0e567b033600816f190f5b1b90fe92 +RMD160 (mpv-0.19.0.tar.gz) = 73ca61746f16407c712c144925ad0d582f14b447 +SHA512 (mpv-0.19.0.tar.gz) = 11a1318e0bcf937635e8f83bba615998c7a89ceb0fb0829cef9f510c215d142b205b5c26c617e95d95dfcfc3fbd212cee58cab2dae0b8b8250a44e998d18380f +Size (mpv-0.19.0.tar.gz) = 2770618 bytes --_----------=_147203275014990--