pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/mpv Update to 0.8.3, from Leonardo Taccari ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4227f9225998
branches:  trunk
changeset: 649356:4227f9225998
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Apr 02 22:46:20 2015 +0000

description:
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:

 multimedia/mpv/Makefile |  7 ++++---
 multimedia/mpv/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 64103c349fe3 -r 4227f9225998 multimedia/mpv/Makefile
--- a/multimedia/mpv/Makefile   Thu Apr 02 22:45:55 2015 +0000
+++ b/multimedia/mpv/Makefile   Thu Apr 02 22:46:20 2015 +0000
@@ -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@localhost
 HOMEPAGE=      http://mpv.io/
diff -r 64103c349fe3 -r 4227f9225998 multimedia/mpv/distinfo
--- a/multimedia/mpv/distinfo   Thu Apr 02 22:45:55 2015 +0000
+++ b/multimedia/mpv/distinfo   Thu Apr 02 22:46:20 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index