pkgsrc/audio/ncmpc/Makefile
jakllsch 3325fd4eff Update to ncmpc-0.13.
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
2009-02-07 18:38:05 +00:00

24 lines
569 B
Makefile

# $NetBSD: Makefile,v 1.15 2009/02/07 18:38:05 jakllsch Exp $
DISTNAME= ncmpc-0.13
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"