summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2016-07-11 09:55:19 +0000
committerleot <leot@pkgsrc.org>2016-07-11 09:55:19 +0000
commitaec7c3dcef7edcc43f23fb5c617e00e90893476e (patch)
treed99e4b2ae9004c5cb1223030bc7c5b14a8290df1 /multimedia
parent4ca997a393bb815406f0bc8a6e70c7608fe8377d (diff)
downloadpkgsrc-aec7c3dcef7edcc43f23fb5c617e00e90893476e.tar.gz
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 (limited to 'multimedia')
-rw-r--r--multimedia/mpv/Makefile5
-rw-r--r--multimedia/mpv/distinfo10
2 files changed, 7 insertions, 8 deletions
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile
index 9992abb9283..0bd904acda9 100644
--- a/multimedia/mpv/Makefile
+++ b/multimedia/mpv/Makefile
@@ -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 --git a/multimedia/mpv/distinfo b/multimedia/mpv/distinfo
index bb10b503238..52145251215 100644
--- a/multimedia/mpv/distinfo
+++ b/multimedia/mpv/distinfo
@@ -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