summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2015-09-27 14:49:44 +0000
committerleot <leot@pkgsrc.org>2015-09-27 14:49:44 +0000
commit5a5fef94320a9e9e64dec2eafb8c462b7fd31721 (patch)
treecea8809710ea2588a2e347c3dadebe711365df82 /multimedia
parented5342171d6825ee36b1420ef156a0904b76a330 (diff)
downloadpkgsrc-5a5fef94320a9e9e64dec2eafb8c462b7fd31721.tar.gz
Update multimedia/mpv to mpv-0.11.0.
Changes: Features ======== New --- * vo_opengl: implement debanding Removed ------- * audio/filter: remove center, extrastereo, karaoke, sinesuppress, sub, surround, sweep, ladspa, hrtf, export and bs2b filters (these are either considered useless or have replacements in lavfi) * video/filter: remove lavfi wrappers for noise, hqdn3d, unsharp and delogo (these filters remain usable through lavfi) Behavior -------- * vo_opengl: require FBOs by default (use dumb-mode suboption for old hardware and broken drivers) * vo_opengl: enable debanding by default for the opengl-hq preset * audio/out: use new sample format determination code * player: prefer logical current directory path (affects logic for resuming playback) * vf_vdpaurb: Pass through non-hardware-decoded content * player: make force-window=immediate work in auto-profiles Options and Commands ==================== Added ----- * af_lavrresample: add normalize suboption * vo_opengl: add deband, deband-iterations, deband-threshold, deband-range and deband-grain suboptions * af_lavfi: implement af-metadata property (like vf-metadata) (#2311) Changed ------- * command: make "add 0" not change the value Removed ------- * vo_opengl: remove source-shader suboption Fixes and Minor Enhancements ============================ * options: fix --no-config * cache: do not include backbuffer size in total stream cache size (#2305) * audio/format: actually prefer float over double sample format for int-> float conversions * audio/format: fix interlaved vs. non-interleaved conversions * audio/format: revise format conversion scoring * video: make --field-dominance set interlaced flag (#2289) * vf: vf_stereo3d compilation depends on libavfilter * vf_yadif: add hack for Libav compatibility (#2335) * player: add opus to list of external audio file extensions (#2336) * build: allow disabling vapoursynth completely * libmpv/win32: allow multiple windows at the same time (#2319)
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 671ecba962b..a893b74b2f8 100644
--- a/multimedia/mpv/Makefile
+++ b/multimedia/mpv/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2015/09/06 00:24:46 leot Exp $
+# $NetBSD: Makefile,v 1.24 2015/09/27 14:49:44 leot Exp $
-DISTNAME= mpv-0.10.0
+DISTNAME= mpv-0.11.0
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GITHUB:=mpv-player/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/multimedia/mpv/distinfo b/multimedia/mpv/distinfo
index eb5e31372b5..ae79dc15c86 100644
--- a/multimedia/mpv/distinfo
+++ b/multimedia/mpv/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2015/09/06 00:24:46 leot Exp $
+$NetBSD: distinfo,v 1.16 2015/09/27 14:49:44 leot Exp $
-SHA1 (mpv-0.10.0.tar.gz) = edc28f8f9ac40f7f273ad20efb8b52ab2bbc0b54
-RMD160 (mpv-0.10.0.tar.gz) = 5e5b3393a577a124ca4c49217d78c9035d70430c
-Size (mpv-0.10.0.tar.gz) = 2727566 bytes
+SHA1 (mpv-0.11.0.tar.gz) = 8b1c220999cd4a426c0985259b1816211bf2c528
+RMD160 (mpv-0.11.0.tar.gz) = 7d114d78b2fce87dac7a3488597c41c7caabe7f6
+Size (mpv-0.11.0.tar.gz) = 2689655 bytes