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:           Mon Jul 11 09:55:20 UTC 2016

Modified Files:
        pkgsrc/multimedia/mpv: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/multimedia/mpv/Makefile
cvs rdiff -u -r1.23 -r1.24 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.34 pkgsrc/multimedia/mpv/Makefile:1.35
--- pkgsrc/multimedia/mpv/Makefile:1.34 Sat Jul  9 06:38:39 2016
+++ pkgsrc/multimedia/mpv/Makefile      Mon Jul 11 09:55:19 2016
@@ -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}

Index: pkgsrc/multimedia/mpv/distinfo
diff -u pkgsrc/multimedia/mpv/distinfo:1.23 pkgsrc/multimedia/mpv/distinfo:1.24
--- pkgsrc/multimedia/mpv/distinfo:1.23 Fri Jul  1 07:47:38 2016
+++ pkgsrc/multimedia/mpv/distinfo      Mon Jul 11 09:55:19 2016
@@ -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