pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/mpv



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Jan  6 20:02:16 UTC 2022

Modified Files:
        pkgsrc/multimedia/mpv: Makefile distinfo

Log Message:
mpv: Update to 0.34.1

Changes:
0.34.1
======
Bug fix release for the 0.34 branch.

Fixes and Minor Enhancements
----------------------------
 - player: fix autofit/geometry related segfault
 - ao_oss: add missing PATH_DEV_MIXER define
 - egl_helpers: fix context creation if GLES 3 is not available
 - audio: stop corrupting audio on underreads
 - wayland: fix a potential segfault on surface enter
 - vo_gpu: opengl: fix wrong glMemoryBarrier call
 - vo_gpu: opengl: create context at version 4.4 again
 - af_lavcac3enc: fix memory leak on no-op
 - subprocess: unblock/reset signals before running child process
 - wayland: avoid doing unneccesary window resizes


To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 pkgsrc/multimedia/mpv/Makefile
cvs rdiff -u -r1.72 -r1.73 pkgsrc/multimedia/mpv/distinfo

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

Modified files:

Index: pkgsrc/multimedia/mpv/Makefile
diff -u pkgsrc/multimedia/mpv/Makefile:1.131 pkgsrc/multimedia/mpv/Makefile:1.132
--- pkgsrc/multimedia/mpv/Makefile:1.131        Wed Dec  8 16:05:51 2021
+++ pkgsrc/multimedia/mpv/Makefile      Thu Jan  6 20:02:16 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.131 2021/12/08 16:05:51 adam Exp $
+# $NetBSD: Makefile,v 1.132 2022/01/06 20:02:16 leot Exp $
 
-DISTNAME=      mpv-0.34.0
-PKGREVISION=   1
+DISTNAME=      mpv-0.34.1
 CATEGORIES=    multimedia
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mpv-player/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/multimedia/mpv/distinfo
diff -u pkgsrc/multimedia/mpv/distinfo:1.72 pkgsrc/multimedia/mpv/distinfo:1.73
--- pkgsrc/multimedia/mpv/distinfo:1.72 Mon Nov  1 17:39:26 2021
+++ pkgsrc/multimedia/mpv/distinfo      Thu Jan  6 20:02:16 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.72 2021/11/01 17:39:26 leot Exp $
+$NetBSD: distinfo,v 1.73 2022/01/06 20:02:16 leot Exp $
 
-BLAKE2s (mpv-0.34.0.tar.gz) = ae9f9087b404a2b781f35f6d72d6fb0dfc31847454fef30693ab89da3f1e70e4
-SHA512 (mpv-0.34.0.tar.gz) = 9935a20730dbb8fbf4cd11fe2fc38b1981882fc85c93046837a9b99cae089b3f710e6af7d7ea977c177de5479aa24e413f76cab9b995e8b7e66d6b77c524fdf0
-Size (mpv-0.34.0.tar.gz) = 3287976 bytes
+BLAKE2s (mpv-0.34.1.tar.gz) = 8c12b91067c852b26e1b044afb0ff1e80f1950f2c5cc193cc10ffbef227eb4da
+SHA512 (mpv-0.34.1.tar.gz) = 77ea349d6999f8cce9b5cce4cebd3506a224fc18ab08d22dd16bd34c34d012bb170879b268ddd62db40d116b4cc0b2d9d651b8097f387ed9115c426834cac77e
+Size (mpv-0.34.1.tar.gz) = 3288356 bytes
 SHA1 (patch-audio_out_ao__alsa.c) = c4661d0d22550d6e4eb2b7a42dd04dbcc58123b0
 SHA1 (patch-video_out_drm__common.c) = 70eb8884f63e9456c0ffe592289cfd81e208955b
 SHA1 (patch-video_out_wayland__common.c) = abed416d258ebf0b595ea897daf3013dd81189e8



Home | Main Index | Thread Index | Old Index