diff options
author | leot <leot@pkgsrc.org> | 2015-11-11 17:37:18 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2015-11-11 17:37:18 +0000 |
commit | 6c517280966306d6fb58f6e8de15aff8e28e6089 (patch) | |
tree | 62c3966aff6bbbb775e5c0be289763faa2c5eabe /multimedia/mpv | |
parent | 56eaaee6a4b0ea4745ab94244b9540184c0dba3b (diff) | |
download | pkgsrc-6c517280966306d6fb58f6e8de15aff8e28e6089.tar.gz |
Update multimedia/mpv to 0.13.0.
Changes:
NOTE: The previous release changed the default format for youtube-dl and
removed some workarounds related to MPEG DASH support. However, the required
changes to FFmpeg code (FFmpeg/FFmpeg@4ab5666)
are not in any FFmpeg release yet (as of 2015-11-10), so for now, playing DASH
streams requires using FFmpeg git master. You can work around this by using the
--ytdl-format=best option.
Features
--------
New
* SVG version of the icon (with symbolic counterpart)
* stream_libarchive: add multivolume support
* vo_opengl: add prescaling framework along with Super-xBR and NNEDI3
(currently very slow) prescalers (issue #2230)
Options and Commands
--------------------
Added
* command: add mistimed-frame-count property
* vo_opengl: add vsync-fences option
Changed
* command: make display-fps property writable
* options: enable mpeg2 hw decoding by default if hw decoding is requested
* vo_opengl: rename fancy-downscaling to correct-downscaling
* vo_opengl: correct-downscaling: enable also for anamorphic clips
* vo_opengl: rename "drm_egl" to "drm-egl"
* vo_opengl: disable drm-egl autopickup
* vo_opengl: never load vaapi GLX interop by default
Fixes and Minor Enhancements
----------------------------
* ao_alsa: fix 7.1 over HDMI
* audio: do not require full audio chain reinit for speed changes
* rpi: add support for codecs other than h264 (mpeg2 for now)
* vd_lavc: make hwdec fallback more tolerant
* video: fix playback of pal8
* video: multiple display-sync fixes
* vo: fix no-audio mode with interpolation enabled/display-sync disabled
* vo_direct3d: fix operation (issue #2434)
* vo_drm: handle possible errors from sigaction
* vo_drm: show osd in audio only mode
* vo_opengl: do not attempt to cache frames in FBO in dumb-mode (issue #2432)
* vo_opengl: win32: always request MMCSS for DWM
* vo_opengl: win32: try to enable DwmFlush by default
* vo_vdpau: check VDP_RGBA_FORMAT_A8 support
* win32: request MMCSS "Playback" profile
Diffstat (limited to 'multimedia/mpv')
-rw-r--r-- | multimedia/mpv/Makefile | 4 | ||||
-rw-r--r-- | multimedia/mpv/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index 54c51ead7f7..6ac8c69da98 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2015/11/01 18:08:38 leot Exp $ +# $NetBSD: Makefile,v 1.26 2015/11/11 17:37:18 leot Exp $ -DISTNAME= mpv-0.12.0 +DISTNAME= mpv-0.13.0 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 c3f7eb5193a..b724d4b56fc 100644 --- a/multimedia/mpv/distinfo +++ b/multimedia/mpv/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2015/11/01 18:08:38 leot Exp $ +$NetBSD: distinfo,v 1.18 2015/11/11 17:37:18 leot Exp $ -SHA1 (mpv-0.12.0.tar.gz) = 41ba872fc42bde5d237fd6e2317b37ee989ceb3c -RMD160 (mpv-0.12.0.tar.gz) = 35c9a77910dc640b55a8fc6912182d417db6f5e1 -SHA512 (mpv-0.12.0.tar.gz) = ce570e3d375a4ffd2b80bab956cae7427dfd265cdee4e7be4485a5298f549cf3dedd58d537fcb9b09f5fade4c72c106b4b7dadca3be69eb4a17c7671421bd500 -Size (mpv-0.12.0.tar.gz) = 2701727 bytes +SHA1 (mpv-0.13.0.tar.gz) = 4599bb3276b602c879ca5ad21975401e49669724 +RMD160 (mpv-0.13.0.tar.gz) = b20c462dab4631aca80e308a95ace4b18bd9f78e +SHA512 (mpv-0.13.0.tar.gz) = c09f33856c00b618606785e5e8fe588404aa8e1333f49a78c68eacd2b73b678bb6368631e532198f7faed442e064fc6b88f8db76d10a229a2f76b5f40156cb1c +Size (mpv-0.13.0.tar.gz) = 2874190 bytes |