pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/mpv mpv: Update to 0.32.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f03a88a8a04
branches:  trunk
changeset: 422433:8f03a88a8a04
user:      leot <leot%pkgsrc.org@localhost>
date:      Sun Jan 26 21:28:11 2020 +0000

description:
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

diffstat:

 multimedia/mpv/Makefile |   5 ++---
 multimedia/mpv/PLIST    |   3 ++-
 multimedia/mpv/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (44 lines):

diff -r 7c51f4f7eea4 -r 8f03a88a8a04 multimedia/mpv/Makefile
--- a/multimedia/mpv/Makefile   Sun Jan 26 20:16:29 2020 +0000
+++ b/multimedia/mpv/Makefile   Sun Jan 26 21:28:11 2020 +0000
@@ -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}
diff -r 7c51f4f7eea4 -r 8f03a88a8a04 multimedia/mpv/PLIST
--- a/multimedia/mpv/PLIST      Sun Jan 26 20:16:29 2020 +0000
+++ b/multimedia/mpv/PLIST      Sun Jan 26 21:28:11 2020 +0000
@@ -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
diff -r 7c51f4f7eea4 -r 8f03a88a8a04 multimedia/mpv/distinfo
--- a/multimedia/mpv/distinfo   Sun Jan 26 20:16:29 2020 +0000
+++ b/multimedia/mpv/distinfo   Sun Jan 26 21:28:11 2020 +0000
@@ -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