2019-11-03 12:14:57 by Maya Rashish | Files touched by this commit (1) |
Log message:
ncmpc: drop a local -Wno-thing because it isn't available on all
compilers that can build this package.
-Wno-undef can stay, it's newer than GCC_REQD+=4.9.
|
2019-10-27 11:34:36 by Nia Alarie | Files touched by this commit (2) |
Log message:
ncmpc: Fix man page creation
|
2019-10-24 23:50:08 by Kamil Rytarowski | Files touched by this commit (2) |
Log message:
ncmpc: Fix build on NetBSD 9.99.17
Adapt the local patch for the POSIX iconv(3) API change in new NetBSD.
|
2019-10-21 23:19:35 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Switch sphinx to versioned deps.
|
2019-10-07 11:28:14 by Patrick Welche | Files touched by this commit (41) |
Log message:
Rename py-meson to meson.
The motivation is to consider meson as an application, so there is only
one copy on the system, and as a python 3 program, it can build python 2
packages.
|
2019-10-06 18:15:51 by Nia Alarie | Files touched by this commit (3) |
Log message:
ncmpc: Update to 0.35
0.35 - (2019-09-14)
* fall back to "AlbumArtist" tag in the default format
* fix crash with a very narrow terminal window
* config: allow escaping single quote with backslash in key bindings
* config: fix bug with deprecated names in "screen-list" setting
|
2019-09-14 16:02:32 by Nia Alarie | Files touched by this commit (1) |
Log message:
ncmpc: Set PYTHON_FOR_BUILD_ONLY
|
2019-09-14 14:19:40 by Nia Alarie | Files touched by this commit (10) | |
Log message:
ncmpc: Update to 0.34
ncmpc 0.34 - (2019-04-10)
* show total duration of range selection in status bar
* fix high CPU usage in key bindings check
* fix high CPU usage during text input
* fix background color "none"
* adapt to Boost 1.70.0 API changes
* fixed manual install dir
ncmpc 0.33 - (2018-10-22)
* artist page: rename to "library"
* library page: make tag list configurable
* fix color configuration parser bug
* fix build failure when libpcre is not found
* remove support for liblircclient (only liblirc)
* build: require Meson 0.47
* build: use Meson option type `feature`
* build: remove obsolete option `tcp`
* build: add option to disable regular expression support
ncmpc 0.32 - (2018-10-05)
* fix crash bug on queue page
* fix crash bug on lyrics page
* fix off-by-one buffer overflow bug
* fix manpage installation directory
* fix build breakages with some ncurses builds
* work around GCC 4.9 build failure
* remove doxygen support
* new dependency: Boost
* remove dependency on GLib
ncmpc 0.31 - (2018-09-19)
* fix "No such song" in search screen
* fix progressbar when colors are disabled
* enable colors by default
* allow configuring per-style background colors
* keep current song in xterm title when MPD is paused
* load configuration from $XDG_CONFIG_HOME/ncmpc/config
* always show the screen list at the top
* fix memory leak
* require MPD 0.19
ncmpc 0.30 - (2018-04-04)
* fix crash after pressing ^W in search screen
* fix crash bug in chat screen
* fix completion list
* new color "progressbar-background"
* switch the code base to C++14
* build manual with Sphinx
ncmpc 0.29 - (2017-11-05)
* fix crash after losing MPD connection
* fix crash after DNS lookup error
* add Meson option "lyrics_plugin_dir"
* fallback libncurses detection without pkg-config
ncmpc 0.28 - (2017-09-21)
* fix crash on lyrics screen
* fix memory leak
* hide the MPD password from the queue screen title
* implement password for asynchronous connect
* build with Meson instead of autotools
ncmpc 0.27 - (2017-03-25)
* work around connect failure if /var/run/mpd/socket does not exist
* remove the status bar clock (option "display-time")
* fix assertion failure after connect failure
* several Windows build fixes
ncmpc 0.26 - (2017-03-20)
* require libmpdclient 2.9
* adapt to lirc 0.9.4
* lyricswiki: update regex
* screen_song: show "f" and "dsd" formats
* connect asynchronously
* fix flickering in color mode
* fix gcc 7 warnings
|
2017-01-04 17:54:33 by Roy Marples | Files touched by this commit (1) |
Log message:
Use the curses framework.
|
2016-08-20 07:31:09 by Makoto Fujiwara | Files touched by this commit (2) | |
Log message:
Updated audio/ncmpc to 0.25
---------------------------
ncmpc 0.25 - (2016-08-18)
* lyricswiki: handle redirects
* lyricswiki: update XML format
|