pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/ncmpc ncmpc: Update to 0.36



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0fc5eb32b904
branches:  trunk
changeset: 404230:0fc5eb32b904
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Nov 09 11:22:20 2019 +0000

description:
ncmpc: Update to 0.36

ncmpc 0.36 - (2019-11-05)
* screen_keydef: show "Add new key" only if there is room for more keys
* support the Alt modifier in hotkeys
* reduce network transfer

diffstat:

 audio/ncmpc/Makefile                  |   4 ++--
 audio/ncmpc/distinfo                  |  12 ++++++------
 audio/ncmpc/patches/patch-src_ncu.cxx |  12 ++++++------
 3 files changed, 14 insertions(+), 14 deletions(-)

diffs (60 lines):

diff -r f3e0dbeb8beb -r 0fc5eb32b904 audio/ncmpc/Makefile
--- a/audio/ncmpc/Makefile      Fri Nov 08 20:07:21 2019 +0000
+++ b/audio/ncmpc/Makefile      Sat Nov 09 11:22:20 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2019/11/03 11:14:56 maya Exp $
+# $NetBSD: Makefile,v 1.37 2019/11/09 11:22:20 nia Exp $
 
-DISTNAME=      ncmpc-0.35
+DISTNAME=      ncmpc-0.36
 CATEGORIES=    audio
 MASTER_SITES=  https://musicpd.org/download/ncmpc/0/
 EXTRACT_SUFX=  .tar.xz
diff -r f3e0dbeb8beb -r 0fc5eb32b904 audio/ncmpc/distinfo
--- a/audio/ncmpc/distinfo      Fri Nov 08 20:07:21 2019 +0000
+++ b/audio/ncmpc/distinfo      Sat Nov 09 11:22:20 2019 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.20 2019/10/27 10:34:36 nia Exp $
+$NetBSD: distinfo,v 1.21 2019/11/09 11:22:20 nia Exp $
 
-SHA1 (ncmpc-0.35.tar.xz) = af728f27674a9b33db555bfad663c1b831d5c08f
-RMD160 (ncmpc-0.35.tar.xz) = d8a0c1a2e953cc1e8ffc685b89c5be8f1d292979
-SHA512 (ncmpc-0.35.tar.xz) = 64f56730b0439c23c4a833d3b65da769d5123a1613a6b565201698b753e8196375387e46b1984825c47928a0fc11ba5d9121c8c391d8b063508ed56985d32084
-Size (ncmpc-0.35.tar.xz) = 232828 bytes
+SHA1 (ncmpc-0.36.tar.xz) = 3ba69996bf52da5cbcdfa940e2c7649c30cfdeda
+RMD160 (ncmpc-0.36.tar.xz) = 75d1d058f06b371a75f40c495a148f83bfa057c5
+SHA512 (ncmpc-0.36.tar.xz) = 7eb15bd1b63d2abb7a9b8ad8389ecb63a4c3f14f2216467761e547615ceb445335e4fcb6bc5f7fc8beca332b62124ea34cd4675c19c19c4f1595400b1e29d73d
+Size (ncmpc-0.36.tar.xz) = 237768 bytes
 SHA1 (patch-doc_meson.build) = 5052b9eef5057f50dcbcea8d5bb46027263edb46
 SHA1 (patch-meson.build) = b16babee9f8e5799a600bf029b3bb606e32a265a
 SHA1 (patch-src_charset.cxx) = c8e06c936657819060c6539a3726e03fda7da54a
-SHA1 (patch-src_ncu.cxx) = 0a4516a7c5a9819977873a78d5078a22f0414356
+SHA1 (patch-src_ncu.cxx) = 93ab60c406f8ef29fe23ffe6099d5825ee12bc13
diff -r f3e0dbeb8beb -r 0fc5eb32b904 audio/ncmpc/patches/patch-src_ncu.cxx
--- a/audio/ncmpc/patches/patch-src_ncu.cxx     Fri Nov 08 20:07:21 2019 +0000
+++ b/audio/ncmpc/patches/patch-src_ncu.cxx     Sat Nov 09 11:22:20 2019 +0000
@@ -1,18 +1,18 @@
-$NetBSD: patch-src_ncu.cxx,v 1.1 2019/09/14 12:19:40 nia Exp $
+$NetBSD: patch-src_ncu.cxx,v 1.2 2019/11/09 11:22:20 nia Exp $
 
 (from the commit log)
 date: 2010-02-25 03:08:12 +0900;  author: drochner;  state: Exp;
  Set the keyboard mode to raw() explicitely. ncurses seems to do
  this in some magical way, didn't find a hint in documentation.
 
---- src/ncu.cxx.orig   2019-04-10 09:08:34.000000000 +0000
+--- src/ncu.cxx.orig   2019-11-05 11:06:41.000000000 +0000
 +++ src/ncu.cxx
-@@ -55,6 +55,8 @@ ncu_init()
+@@ -59,6 +59,8 @@ ncu_init()
        /* enable extra keys */
        keypad(stdscr, true);
  
 +      raw();
 +
-       /* initialize mouse support */
- #ifdef HAVE_GETMOUSE
-       if (options.enable_mouse)
+ #ifdef NCURSES_VERSION
+       /* define Alt-* keys which for some reasons aren't defined by
+          default (tested with ncurses 6.1 on Linux) */



Home | Main Index | Thread Index | Old Index