Thu Apr 2 22:46:21 2015 UTC ()
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.


(wiz)
diff -r1.16 -r1.17 pkgsrc/multimedia/mpv/Makefile
diff -r1.11 -r1.12 pkgsrc/multimedia/mpv/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/multimedia/mpv/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/mpv/Makefile 2015/02/28 11:53:31 1.16
+++ pkgsrc/multimedia/mpv/Makefile 2015/04/02 22:46:20 1.17
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: Makefile,v 1.16 2015/02/28 11:53:31 adam Exp $ 1# $NetBSD: Makefile,v 1.17 2015/04/02 22:46:20 wiz Exp $
2 2
3DISTNAME= mpv-0.8.2 3DISTNAME= mpv-0.8.3
4CATEGORIES= multimedia 4CATEGORIES= multimedia
5MASTER_SITES= -https://github.com/mpv-player/mpv/archive/v${PKGVERSION_NOREV}${EXTRACT_SUFX} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=mpv-player/}
 6GITHUB_TAG= v${PKGVERSION_NOREV}
6 7
7MAINTAINER= leot1990@users.sourceforge.net 8MAINTAINER= leot1990@users.sourceforge.net
8HOMEPAGE= http://mpv.io/ 9HOMEPAGE= http://mpv.io/
9COMMENT= Video player based on MPlayer and mplayer2 10COMMENT= Video player based on MPlayer and mplayer2
10LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
11 12
12BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils 13BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils
13# ${WRKSRC}/bootstrap.py mentions needed version 14# ${WRKSRC}/bootstrap.py mentions needed version
14BUILD_DEPENDS+= waf>=1.8.4:../../devel/waf 15BUILD_DEPENDS+= waf>=1.8.4:../../devel/waf
15 16
16PYTHON_FOR_BUILD_ONLY= yes 17PYTHON_FOR_BUILD_ONLY= yes
17PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-docutils 18PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-docutils
18 19

cvs diff -r1.11 -r1.12 pkgsrc/multimedia/mpv/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/mpv/distinfo 2015/02/28 11:53:31 1.11
+++ pkgsrc/multimedia/mpv/distinfo 2015/04/02 22:46:20 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2015/02/28 11:53:31 adam Exp $ 1$NetBSD: distinfo,v 1.12 2015/04/02 22:46:20 wiz Exp $
2 2
3SHA1 (mpv-0.8.2.tar.gz) = 2b9f7978341924d0d1763de3f1d1c9dfba5d4ac0 3SHA1 (mpv-0.8.3.tar.gz) = 06fe7ed8aa07c67c80cdebdc06e0be3d2421fcea
4RMD160 (mpv-0.8.2.tar.gz) = 69d7091cf4264afef2e074ea5eefe236810e95f9 4RMD160 (mpv-0.8.3.tar.gz) = 64da776132101706141ffbced223861579f3c0cf
5Size (mpv-0.8.2.tar.gz) = 2663666 bytes 5Size (mpv-0.8.3.tar.gz) = 2664730 bytes