Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (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 D2E65A567D for ; Sun, 1 Feb 2015 18:55:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 83CE314A303; Sun, 1 Feb 2015 18:55:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0603B14A2F7 for ; Sun, 1 Feb 2015 18:55:36 +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 Srq7vzcG8dwI for ; Sun, 1 Feb 2015 18:55:33 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id D3DE314A2F6 for ; Sun, 1 Feb 2015 18:55:33 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id CDB8F98; Sun, 1 Feb 2015 18:55:33 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 1 Feb 2015 18:55:33 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/multimedia/mpv To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20150201185533.CDB8F98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sun Feb 1 18:55:33 UTC 2015 Modified Files: pkgsrc/multimedia/mpv: Makefile distinfo Log Message: Update to 0.7.3, from Leonardo Taccari in PR 49623: Changes ------- - Several documentation updates and typo fixes. - Don't show "0%" position when the stream is infinite / has unknown length. - Fixes the config file loading order so that lower priority `mpv.conf` files don't override higher priority `config` files. - (OSX) Remove coreaudio_exclusive from the "auto" codec list. - Failing to create a GL3 context is now a warning instead of error, to reduce user confusion. - The subtitle decoder now gets reset when cycling subtitles. This makes the currently shown subtitle event disappear even if cycling back to the current subtitle track. - `--shuffle` and `--merge-files` now affects the contents of playlist files, instead of just the list of files given as arguments to mpv. - `./waf install` avoids installing a few additional data/config files if only libmpv was built. - Improved channel mapping when the file's channel map doesn't match the AO's available channel maps. - (OSX) VDA now gracefully refuses to run on non-OpenGL3-capable systems instead of trying and failing to build its shaders. - Add workaround for vf_vapoursynth filters that expect an FPS. - The default value for `--screenshot-template` now shows up in `--list-options`. - `ao_pulse`'s `latency-hacks` suboption is now off by default, as it causes issues with newer pulseaudio releases. If A/V Sync issues happen, either add the `latency-hacks=on` pulse suboption in mpv.conf, or update the pulseaudio daemon (bug #1430). - (Linux) `ao_alsa` now deals better with audio device disconnection. - Client API: timestamp properties that have no value return "no" instead of magic number. Bug fixes --------- - (Windows, OSX) Many `ao_wasapi` and `ao_coreaudio` fixes. - (OSX) Make the window title update correctly on OS X Yosemite. - Fixes for handling mono audio on various AOs. - (Linux) Fixes resuming from suspend on ao_alsa. - Fixes for playlist file parsing. - Overly long options in the --list-options output now break the column layout instead of getting truncated; fixes shell completion scripts. - Fix rendering resolution of certain DVB subtitles (bug #1425). - Fix EDL or --merge-files breaking timestamps with .avi files. - Workaround for libavcodec bug with the VP9 codec parser (bug #1448), fixes possible crash. - Improve robustness of the matroska parser with broken files (bugs #1457, #1461). - Improve 10bit video compatibility with older GPUs (specially Intel) (bug #1383). - Fixes flashing the VO window when playing a list of files that includes non-media files (bug #1459). - Workaround for window embedding in OpenBox (bug #1235) - Fixes for several crashes and lockups (bugs #838, #1389, #1408, #1463, #1473, #1474). - Fixes for the zsh completion script (bugs #997) New features ------------ - mpv now prints the contents of its config.h when running in verbose mode, to aid with debugging. - The `include=` option now accepts `~` to refer to the HOME dir (bug #1406). - `af_volume` now prints ReplayGain values in verbose mode. - m3u playlists that don't have the `#EXTM3U` header are now accepted if they "look like" ASCII or UTF-8 text and have the .m3u extension. - Chapter marks in the seek bar now update when switching files. - Supports embedded cover art in MKV files (bug #1374). - (Windows) Video window can now be resized even with --no-border. - (Windows) Client API: the "run" command now works on Windows too. - (Linux) vo_wayland now supports key modifiers (Meta, Alt, Control, Shift) - Client API: "display-names" property is now observable. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/multimedia/mpv/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/multimedia/mpv/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.