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:           Sun Jan 26 21:28:11 UTC 2020

Modified Files:
        pkgsrc/multimedia/mpv: Makefile PLIST distinfo

Log Message:
mpv: Update to 0.32.0

Changes:
0.32.0
======
Features
--------
Added
~~~~~
- stream_libarchive: enable RAR5 support
- bash completion: add initial implementation
- cocoa-cb: add support for forcing the dedicated GPU for rendering
- cocoa-cb: add pinch to resize window gesture
- w32_common: support minimizing/maximizing using osc window controls

Changed
~~~~~~~
- wayland: print warning on GNOME due to serious issues with their compositor
- player: write watch-later config even for unseekable streams

Removed
~~~~~~~
- vo_gpu: hwdec_vdpau: remove direct_mode
- vo_gpu: hwdec_vaegl: remove support for old-style interop

Options and Commands
--------------------
Added
~~~~~
- command: add a playlist-unshuffle command
- command: add osd-dimensions property
- input: new PLAYONLY and PAUSEONLY keycodes

Changed
~~~~~~~
- options: change option parsing when using a single dash
  This adds a warning for `-o file.mkv` and disallows the use of
  `--o file.mkv` (use `--o=file.mkv` instead).

Fixes and Minor Enhancements
----------------------------
- lua: fix mp.file_info for large files
- vo_gpu: fix crash if dither texture fails to allocate
- wayland: unscrew up cursors, fix various issues
- osc: usability improvements for osc window controls


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/multimedia/mpv/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/multimedia/mpv/PLIST
cvs rdiff -u -r1.58 -r1.59 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.91 pkgsrc/multimedia/mpv/Makefile:1.92
--- pkgsrc/multimedia/mpv/Makefile:1.91 Sat Jan 18 15:55:28 2020
+++ pkgsrc/multimedia/mpv/Makefile      Sun Jan 26 21:28:11 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.91 2020/01/18 15:55:28 nia Exp $
+# $NetBSD: Makefile,v 1.92 2020/01/26 21:28:11 leot Exp $
 
-DISTNAME=      mpv-0.31.0
-PKGREVISION=   1
+DISTNAME=      mpv-0.32.0
 CATEGORIES=    multimedia
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mpv-player/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/multimedia/mpv/PLIST
diff -u pkgsrc/multimedia/mpv/PLIST:1.8 pkgsrc/multimedia/mpv/PLIST:1.9
--- pkgsrc/multimedia/mpv/PLIST:1.8     Fri Oct 25 14:35:56 2019
+++ pkgsrc/multimedia/mpv/PLIST Sun Jan 26 21:28:11 2020
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.8 2019/10/25 14:35:56 leot Exp $
+@comment $NetBSD: PLIST,v 1.9 2020/01/26 21:28:11 leot Exp $
 bin/mpv
 man/man1/mpv.1
 share/applications/mpv.desktop
+share/bash-completion/completions/mpv
 share/doc/mpv/input.conf
 share/doc/mpv/mplayer-input.conf
 share/doc/mpv/mpv.conf

Index: pkgsrc/multimedia/mpv/distinfo
diff -u pkgsrc/multimedia/mpv/distinfo:1.58 pkgsrc/multimedia/mpv/distinfo:1.59
--- pkgsrc/multimedia/mpv/distinfo:1.58 Sat Dec 28 17:20:32 2019
+++ pkgsrc/multimedia/mpv/distinfo      Sun Jan 26 21:28:11 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.58 2019/12/28 17:20:32 leot Exp $
+$NetBSD: distinfo,v 1.59 2020/01/26 21:28:11 leot Exp $
 
-SHA1 (mpv-0.31.0.tar.gz) = 1cf3d2c86139ebea3facce594fa0c64c54a4f45e
-RMD160 (mpv-0.31.0.tar.gz) = 59d296e9a25cf5e6ccaf7ec098814e5e7724d6f1
-SHA512 (mpv-0.31.0.tar.gz) = 5199183d35bc2d7fffde1af250edf829fe768cedd7aa00f424d2a11a11d82cdb451c62886159ba3e1efc407b242c25e2485f4ebffd13b1da9c70defbd1f4c309
-Size (mpv-0.31.0.tar.gz) = 3142672 bytes
+SHA1 (mpv-0.32.0.tar.gz) = 5b69ea34dd5f8d209acd5266415c7bc00ab83341
+RMD160 (mpv-0.32.0.tar.gz) = d1e399fce8985a0399fe627248b87d8537cfefd7
+SHA512 (mpv-0.32.0.tar.gz) = f6426c0254ec0bf2f120e2196904f1e15fe17032b06764abca1d5e074f0cabb452eaf1cd09f8fd9b25b591accee7b881bfc3b06c19d5c98980305c4712486bd6
+Size (mpv-0.32.0.tar.gz) = 3148730 bytes
 SHA1 (patch-audio_out_ao__alsa.c) = c4661d0d22550d6e4eb2b7a42dd04dbcc58123b0
 SHA1 (patch-options_options.c) = 0c711323e2cd46948852476144ed0e07418394b4
 SHA1 (patch-player_main.c) = 7d1d62091c327fca698844004ddb9a7871e15fce



Home | Main Index | Thread Index | Old Index