90f7100a64
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
24 lines
564 B
Makefile
24 lines
564 B
Makefile
# $NetBSD: Makefile,v 1.16 2009/08/09 23:12:54 wiz Exp $
|
|
|
|
DISTNAME= ncmpc-0.14
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=musicpd/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://mpd.wikia.com/wiki/Client:Ncmpc
|
|
COMMENT= Curses client for Music Player Daemon
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "options.mk"
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config msgfmt
|
|
|
|
USE_NCURSES= yes
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|