diff options
author | nia <nia@pkgsrc.org> | 2021-01-24 23:36:36 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-01-24 23:36:36 +0000 |
commit | 21864e9607bc5e1822d9b494b34fb9d6c98c86f4 (patch) | |
tree | a1ce73808f2b07ffc887cf37b01548023a1a67a7 | |
parent | a6beaa2551ec902860bc02a0b834938add7c18a5 (diff) | |
download | pkgsrc-21864e9607bc5e1822d9b494b34fb9d6c98c86f4.tar.gz |
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.
-rw-r--r-- | audio/ncmpcpp/Makefile | 5 | ||||
-rw-r--r-- | audio/ncmpcpp/PLIST | 4 | ||||
-rw-r--r-- | audio/ncmpcpp/distinfo | 10 |
3 files changed, 9 insertions, 10 deletions
diff --git a/audio/ncmpcpp/Makefile b/audio/ncmpcpp/Makefile index b8c905c4d45..780569e8c3f 100644 --- a/audio/ncmpcpp/Makefile +++ b/audio/ncmpcpp/Makefile @@ -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 --git a/audio/ncmpcpp/PLIST b/audio/ncmpcpp/PLIST index 07c27f481af..1f0860bbe79 100644 --- a/audio/ncmpcpp/PLIST +++ b/audio/ncmpcpp/PLIST @@ -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 --git a/audio/ncmpcpp/distinfo b/audio/ncmpcpp/distinfo index 2bd333cba62..99a5f744998 100644 --- a/audio/ncmpcpp/distinfo +++ b/audio/ncmpcpp/distinfo @@ -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 |