summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleot <leot>2015-12-27 15:44:37 +0000
committerleot <leot>2015-12-27 15:44:37 +0000
commitc2540292446f30b0b0b397f63320e6f6c4b0a3b5 (patch)
tree33e5afac7ff427b5874215729660a500ad401e95
parent21594523ea59be331fcf8913b4ab5639ef2872c6 (diff)
downloadpkgsrc-c2540292446f30b0b0b397f63320e6f6c4b0a3b5.tar.gz
Update multimedia/mpv to 0.14.0.
Changes: Release 0.14.0 ============== Build System Changes -------------------- - build: install scalable svg icon as well - vo_opengl: require --enable-gpl3 for nnedi - win32: enable internal pthreads wrapper by default Features -------- New ~~~ - vo_opengl: add experimental dxinterop backend (renders with OpenGL, displays through Direct3D; broken with Intel drivers) - vo_opengl: add initial ANGLE support - windows: implement icc-profile-auto - windows: support taskbar button progress indicator (issue #2399) Removed ~~~~~~~ - Windows XP support - demux: remove old subtitle parser (FFmpeg users are unaffected; Libav loses support for some minor formats) - demux_libass: remove this demuxer (libavformat takes its place) - stream: drop old Linux PVR support Options and Commands -------------------- Added ~~~~~ - command, vo: add estimated-display-fps property - command: add vsync-ratio property - command: export some per-video-frame information (issue #2444) - vo_opengl: make LOOKUP_TEXTURE_SIZE configurable - windows: add option to set VO MMCSS profile Changed ~~~~~~~ - --sub-fix-timing now applies to ASS subtitles as well - command: rename vo-missed-frame-count property to vo-delayed-frame-count - input.conf: add default bindings for changing window scale (issue #2500) - videotoolbox: make decoder format customizable - vo_opengl: disable interpolation without display-sync - vo_opengl: make tscale=mitchell:tscale-clamp the default - vo_rpi: add an option to disable OSD Fixes and Minor Enhancements ---------------------------- - af_lavrresample: clamp float output to range - ao: disambiguate default device list entries - ao_alsa: filter audio device list - ao_alsa: list bidirectional devices too - ao_openal: accommodate more sample formats (issue #2494) - ao_openal: fix virtual speaker positioning - ao_wasapi: only report per-app volume in shared mode - ao_wasapi: work around DTS passthrough failure - build: make vaapi-wayland depend on gl-wayland (issue #2476) - demux: fix seeking in .ts - demux_lavf: mark ASS tracks as always UTF-8 - demux_mkv: fix incremental indexing with single-keyframe files (issue #2498) - drm: fix setting up connectors - dxva2: reject 10 bit HEVC (issue #2516) - player: replace mistimed-frame-count with vsync-ratio on status line - sd_ass: fix secondary subtitle mode - various display-sync improvements - vo_opengl: enable NNEDI3 prescaler on OpenGL ES 3.0 - vo_opengl: enable colormatrix even for RGB input - vo_opengl: fix backend autoprobing, attempt to improve GLX vs. EGL backend detection - vo_opengl: fix backend=x11 on Intel - vo_opengl: fix issues with some obscure pixel formats (e.g. rgb555) - vo_opengl: fix precision loss of fruit dithering matrix - vo_opengl: force dumb mode if RG textures are not available - vo_opengl: improve boundary check for polar filters - vo_opengl: various GLES compatibility improvements - vo_opengl: win32: test for exclusive mode - vo_opengl_cb: do not block on flipping when redrawing - vo_rpi: set aspect ratio - win32: fix console output with raw stdio functions - windows: try to avoid detection as exclusive fullscreen window (issue #2177) - x11: request bypassing compositor (issue #2502)
-rw-r--r--multimedia/mpv/Makefile5
-rw-r--r--multimedia/mpv/PLIST3
-rw-r--r--multimedia/mpv/distinfo10
3 files changed, 9 insertions, 9 deletions
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile
index 6c6b9383330..692beaacaa7 100644
--- a/multimedia/mpv/Makefile
+++ b/multimedia/mpv/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2015/11/18 14:19:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.28 2015/12/27 15:44:37 leot Exp $
-DISTNAME= mpv-0.13.0
-PKGREVISION= 1
+DISTNAME= mpv-0.14.0
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GITHUB:=mpv-player/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/multimedia/mpv/PLIST b/multimedia/mpv/PLIST
index 06d2c0dad86..4abb9ff6498 100644
--- a/multimedia/mpv/PLIST
+++ b/multimedia/mpv/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2014/10/22 20:10:48 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2015/12/27 15:44:37 leot Exp $
bin/mpv
man/man1/mpv.1
share/applications/mpv.desktop
@@ -10,3 +10,4 @@ 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
+share/icons/hicolor/scalable/apps/mpv.svg
diff --git a/multimedia/mpv/distinfo b/multimedia/mpv/distinfo
index b724d4b56fc..3aed11ef6be 100644
--- a/multimedia/mpv/distinfo
+++ b/multimedia/mpv/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2015/11/11 17:37:18 leot Exp $
+$NetBSD: distinfo,v 1.19 2015/12/27 15:44:37 leot Exp $
-SHA1 (mpv-0.13.0.tar.gz) = 4599bb3276b602c879ca5ad21975401e49669724
-RMD160 (mpv-0.13.0.tar.gz) = b20c462dab4631aca80e308a95ace4b18bd9f78e
-SHA512 (mpv-0.13.0.tar.gz) = c09f33856c00b618606785e5e8fe588404aa8e1333f49a78c68eacd2b73b678bb6368631e532198f7faed442e064fc6b88f8db76d10a229a2f76b5f40156cb1c
-Size (mpv-0.13.0.tar.gz) = 2874190 bytes
+SHA1 (mpv-0.14.0.tar.gz) = 2b83a8bbbecdf61604b7c6b8f7bc3d9a768ac537
+RMD160 (mpv-0.14.0.tar.gz) = f49cc6746246b4c1f27120b1645e72f4bdc1ca4b
+SHA512 (mpv-0.14.0.tar.gz) = 523bffe87d6743ac67cab090bb5f43363352491f663debf150e204b942daaaa85176f228011e306d58fa4a05ee962d4bc56b6f77ea943e3efe757417ad52b952
+Size (mpv-0.14.0.tar.gz) = 2872619 bytes