pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/ncmpcpp ncmpcpp: Update to 0.9.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50b83c3b5a90
branches:  trunk
changeset: 445526:50b83c3b5a90
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Jan 24 23:36:36 2021 +0000

description:
ncmpcpp: Update to 0.9.1

# ncmpcpp-0.9.1 (2020-12-23)
* Add support for fetching lyrics from musixmatch.com.
* Fix intermittent failures of the Genius fetcher.
* Fix crash on startup with Visualizer as the initial screen.
* Fix crash on startup with Browser as the initial screen.
* Show the Visualizer immediately if it's the initial screen.
* Draw a separator between albums with the same name, but a different artist.
* Suppress output of all external commands.
* Consider mouse support when pausing and unpausing curses interface.
* Reduce CPU usage of the frequency spectrum visualizer.
* Enable Link Time Optimization by default.
* Enable full sorting of items in the local browser if it's not.
* Bind `Play` to `Backspace` by default.
* Fix fetching information about artists from last.fm.

diffstat:

 audio/ncmpcpp/Makefile |   5 ++---
 audio/ncmpcpp/PLIST    |   4 ++--
 audio/ncmpcpp/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 10 deletions(-)

diffs (42 lines):

diff -r 94cd11131bfa -r 50b83c3b5a90 audio/ncmpcpp/Makefile
--- a/audio/ncmpcpp/Makefile    Sun Jan 24 21:42:45 2021 +0000
+++ b/audio/ncmpcpp/Makefile    Sun Jan 24 23:36:36 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2021/01/01 08:24:33 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2021/01/24 23:36:36 nia Exp $
 
-DISTNAME=      ncmpcpp-0.8.2
-PKGREVISION=   1
+DISTNAME=      ncmpcpp-0.9.1
 CATEGORIES=    audio
 MASTER_SITES=  https://rybczak.net/ncmpcpp/stable/
 EXTRACT_SUFX=  .tar.bz2
diff -r 94cd11131bfa -r 50b83c3b5a90 audio/ncmpcpp/PLIST
--- a/audio/ncmpcpp/PLIST       Sun Jan 24 21:42:45 2021 +0000
+++ b/audio/ncmpcpp/PLIST       Sun Jan 24 23:36:36 2021 +0000
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2020/12/11 10:12:42 nia Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/01/24 23:36:36 nia Exp $
 bin/ncmpcpp
 man/man1/ncmpcpp.1
 share/doc/ncmpcpp/AUTHORS
+share/doc/ncmpcpp/CHANGELOG.md
 share/doc/ncmpcpp/COPYING
-share/doc/ncmpcpp/NEWS
 share/doc/ncmpcpp/bindings
 share/doc/ncmpcpp/config
diff -r 94cd11131bfa -r 50b83c3b5a90 audio/ncmpcpp/distinfo
--- a/audio/ncmpcpp/distinfo    Sun Jan 24 21:42:45 2021 +0000
+++ b/audio/ncmpcpp/distinfo    Sun Jan 24 23:36:36 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/12/11 10:12:42 nia Exp $
+$NetBSD: distinfo,v 1.2 2021/01/24 23:36:36 nia Exp $
 
-SHA1 (ncmpcpp-0.8.2.tar.bz2) = bb604fe6c42f0f5f9547d5dc4d7d52d293399f42
-RMD160 (ncmpcpp-0.8.2.tar.bz2) = ff4f9c7ca7e34f20ac8518fca578f92dd16c5d3c
-SHA512 (ncmpcpp-0.8.2.tar.bz2) = 9384edd162f40af23e4f26f437356520f117e4e2ab513ed3de132d2f11e597082d1cb7f0dd3696660d0c9bb85ad03e31fb921c97a11c7b28b32c5907fdbb8e8f
-Size (ncmpcpp-0.8.2.tar.bz2) = 465713 bytes
+SHA1 (ncmpcpp-0.9.1.tar.bz2) = 901a83dfd4f8781ba9b952d99288da23e39cce71
+RMD160 (ncmpcpp-0.9.1.tar.bz2) = 8c464f92ee778736eeb46b414511a895c42419a9
+SHA512 (ncmpcpp-0.9.1.tar.bz2) = 8fa9f512ac09c144eab4e4721a9c54f3f411593fe13c26db12fbaa3ccf6b08d7cd54923e1e4148b2db45dc69431280611b2be2d153513c0d38eaf92af8ceb9fb
+Size (ncmpcpp-0.9.1.tar.bz2) = 474436 bytes



Home | Main Index | Thread Index | Old Index