From d511b9c275ac8c24b6f0abd2c638a656e709005a Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 19 Mar 2005 16:54:51 +0000 Subject: Update to 0.11.1, provided by Robert Lillack in PR 29027. + 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) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- audio/ncmpc/Makefile | 7 +++---- audio/ncmpc/PLIST | 7 ++++++- audio/ncmpc/distinfo | 10 +++++----- audio/ncmpc/patches/patch-ab | 8 ++++---- 4 files changed, 18 insertions(+), 14 deletions(-) (limited to 'audio/ncmpc') diff --git a/audio/ncmpc/Makefile b/audio/ncmpc/Makefile index 9d07b447bbe..b1db3baeb44 100644 --- a/audio/ncmpc/Makefile +++ b/audio/ncmpc/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.5 2004/12/10 20:34:24 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2005/03/19 16:54:51 wiz Exp $ -DISTNAME= ncmpc-0.11.0 -PKGREVISION= 1 +DISTNAME= ncmpc-0.11.1 CATEGORIES= audio MASTER_SITES= http://hem.bredband.net/kaw/ncmpc/files/ \ http://mercury.chem.pitt.edu/~shank/ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://hem.bredband.net/kaw/ncmpc/ -COMMENT= curses client for Music Player Daemon +COMMENT= Curses client for Music Player Daemon GNU_CONFIGURE= yes USE_BUILDLINK3= yes diff --git a/audio/ncmpc/PLIST b/audio/ncmpc/PLIST index 7d4e1708742..e8ad2451141 100644 --- a/audio/ncmpc/PLIST +++ b/audio/ncmpc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2004/07/14 10:38:43 grant Exp $ +@comment $NetBSD: PLIST,v 1.4 2005/03/19 16:54:51 wiz Exp $ bin/ncmpc man/man1/ncmpc.1 share/doc/ncmpc/AUTHORS @@ -7,5 +7,10 @@ share/doc/ncmpc/README share/doc/ncmpc/config.sample share/doc/ncmpc/keys.sample share/doc/ncmpc/ncmpc.lirc +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/ncmpc.mo +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/ncmpc.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/ncmpc.mo +${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/ncmpc.mo +${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/ncmpc.mo @dirrm share/ncmpc @dirrm share/doc/ncmpc diff --git a/audio/ncmpc/distinfo b/audio/ncmpc/distinfo index e06829b19e4..d2bad7053c1 100644 --- a/audio/ncmpc/distinfo +++ b/audio/ncmpc/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2005/02/23 20:39:50 agc Exp $ +$NetBSD: distinfo,v 1.6 2005/03/19 16:54:51 wiz Exp $ -SHA1 (ncmpc-0.11.0.tar.gz) = 5adab98537fdcd88a2296b4ef738614be81d0e83 -RMD160 (ncmpc-0.11.0.tar.gz) = 4329e5cab6081df5c5179217f456182f6425d356 -Size (ncmpc-0.11.0.tar.gz) = 242626 bytes +SHA1 (ncmpc-0.11.1.tar.gz) = f1998f1d245386eb103ae12c50cf1bf0f5985ed7 +RMD160 (ncmpc-0.11.1.tar.gz) = a47e2850f165306e95c0966ac9e862e75cf876f7 +Size (ncmpc-0.11.1.tar.gz) = 273489 bytes SHA1 (patch-aa) = 3288d2b41ed02791639478aec9ac30fe2ee6eef0 -SHA1 (patch-ab) = 5e2a694368fca547ceeda409d5e64dfaf8c24cc0 +SHA1 (patch-ab) = 4a8e9191b797f4a8954e1b3b1b725f8255fa7fd8 diff --git a/audio/ncmpc/patches/patch-ab b/audio/ncmpc/patches/patch-ab index dd393f45c54..b1e5efbf149 100644 --- a/audio/ncmpc/patches/patch-ab +++ b/audio/ncmpc/patches/patch-ab @@ -1,11 +1,11 @@ -$NetBSD: patch-ab,v 1.1 2004/09/07 08:05:50 simonb Exp $ +$NetBSD: patch-ab,v 1.2 2005/03/19 16:54:51 wiz Exp $ ---- src/screen.c.orig 2004-07-09 17:49:42.000000000 +1000 +--- src/screen.c.orig 2005-01-23 18:37:42.000000000 +0100 +++ src/screen.c -@@ -267,7 +267,7 @@ paint_status_window(mpdclient_t *c) +@@ -293,7 +293,7 @@ paint_status_window(mpdclient_t *c) if( c->song && seek_id == c->song->id ) elapsedTime = seek_target_time; - snprintf(screen->buf, screen->buf_size, + g_snprintf(screen->buf, screen->buf_size, - " [%i:%02i/%i:%02i]", + " [%i:%02i/%i:%02i] ", elapsedTime/60, elapsedTime%60, -- cgit v1.2.3