diff options
author | gls <gls@pkgsrc.org> | 2014-10-22 19:42:48 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2014-10-22 19:42:48 +0000 |
commit | ab5305e40f903e63238b3073d360769499ea53bf (patch) | |
tree | 3a67d5cb3b1ac55aed100797376265e7b778610e /multimedia/mpv/PLIST | |
parent | 7e95cf902e9b0eaf98d18a2066cbba42fc8f065c (diff) | |
download | pkgsrc-ab5305e40f903e63238b3073d360769499ea53bf.tar.gz |
Update mpv to 0.6.1
===================
pkgsrc changes:
---------------
- Add quvi option to support youtube-like sites directly from mpv.
Disabled by default.
upstream changes:
-----------------
Release 0.6.1
Changes
Don't show message on "osd" command by default (this essentially
reverts a change introduced in the last release).
Add an alternative input configuration that reverts the key binding
changes introduced by previous releases
(see etc/restore-old-bindings.conf in the sources).
Automatically install example input configuration files.
Bug fixes
Fix stream languages with Bluray
Don't try to create surfaces of size 0 in the VDPAU vo.
Don't print audio/video init failure message twice.
Fix playback on the root window on X11 (i.e. when using --wid=0).
Fix the autodetection of the input format in the vf_stereo3d filter when
mpv is built against libav (this makes --video-stereo-mode work with
libav as well).
Fix compilation with PulseAudio 1.0.
Fix compilation with clang.
Try harder to decode cover art picture only once.
Fix cursor autohide (--cursor-autohide) with audio-only files on file
change (e.g. when skipping to the next playlist file).
Diffstat (limited to 'multimedia/mpv/PLIST')
-rw-r--r-- | multimedia/mpv/PLIST | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/multimedia/mpv/PLIST b/multimedia/mpv/PLIST index bb90879f1c2..30f1d8d671a 100644 --- a/multimedia/mpv/PLIST +++ b/multimedia/mpv/PLIST @@ -1,8 +1,13 @@ -@comment $NetBSD: PLIST,v 1.1 2014/09/08 11:38:17 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2014/10/22 19:42:48 gls Exp $ bin/mpv man/man1/mpv.1 share/applications/mpv.desktop +share/doc/mpv/example.conf +share/doc/mpv/input.conf +share/doc/mpv/mplayer-input.conf +share/doc/mpv/restore-old-bindings.conf share/examples/mpv/encoding-profiles.conf share/icons/hicolor/16x16/apps/mpv.png share/icons/hicolor/32x32/apps/mpv.png share/icons/hicolor/64x64/apps/mpv.png +@pkgdir etc/mpv |