NetBSD Problem Report #49797

From iamleot@gmail.com  Sun Mar 29 14:22:15 2015
Return-Path: <iamleot@gmail.com>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 3C5D5A654C
	for <gnats-bugs@gnats.NetBSD.org>; Sun, 29 Mar 2015 14:22:15 +0000 (UTC)
Message-Id: <55180a92.6130c20a.7077.ffffcec6@mx.google.com>
Date: Sun, 29 Mar 2015 07:22:10 -0700 (PDT)
From: Leonardo Taccari <iamleot@gmail.com>
Reply-To: Leonardo Taccari <iamleot@gmail.com>
To: gnats-bugs@NetBSD.org
Subject: Update multimedia/mpv to 0.8.3
X-Send-Pr-Version: 3.95

>Number:         49797
>Category:       pkg
>Synopsis:       Update multimedia/mpv to 0.8.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wiz
>State:          closed
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sun Mar 29 14:25:00 +0000 2015
>Closed-Date:    Thu Apr 02 22:50:30 +0000 2015
>Last-Modified:  Thu Apr 02 23:05:00 +0000 2015
>Originator:     Leonardo Taccari
>Release:        NetBSD 7.99.7
>Organization:
Università Politecnica delle Marche
>Environment:


System: NetBSD boh 7.99.7 NetBSD 7.99.7 (GENERIC) #11: Mon Mar 23 00:30:57 CET 2015 leot@boh:/usr/obj/sys/arch/amd64/compile/GENERIC amd64
Architecture: x86_64
Machine: amd64
>Description:
	multimedia/mpv in pkgsrc (0.8.2) is not the latest stable version
	(0.8.3).
>How-To-Repeat:
	$ cd pkgsrc/multimedia/mpv
	$ make show-var VARNAME=PKGNAME_NOREV
>Fix:
	Please apply the attached trivial patches. While here I have also
	attached a commit message and properly converted the package in order to
	use MASTER_SITE_GITHUB.
	Please note that the update of this package is not very important and so
	it can wait after the freeze for 2015Q1 is over... (I prefer to send it
	now in order to not lose these changes in my hard disk! ;))

	Thank you for your attention!


------------------8<------------------8<------------------8<------------------
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.
------------------8<------------------8<------------------8<------------------


------------------8<------------------8<------------------8<------------------
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/multimedia/mpv/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile	28 Feb 2015 11:53:31 -0000	1.16
+++ Makefile	29 Mar 2015 14:20:53 -0000
@@ -1,8 +1,9 @@
 # $NetBSD: Makefile,v 1.16 2015/02/28 11:53:31 adam 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/
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/multimedia/mpv/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- distinfo	28 Feb 2015 11:53:31 -0000	1.11
+++ distinfo	29 Mar 2015 14:20:53 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.11 2015/02/28 11:53:31 adam 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

>Release-Note:

>Audit-Trail:

Responsible-Changed-From-To: pkg-manager->wiz
Responsible-Changed-By: wiz@NetBSD.org
Responsible-Changed-When: Sun, 29 Mar 2015 14:29:59 +0000
Responsible-Changed-Why:
I'll commit it after the freeze.


State-Changed-From-To: open->closed
State-Changed-By: wiz@NetBSD.org
State-Changed-When: Thu, 02 Apr 2015 22:50:30 +0000
State-Changed-Why:
Committed, thank you!


From: "Thomas Klausner" <wiz@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49797 CVS commit: pkgsrc/multimedia/mpv
Date: Thu, 2 Apr 2015 22:46:21 +0000

 Module Name:	pkgsrc
 Committed By:	wiz
 Date:		Thu Apr  2 22:46:21 UTC 2015

 Modified Files:
 	pkgsrc/multimedia/mpv: Makefile distinfo

 Log Message:
 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.


 To generate a diff of this commit:
 cvs rdiff -u -r1.16 -r1.17 pkgsrc/multimedia/mpv/Makefile
 cvs rdiff -u -r1.11 -r1.12 pkgsrc/multimedia/mpv/distinfo

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2014 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.