pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/ncmpcpp
Module Name: pkgsrc
Committed By: nia
Date: Sun Jan 24 23:36:36 UTC 2021
Modified Files:
pkgsrc/audio/ncmpcpp: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/ncmpcpp/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/ncmpcpp/PLIST \
pkgsrc/audio/ncmpcpp/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/ncmpcpp/Makefile
diff -u pkgsrc/audio/ncmpcpp/Makefile:1.3 pkgsrc/audio/ncmpcpp/Makefile:1.4
--- pkgsrc/audio/ncmpcpp/Makefile:1.3 Fri Jan 1 08:24:33 2021
+++ pkgsrc/audio/ncmpcpp/Makefile Sun Jan 24 23:36:36 2021
@@ -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
Index: pkgsrc/audio/ncmpcpp/PLIST
diff -u pkgsrc/audio/ncmpcpp/PLIST:1.1 pkgsrc/audio/ncmpcpp/PLIST:1.2
--- pkgsrc/audio/ncmpcpp/PLIST:1.1 Fri Dec 11 10:12:42 2020
+++ pkgsrc/audio/ncmpcpp/PLIST Sun Jan 24 23:36:36 2021
@@ -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
Index: pkgsrc/audio/ncmpcpp/distinfo
diff -u pkgsrc/audio/ncmpcpp/distinfo:1.1 pkgsrc/audio/ncmpcpp/distinfo:1.2
--- pkgsrc/audio/ncmpcpp/distinfo:1.1 Fri Dec 11 10:12:42 2020
+++ pkgsrc/audio/ncmpcpp/distinfo Sun Jan 24 23:36:36 2021
@@ -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