diff options
author | wiz <wiz@pkgsrc.org> | 2015-04-02 22:46:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-04-02 22:46:20 +0000 |
commit | 54a11f7a0e4bf61a93a9a4cc1a5c11e4fc1133bf (patch) | |
tree | b9797c4a6f089d88eb430caaf31d28ddd94d56d9 /multimedia/mpv | |
parent | 7e4ae38dc30722c70c0997493adb30616f3c05ca (diff) | |
download | pkgsrc-54a11f7a0e4bf61a93a9a4cc1a5c11e4fc1133bf.tar.gz |
Update to 0.8.3, from Leonardo Taccari in PR 49797:
Update multimedia/mpv to 0.8.3.
Changes
* Documentation fixes and updates.
* (Client API) Clarify mpv_opengl_cb_render's viewport parameter
behavior.
Bug fixes
* (X11) Fix crash on vo_xv:no-colorkey with the Overlay adapter. (bug
#1629)
* Make the video equalizer work correctly on some VAAPI drivers. (bug
#1647)
* Prevent OSD from disappearing when clicking on mozplugger. (bug
#1672)
* The new DVB-S2 support code, using S2API, now builds on FreeBSD.
* Fix decoding of seekable matroska from unseekable network stream.
(bug #1656)
* (OSX) Fix crashing when closing a VO's window (usually at exit).
(bug #1657)
* (OSX) Unhide the mouse cursor when over the Dock or Launchpad. (bug
#513)
* (OSX) Fix mouse cursor autohiding when the player is fullscreen.
* vf_vavpp (VAAPI postprocessing) now deinterlaces video correctly.
* smb:// streams now use the stream cache (used to be inefficient).
* (Windows) Do not hide the mouse cursor when it is hovering the
window menu.
* Fix 8-channel output on ao_jack. (bug #1688)
* Fix --mf-fps parameter on JPEG files. (bug #1689)
* Fix anamorphic scaling being ignored if it was very minor.
Diffstat (limited to 'multimedia/mpv')
-rw-r--r-- | multimedia/mpv/Makefile | 7 | ||||
-rw-r--r-- | multimedia/mpv/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index 4a89325c741..f7fc998a37f 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2015/02/28 11:53:31 adam Exp $ +# $NetBSD: Makefile,v 1.17 2015/04/02 22:46:20 wiz Exp $ -DISTNAME= mpv-0.8.2 +DISTNAME= mpv-0.8.3 CATEGORIES= multimedia -MASTER_SITES= -https://github.com/mpv-player/mpv/archive/v${PKGVERSION_NOREV}${EXTRACT_SUFX} +MASTER_SITES= ${MASTER_SITE_GITHUB:=mpv-player/} +GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= leot1990@users.sourceforge.net HOMEPAGE= http://mpv.io/ diff --git a/multimedia/mpv/distinfo b/multimedia/mpv/distinfo index 2dc72a248b7..9d57ca4ad8f 100644 --- a/multimedia/mpv/distinfo +++ b/multimedia/mpv/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2015/02/28 11:53:31 adam Exp $ +$NetBSD: distinfo,v 1.12 2015/04/02 22:46:20 wiz Exp $ -SHA1 (mpv-0.8.2.tar.gz) = 2b9f7978341924d0d1763de3f1d1c9dfba5d4ac0 -RMD160 (mpv-0.8.2.tar.gz) = 69d7091cf4264afef2e074ea5eefe236810e95f9 -Size (mpv-0.8.2.tar.gz) = 2663666 bytes +SHA1 (mpv-0.8.3.tar.gz) = 06fe7ed8aa07c67c80cdebdc06e0be3d2421fcea +RMD160 (mpv-0.8.3.tar.gz) = 64da776132101706141ffbced223861579f3c0cf +Size (mpv-0.8.3.tar.gz) = 2664730 bytes |