diff options
| author | Laurent Cimon <laurent@nilio.ca> | 2023-07-29 19:16:37 +0200 |
|---|---|---|
| committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2023-08-02 08:10:14 +0200 |
| commit | 1d7aaa5de2b65ada83e7956867f1d72c6ba5c063 (patch) | |
| tree | f0fbaaf55b30cce282e7d659d7be3614e69b903b /audio/ncmpc/files/patch-src_screen__utils.cxx | |
| parent | security/vuxml: document gitlab vulnerabilities (diff) | |
audio/ncmpc: Update to 0.48
ChangeLog: https://github.com/MusicPlayerDaemon/ncmpc/blob/master/NEWS
Accumulated changes:
* drop support for ~/.ncmpc/; using only ~/.config/ncmpc/ (XDG)
* improve scroll-offset handling
* experimental table layout
* handle Ctrl-C in search prompt
* link with libintl and libiconv if necessary
* require libmpdclient 2.16 or newer
* require MPD 0.21 or newer
* switch to C++20
* eliminate Boost dependency
* install Lithuanian translation
* migrate to PCRE2
* make "tagtypes" errors non-fatal
* check which tag types are supported by MPD (fixes MPD 0.21 support)
* lyrics: update page title after loading has finished
* lyrics: fix path injection bug
* lyrics: load cached lyrics without plugin
* lyrics: use $XDG_CACHE_HOME/ncmpc/lyrics instead of ~/.lyrics
* lyrics/azlyrics: normalize accented letters (using the "unidecode" library)
* lyrics/azlyrics: unescape HTML entities
* fix scrolling problems on help page
* highlight find results on help page
* don't attempt IPv6 connection if IPv6 routing is disabled
* support MPD 0.22 tags "conductor", "work", "grouping" (requires
libmpdclient 2.17)
* show "conductor" and "work" on song page
* playlist editor (work in progress)
* file page: handle mouse double clicks
* fix crash bug
* fix build failure on macOS
* add azlyrics plugin
* file page: repaint after moving cursor with mouse
* file page: handle mouse click on directory
* library page: mouse support
* support the mouse wheel
* fix assertion failure on exit
PR: 272527
Reported by: laurent@nilio.ca (maintainer)
Diffstat (limited to 'audio/ncmpc/files/patch-src_screen__utils.cxx')
| -rw-r--r-- | audio/ncmpc/files/patch-src_screen__utils.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/audio/ncmpc/files/patch-src_screen__utils.cxx b/audio/ncmpc/files/patch-src_screen__utils.cxx deleted file mode 100644 index 3e0abd451536..000000000000 --- a/audio/ncmpc/files/patch-src_screen__utils.cxx +++ /dev/null @@ -1,10 +0,0 @@ ---- src/screen_utils.cxx.orig 2020-10-17 18:44:29 UTC -+++ src/screen_utils.cxx -@@ -31,6 +31,7 @@ - #include "WaitUserInput.hxx" - #endif - -+#include <errno.h> - #include <string.h> - - void |
