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.18.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f6f402e29ba
branches:  trunk
changeset: 349590:4f6f402e29ba
user:      leot <leot%pkgsrc.org@localhost>
date:      Mon Jul 11 09:55:19 2016 +0000

description:
Update multimedia/mpv to 0.18.1

Changes:
Release 0.18.1
==============
Note: Running mpv with different versions of the FFmpeg/Libav libraries than
it was compiled with is no longer supported. Even supposedly ABI-compatible
versions have been a source of trouble, and it creates far too much
complexity with little to no benefit, coupled with absurd and unusable FFmpeg
API artifacts.

Instead, mpv will exit with an error when such a situation is detected.
This simply means that mpv needs to be rebuilt whenever FFmpeg libraries change.

Features
--------
New
~~~
- d3d: implement screenshots for --hwdec=d3d11va
- vo_opengl: add output_size uniform to custom shader
- vo_opengl: implement the Panasonic V-Log function (#3157)
- vo_opengl: implement ARIB STD-B68 (HLG) HDR TRC

Options and Commands
--------------------
Changed
~~~~~~~
- command: pack sub image data in overlay-add command

Deprecated
~~~~~~~~~~
- options: deprecate --heartbeat-cmd
- audio: deprecate --softvol

Removed
~~~~~~~
- audio: drop --softvol=no and --softvol=auto (#3322)

Fixes and Minor Enhancements
----------------------------
- video: fix deinterlace filter handling on pixel format changes
- x11: silence xdg-screensaver
- vo_opengl: angle: update the swapchain on resize (#3301)
- vo_opengl: error out gracefully when trying to use FBOs without FBO API
- vd_lavc: expose mastering display side data reference peak (improves results with HDR content)
- vo_opengl: generalize HDR tone mapping mechanism (#3293)
- vo_opengl: don't constantly resize the output FBO
- vo_opengl: use ringbuffer of PBOs
- Windows: make WM_NCHITTEST simpler and more accurate
- ao_oss: do not add an entry to audio-device-list if device file missing
- dec_audio: fix segment boudnary switching
- ao_lavc, vo_lavc: Migrate to new FFmpeg encoding API
- vo_opengl: explicitly use main framebuffer when reading window content (#3284)
- vo_xv: fix behavior with odd sizes
- audio: insert auto-inserted filters at end of chain
- x11: add missing FocusChangeMask (disables key repeat when losing focus while a key is down)
- ao_coreaudio: error out when selecting invalid device
- ad_lavc: work around misbehavior of some FFmpeg decoders like wmapro (#3297)
- player: cut off status line on terminal width

diffstat:

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

diffs (28 lines):

diff -r 4fcaf38129d5 -r 4f6f402e29ba multimedia/mpv/Makefile
--- a/multimedia/mpv/Makefile   Mon Jul 11 05:23:03 2016 +0000
+++ b/multimedia/mpv/Makefile   Mon Jul 11 09:55:19 2016 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2016/07/09 06:38:39 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2016/07/11 09:55:19 leot Exp $
 
-DISTNAME=      mpv-0.18.0
-PKGREVISION=   1
+DISTNAME=      mpv-0.18.1
 CATEGORIES=    multimedia
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mpv-player/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 4fcaf38129d5 -r 4f6f402e29ba multimedia/mpv/distinfo
--- a/multimedia/mpv/distinfo   Mon Jul 11 05:23:03 2016 +0000
+++ b/multimedia/mpv/distinfo   Mon Jul 11 09:55:19 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2016/07/01 07:47:38 leot Exp $
+$NetBSD: distinfo,v 1.24 2016/07/11 09:55:19 leot Exp $
 
-SHA1 (mpv-0.18.0.tar.gz) = 8db52ea779b26b8de966e08cb5aeea7bfc72a8bc
-RMD160 (mpv-0.18.0.tar.gz) = a6577999068eebb57f2397ca1913efe81216f740
-SHA512 (mpv-0.18.0.tar.gz) = 5a899ea680b4da6d668a6e77a254e623bafef16f376ee46639e40f151da5a000de84b382f2b07f3a1e87b60fc8e524132767fdf243e36474966af11a88277437
-Size (mpv-0.18.0.tar.gz) = 2758960 bytes
+SHA1 (mpv-0.18.1.tar.gz) = 16bdf30722224f970820c4547d3e7c53b9931f32
+RMD160 (mpv-0.18.1.tar.gz) = dbd744ff6b331e63bccf8d93c18c0dacaf4590e1
+SHA512 (mpv-0.18.1.tar.gz) = 4ed94a5365d432d1fb07c11a8e40ed7564925eacec8b61576690b8f3d8ff82d4e0b2841cc941fb711c659c77ff67bfea86b66bd5f570d3ae953bce715981cd2a
+Size (mpv-0.18.1.tar.gz) = 2763392 bytes



Home | Main Index | Thread Index | Old Index