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:   wiz
Date:           Tue Jan 31 14:29:20 UTC 2023

Modified Files:
        pkgsrc/multimedia/mpv: Makefile distinfo

Log Message:
mpv: update to 0.35.1.

Release 0.35.1
==============

Bug fix release for the 0.35 branch.

Fixes and Minor Enhancements
----------------------------

- ao_pipewire: log version and other useful debug info
- wayland: error out if essential protocol support is missing
- wayland: also log refresh rate on surface entrance
- vo_gpu_next: fix undefined behavior on alpha-first formats
- meson: prepend MPV_CONFDIR path with prefix
- meson: unbreak dl check on BSDs without libdl
- lcms: fix crash with lcms2-related options if lcms is disabled
- meson: fix stdatomic detection on bsd
- osc: don't spam window-controls bindings on every render
- wayland: check for resize/move in touch event first
- ao_coreaudio: use device's nominal sample rate for latency properties
- ao_pipewire: properly clean up resources
- filter_kernels: fix kaiser
- hwdec/d3d11va: fix a possible memory leak
- external_files: set log level for potential files to trace
- vo_opengl: do not blindly reject all Microsoft's OpenGL implementations
- ao_coreaudio: use AudioUnitReset as ao_driver.reset to prevent long restart
- hwdec_drmprime: fix memory leak
- vo: hwdec: fix libdrm-related memory leak
- draw_bmp: ensure last slice width is less than total width
- wayland: dispatch and wait for compositor events in uninit
- demux: boost read EBU R128 gain values to ReplayGain's reference level
- version.py/version.sh: bump copyright year
- vulkan: fix build error for 32bit builds with clang
- vo_wlshm: cleanup on failure
- ra_d3d11: fix incorrect type
- meson: also search for rst2html with .py extension
- audio: fix crash during uninit with ao_lavc
- mp_image: fix XYZ primaries default
- vd_lavc: add "auto" choice for vd-lavc-dr
- vo: implement VO_DR_FLAG_HOST_CACHED
- x11: fix issue with xpresent timing feedback


To generate a diff of this commit:
cvs rdiff -u -r1.146 -r1.147 pkgsrc/multimedia/mpv/Makefile
cvs rdiff -u -r1.76 -r1.77 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.146 pkgsrc/multimedia/mpv/Makefile:1.147
--- pkgsrc/multimedia/mpv/Makefile:1.146        Sun Jan 29 21:17:20 2023
+++ pkgsrc/multimedia/mpv/Makefile      Tue Jan 31 14:29:20 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.146 2023/01/29 21:17:20 ryoon Exp $
+# $NetBSD: Makefile,v 1.147 2023/01/31 14:29:20 wiz Exp $
 
-DISTNAME=      mpv-0.35.0
-PKGREVISION=   2
+DISTNAME=      mpv-0.35.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.76 pkgsrc/multimedia/mpv/distinfo:1.77
--- pkgsrc/multimedia/mpv/distinfo:1.76 Wed Nov 16 11:27:32 2022
+++ pkgsrc/multimedia/mpv/distinfo      Tue Jan 31 14:29:20 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.76 2022/11/16 11:27:32 leot Exp $
+$NetBSD: distinfo,v 1.77 2023/01/31 14:29:20 wiz Exp $
 
-BLAKE2s (mpv-0.35.0.tar.gz) = 63c605cf84af3d1a720f3786d5c8b7aaae42be43a9ff3bfa24e1aafef785f4d0
-SHA512 (mpv-0.35.0.tar.gz) = d5c1f734057f6b6c27e7f59de43cf7c0e7f813d842b8c7fd2ae1073dbe649c8187b7686df4efe928db2952e9f1efc171245e6f8780c1d9f174f4d7abff1e073a
-Size (mpv-0.35.0.tar.gz) = 3365752 bytes
+BLAKE2s (mpv-0.35.1.tar.gz) = 9b4b4d1688fa472980417077495470b1d72f135504e341190d847252de87468e
+SHA512 (mpv-0.35.1.tar.gz) = 42f3564a9ed4d972d14b2c697b0163f06a8bb68a0606a86c34935181247c783e3cb62286b445799998def0919fb13fce8b8f6453f82652d5bfaea5929119127a
+Size (mpv-0.35.1.tar.gz) = 3367913 bytes
 SHA1 (patch-audio_out_ao__alsa.c) = c4661d0d22550d6e4eb2b7a42dd04dbcc58123b0
 SHA1 (patch-etc_mpv.conf) = 9e41b2f4bf59c3bfc5ad84af05538661981ed111
 SHA1 (patch-stream_stream__libarchive.c) = 2025f994b7f82cc868608ab7e8df0ae89b549922



Home | Main Index | Thread Index | Old Index