pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/ncmpc Update to 0.11.1, provided by Robert Lilla...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69da239d1307
branches:  trunk
changeset: 490763:69da239d1307
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Mar 19 16:54:51 2005 +0000

description:
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)

diffstat:

 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(-)

diffs (76 lines):

diff -r 7febfc5e19d3 -r 69da239d1307 audio/ncmpc/Makefile
--- a/audio/ncmpc/Makefile      Sat Mar 19 16:49:25 2005 +0000
+++ b/audio/ncmpc/Makefile      Sat Mar 19 16:54:51 2005 +0000
@@ -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@localhost
 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 -r 7febfc5e19d3 -r 69da239d1307 audio/ncmpc/PLIST
--- a/audio/ncmpc/PLIST Sat Mar 19 16:49:25 2005 +0000
+++ b/audio/ncmpc/PLIST Sat Mar 19 16:54:51 2005 +0000
@@ -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/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 -r 7febfc5e19d3 -r 69da239d1307 audio/ncmpc/distinfo
--- a/audio/ncmpc/distinfo      Sat Mar 19 16:49:25 2005 +0000
+++ b/audio/ncmpc/distinfo      Sat Mar 19 16:54:51 2005 +0000
@@ -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 -r 7febfc5e19d3 -r 69da239d1307 audio/ncmpc/patches/patch-ab
--- a/audio/ncmpc/patches/patch-ab      Sat Mar 19 16:49:25 2005 +0000
+++ b/audio/ncmpc/patches/patch-ab      Sat Mar 19 16:54:51 2005 +0000
@@ -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,



Home | Main Index | Thread Index | Old Index