summaryrefslogtreecommitdiff
path: root/audio/ncmpc
AgeCommit message (Collapse)AuthorFilesLines
2010-02-24-NetBSD-current's wide curses is good enough -- I'm assuming that anydrochner4-5/+17
builtin wide curses which is recognized by pkgsrc/ncursesw/builtin.mk is fine. -Set the keyboard mode to raw() explicitely. ncurses seems to do this in some magical way, didn't find a hint in documentation. -Explicitely disable widechar support if the pkgsrc option is deselected - otherwise it gets enabled unwantedly if widechar support is found in the normal curses lib.
2009-10-20Update ncmpc to 0.15.jakllsch3-7/+8
Changes since 0.14: * added the "lyrics-autosave" option * added CMD_SELECT_PLAYING * display song duration in the playlist * added the "hardware_cursor" option * show plugin error messages on the screen * fixed NULL pointer dereference when not yet connected * new translation: Hebrew
2009-08-09Update to 0.14:wiz3-11/+16
ncmpc 0.14 - 2009-04-21 * bell on wrapped search (optionally) * added new "jump" ('.') command, which queries the user for a string and jumps to the entry which begins with that string while the user is typing. * added new "select range" ('v') command, which lets the user perform various actions (e.g. add to playlist, delete, move, shuffle) on ranges of songs * added commands ('H', 'M', 'L') to jump to top, middle, and bottom of screen * added scrolling commands ('^B', '^N', 'B', 'N') to scroll up/down one line or up/down half a screen * added screen swap ('`') command to switch to the most recently used screen * added MPD information and currently playing song to the info screen ('i') * support for new MPD 0.15 modes: single ('y'), consume ('C') * added "scroll-offset" option * new translations: Czech, Simplified Chinese, Korean, Ukrainian, Dutch
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-02-07forgot options.mk in last commit.jakllsch1-0/+16
2009-02-07Update to ncmpc-0.13.jakllsch7-58/+38
Changes for versions since 0.11.1: ncmpc 0.13 - 2009-01-09 * added output configuration screen, default hotkey F8 * new --disable-locale configure option * new --disable-multibyte configure option; this allows you to disable wide character support, retaining multibyte character support * search with regular expressions ncmpc 0.12 - 2008-12-05 * added artist screen (tag browser) * added highly experimental lyrics screen (disabled by default) * removed clock screen * support wide characters * optimized memory usage * always try to reconnect after server failure * support unix domain sockets for the MPD connection * added compile-time "mini" option which produces the smallest possible ncmpc binary * added LIRC support * scroll long song names in the playlist * added command "locate" ('G') which locates a song in the database browser * added "song" screen ('i') which displays song information
2008-07-14Mark as destdir ready.joerg1-1/+3
2007-08-13Fixed the charset in ru.po. Patch provided by "Roman" on pkgsrc-users.rillig3-3/+17
PKGREVISION++
2006-06-07Needs msgfmt.joerg1-2/+2
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-6/+6
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-19Update to 0.11.1, provided by Robert Lillack in PR 29027.wiz4-14/+18
+ Spanish translations from Jose Cedeno + Russian translations from Nikolay Pavlov + French translations from Yann Cézard + ncmpc now supports SIGSTOP and SIGCONT (Ctrl-Z) + ncmpc now hides the cursor on the help screen + ncmpc now can enqueue and play a song from the browse screen (Enter) + configuration changes: o ncmpc no longer supports the old configuration file syntax o the crossfade time can now be definied in (crossfade-time) o support for ncurses mouse events is now optional (enable-mouse) + bugfixes: o fixed short option handling for multiple short options o %time% format fix from Aurelien Foret (use %02d for seconds) o Fixed abort (Ctrl-G) handling when saving playlist o survive select/find operations on empty lists (Niko Tyni)
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-12-10This package needs pkg-config.minskim1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-07Pad out the time display on status line with an extra space so that thesimonb2-1/+15
closing ']' doesn't disappear. Problem report and suggested fix sent on to musicpd folks.
2004-07-14correction - panel.h isn't needed, so patch it out of existance andgrant3-3/+18
drop the added INCOMPAT_NCURSES patterns. fixes build with NetBSD libcurses again.
2004-07-14add missing filegrant1-1/+2
2004-07-14Updated ncmpc to 0.11.0.grant3-11/+10
- dependency on popt removed - NetBSD-2*-* added to INCOMPAT_CURSES because this needs panel.h from ncurses. Major changes since 0.10.1: * removed popt dependency * the default port is now 6600 (mpd-0.11.0) * nls support (sv,de) * ncmpc now uses the terminal in raw mode (enabling key bindings to Ctrl-C...) * changed key bindings: o cursor movement up/down with j and k (used to be . and ,) o the update/redraw command is now executed with Ctrl-L (used to be u) * new ncmpc commands: o move a playlist entry up/down with Ctrl-K, Ctrl-J (playlist screen) o add a song/url with a (playlist screen) o support for MPD db updates with Ctrl-U * new command line options --config=FILE and --key-file=FILE * configuration changes: o replaced '_' with '-' in configuration field names o the color support in ncmpc have been redesigned - more colors & color fields o the display of song names can now be customized (list-format, status-format, xterm-title-format) o ncmpc no longer changes the xterm title by default (set-xterm-title) o new option for default find mode (find-wrap) o new option for cursor movement (wrap-around) o new options for alert bells (audible-bell,visible-bell) o the wide cursor is now enabled by default (wide-cursor) o view the sample configuration file and/or the manual page for details * ncmpc now scrolls long song names on the status line * ncmpc now have a new built in line editor with completion and history support * ncmpc now remembers the cursor position when changing directories * ncmpc now offers to overwrite when saving playlists * ncmpc now have an optional clock screen * ncmpc now retreives playlists with MPD's plchanges command Update provided by Robert Lillack in PR pkg/26237, with minor changes by me.
2004-05-03Initial import of ncmpc 0.10.1 into the NetBSD packages collection.grant4-0/+40
ncmpc is a curses client for MPD, the Music Player Daemon with an interface is inspired by cplay.