pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/mpv



Module Name:    pkgsrc
Committed By:   leot
Date:           Wed Aug 31 13:57:45 UTC 2016

Modified Files:
        pkgsrc/multimedia/mpv: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/multimedia/mpv/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/multimedia/mpv/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/mpv/Makefile
diff -u pkgsrc/multimedia/mpv/Makefile:1.38 pkgsrc/multimedia/mpv/Makefile:1.39
--- pkgsrc/multimedia/mpv/Makefile:1.38 Wed Aug 24 09:59:10 2016
+++ pkgsrc/multimedia/mpv/Makefile      Wed Aug 31 13:57:45 2016
@@ -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}

Index: pkgsrc/multimedia/mpv/distinfo
diff -u pkgsrc/multimedia/mpv/distinfo:1.25 pkgsrc/multimedia/mpv/distinfo:1.26
--- pkgsrc/multimedia/mpv/distinfo:1.25 Wed Aug 24 09:59:10 2016
+++ pkgsrc/multimedia/mpv/distinfo      Wed Aug 31 13:57:45 2016
@@ -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