diff options
author | leot <leot@pkgsrc.org> | 2016-08-31 13:57:45 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2016-08-31 13:57:45 +0000 |
commit | 458b6ab8b3218ffca5e3c44918b0f3f66fb385b8 (patch) | |
tree | f9805d203cd582b4dc1c8868ee174e52b432b378 /multimedia | |
parent | 6107bfbf63c4da745cd1c063547089a50bdab907 (diff) | |
download | pkgsrc-458b6ab8b3218ffca5e3c44918b0f3f66fb385b8.tar.gz |
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 (limited to 'multimedia')
-rw-r--r-- | multimedia/mpv/Makefile | 4 | ||||
-rw-r--r-- | multimedia/mpv/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index 6d4654109ec..6b22e264bb6 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -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 --git a/multimedia/mpv/distinfo b/multimedia/mpv/distinfo index 08f3a0e10f7..fc28aa7dcb8 100644 --- a/multimedia/mpv/distinfo +++ b/multimedia/mpv/distinfo @@ -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 |