diff options
author | leot <leot@pkgsrc.org> | 2018-10-03 09:07:20 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2018-10-03 09:07:20 +0000 |
commit | 796b0c87c01faa6cb8c18d65a3329c63ad4765ff (patch) | |
tree | e819ef4c0a59038f3c00091e0e8427b2d9b6bd29 /multimedia/mpv | |
parent | aceedfaa815765df53fd2a9ca3f9c64e442296b0 (diff) | |
download | pkgsrc-796b0c87c01faa6cb8c18d65a3329c63ad4765ff.tar.gz |
mpv: Update multimedia/mpv to 0.29.1
pkgsrc changes:
- py-docutils and waf are tool dependencies
Changes:
Release 0.29.1
==============
A bug fix release for the 0.29 release branch.
Fixes and Minor Enhancements
----------------------------
- af_rubberband: Fix for A-V drift on seeking.
- ao_alsa: Fixes to remove spam during pausing and end-of-file.
- ao_jack: Fix for mpv attempting to connect to non-standard devices such as
MIDI.
- ao_openal: Drop support for Apple's bundled OpenAL due to lack of features
to successfully build.
- ao_pulse: Fix for audio buffer length calculation.
- demux_lavf: Fix EDL playback of certain DASH streams.
- demux_lavf: Mark v4l streams as not seekable.
- demux_raw: Fix for gapless playback from raw audio input.
- drm_atomic: Fix to enable video output with devices without a video overlay
plane.
- encode: Fix for crashes in case of failure to write to output.
- encode: Fix for encoding when utilizing lavfi-complex.
- Fix to strip HDR peak metadata if attached to SDR video (#6111)
- macOS: Capability to fall back on SW rendering for testing purposes.
- macOS: Fix for issues with the main menu.
- macOS: Fix for side by side split view.
- macOS: Fixes for crashes, most notably those happening on 10.14
(#5908, #6097, #6041, #6062).
- macOS: No longer let older, unsupported versions of the Swift build tools
through configure.
- manpage: Misc fixups.
- stream_{smb,file}: Fix for partial writes to buffers.
- stream_libarchive: Fix hang when an out-of-bound seek happens.
- stream_smb: Fix for crashes due to libsmbclient and threading (#5936).
- vo_gpu: Fix for corruption when multiple compute shaders override each
others' block sizes (#6083).
- ytdl_hook: Always load "ytdl://" URLs with ytdl_hook first.
- ytdl_hook: Fix audio streams not being picked up for some sites.
Options and Commands
--------------------
Added
~~~~~
- `--cocoa-cb-sw-renderer` to control whether or not to fall back on software
rendering on macOS.
Diffstat (limited to 'multimedia/mpv')
-rw-r--r-- | multimedia/mpv/Makefile | 9 | ||||
-rw-r--r-- | multimedia/mpv/distinfo | 10 |
2 files changed, 9 insertions, 10 deletions
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index 37eff9fab47..9cf727b8922 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.72 2018/08/22 09:45:49 wiz Exp $ +# $NetBSD: Makefile,v 1.73 2018/10/03 09:07:20 leot Exp $ -DISTNAME= mpv-0.29.0 -PKGREVISION= 1 +DISTNAME= mpv-0.29.1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GITHUB:=mpv-player/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -16,9 +15,9 @@ NOT_FOR_PLATFORM= NetBSD-[1-6]*-* NOT_PAX_MPROTECT_SAFE+= bin/mpv -BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils +TOOL_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils # ${WRKSRC}/bootstrap.py mentions needed version -BUILD_DEPENDS+= waf>=2.0.9:../../devel/waf +TOOL_DEPENDS+= waf>=2.0.9:../../devel/waf WAF_CONFIGURE_ARGS+= --bindir=${PREFIX}/bin WAF_CONFIGURE_ARGS+= --enable-dvdnav diff --git a/multimedia/mpv/distinfo b/multimedia/mpv/distinfo index 43c521d54bd..5c91c4746f2 100644 --- a/multimedia/mpv/distinfo +++ b/multimedia/mpv/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.42 2018/07/25 14:19:16 leot Exp $ +$NetBSD: distinfo,v 1.43 2018/10/03 09:07:20 leot Exp $ -SHA1 (mpv-0.29.0.tar.gz) = b890b726a39a67ef8d7c278f28531be375eaf7e8 -RMD160 (mpv-0.29.0.tar.gz) = 6d09e4d9696864d6bf0cbfd76674a15e1b17c537 -SHA512 (mpv-0.29.0.tar.gz) = 77204218bd217ae1da4812b09e0509965a3ef102d3de5cd4360f007ccf3779e4cbde5cfd6adae9629ea39062bd365e847429bdf7f9a1ddebd0a67d267492b221 -Size (mpv-0.29.0.tar.gz) = 3057997 bytes +SHA1 (mpv-0.29.1.tar.gz) = 83f2bc0eb5a8bec9a9d5efc7de0e19a442238ac5 +RMD160 (mpv-0.29.1.tar.gz) = 72a4fda3a72ac4fd37ed04435833fa2cf378a012 +SHA512 (mpv-0.29.1.tar.gz) = ec57c9ceaaf2915ee237dd5a1c5ea5d22725d8611e28a9b998e5bb0d8ab5bdf3631d0267fc7b54da31cb1eaa145ef35841e68846bd41c3b9e1024902e92fd086 +Size (mpv-0.29.1.tar.gz) = 3059503 bytes SHA1 (patch-audio_out_ao__oss.c) = d7f3a75ab43efe396ce536fb54e6207a7ded3510 SHA1 (patch-player_main.c) = e794199990059cc95050032194bca70557c381d7 |