summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-02-01 18:55:33 +0000
committerwiz <wiz@pkgsrc.org>2015-02-01 18:55:33 +0000
commite3c9f67462f0c58601db5078b64d715517accdd9 (patch)
tree2acef4fa7b89404913873a0cc4740e1ec60b9a70 /multimedia
parent3dda80d3e6607e25e28fdd4b62e66adcda62c67a (diff)
downloadpkgsrc-e3c9f67462f0c58601db5078b64d715517accdd9.tar.gz
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.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mpv/Makefile4
-rw-r--r--multimedia/mpv/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile
index 385ae1d4962..c93c8d82602 100644
--- a/multimedia/mpv/Makefile
+++ b/multimedia/mpv/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2015/01/20 12:19:24 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2015/02/01 18:55:33 wiz Exp $
-DISTNAME= mpv-0.7.2
+DISTNAME= mpv-0.7.3
CATEGORIES= multimedia
MASTER_SITES= -https://github.com/mpv-player/mpv/archive/v${PKGVERSION_NOREV}${EXTRACT_SUFX}
diff --git a/multimedia/mpv/distinfo b/multimedia/mpv/distinfo
index 134033eaa30..b7a0f2a9620 100644
--- a/multimedia/mpv/distinfo
+++ b/multimedia/mpv/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2015/01/20 12:19:24 wiz Exp $
+$NetBSD: distinfo,v 1.8 2015/02/01 18:55:33 wiz Exp $
-SHA1 (mpv-0.7.2.tar.gz) = 756cbc08f7770e2b3b2236f1907cb85ea1543155
-RMD160 (mpv-0.7.2.tar.gz) = 3b09c1dae69e3e5811e94cfa2c83d5f95768f503
-Size (mpv-0.7.2.tar.gz) = 2658772 bytes
+SHA1 (mpv-0.7.3.tar.gz) = ea160d28738e1e2084a02eebf721831b38915fd4
+RMD160 (mpv-0.7.3.tar.gz) = fe7005074e8554ad150f551e56006d5f49b543ed
+Size (mpv-0.7.3.tar.gz) = 2672554 bytes