pkgsrc-Bugs archive

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

pkg/49797: Update multimedia/mpv to 0.8.3



>Number:         49797
>Category:       pkg
>Synopsis:       Update multimedia/mpv to 0.8.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sun Mar 29 14:25: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@localhost
 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

>Unformatted:
 	
 	


Home | Main Index | Thread Index | Old Index