pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/mpv Update multimedia/mpv to 0.20.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a70d239391af
branches:  trunk
changeset: 351881:a70d239391af
user:      leot <leot%pkgsrc.org@localhost>
date:      Wed Aug 31 13:57:45 2016 +0000

description:
Update multimedia/mpv to 0.20.0

Changes:
Release 0.20.0
==============
Options and Commands
--------------------
Added
~~~~~
- aspect: add --video-unscaled=downscale-big
- player: add --image-display-duration option to control duration of image display (#3425)
- vo_opengl: angle: new flag (dcomposition) to control DirectComposition

Fixes and Minor Enhancements
----------------------------
- af_lavrresample: fix error if resampler could not be recreated
- audio: avoid missed wakeups with ab-loops
- audio: do not apply --audio-channels if spdif passthrough is in use (#3445)
- cache: don't use a backbuffer if the cache is as large as the file
- command: prevent O(n^2) behaviour for playlist property
- demux: close underlying stream if it's fully read anyway (#3456)
- demux: fix undefined behavior with ogg metadata update (#3451)
- player: make looping slightly more seamless
- player: refresh very low framerate video on filter changes (#3435)
- stream_memory: disable stream cache
- vf_rotate: allow arbitrary rotation (#3434)
- vo: be more trusting to estimated display FPS (#3433)
- w32_common: use hooks to detect parent window resize
- x11: work around mutter fullscreen issue (#2072)

diffstat:

 multimedia/mpv/Makefile |   4 ++--
 multimedia/mpv/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 07bb9f4d1a8d -r a70d239391af multimedia/mpv/Makefile
--- a/multimedia/mpv/Makefile   Wed Aug 31 13:24:06 2016 +0000
+++ b/multimedia/mpv/Makefile   Wed Aug 31 13:57:45 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2016/08/24 09:59:10 maya Exp $
+# $NetBSD: Makefile,v 1.39 2016/08/31 13:57:45 leot Exp $
 
-DISTNAME=      mpv-0.19.0
+DISTNAME=      mpv-0.20.0
 CATEGORIES=    multimedia
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mpv-player/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 07bb9f4d1a8d -r a70d239391af multimedia/mpv/distinfo
--- a/multimedia/mpv/distinfo   Wed Aug 31 13:24:06 2016 +0000
+++ b/multimedia/mpv/distinfo   Wed Aug 31 13:57:45 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2016/08/24 09:59:10 maya Exp $
+$NetBSD: distinfo,v 1.26 2016/08/31 13:57:45 leot Exp $
 
-SHA1 (mpv-0.19.0.tar.gz) = 7d39effb7e0e567b033600816f190f5b1b90fe92
-RMD160 (mpv-0.19.0.tar.gz) = 73ca61746f16407c712c144925ad0d582f14b447
-SHA512 (mpv-0.19.0.tar.gz) = 11a1318e0bcf937635e8f83bba615998c7a89ceb0fb0829cef9f510c215d142b205b5c26c617e95d95dfcfc3fbd212cee58cab2dae0b8b8250a44e998d18380f
-Size (mpv-0.19.0.tar.gz) = 2770618 bytes
+SHA1 (mpv-0.20.0.tar.gz) = ef1d0046cfe9392957d5c5833fc86153a69dfb92
+RMD160 (mpv-0.20.0.tar.gz) = 7870ef1cbe4919111a87255b166cc02725c4dc26
+SHA512 (mpv-0.20.0.tar.gz) = 6b00bde2aa802cbc104a7c3e85dc0165010113f9942f881b023434f8ead04a2cb5486cd3dd32c14ea86c54ed9a2b976124bd007e8e40e3d8754c48bb33c4b512
+Size (mpv-0.20.0.tar.gz) = 2775740 bytes



Home | Main Index | Thread Index | Old Index