Subject: pkg/29057: update of audio/ncmpc to 0.11.1
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <pkg@burningsoda.com>
List: pkgsrc-bugs
Date: 01/23/2005 22:33:00
>Number: 29057
>Category: pkg
>Synopsis: update of audio/ncmpc to 0.11.1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Sun Jan 23 22:33:00 +0000 2005
>Originator: Robert Lillack
>Release: 2.0
>Organization:
http://burningsoda.com
>Environment:
NetBSD diplomat.faraday.home 2.0 NetBSD 2.0 (DIPLOMAT) #0: Wed Jan 5 22:53:45 CET 2005 root@diplomat.faraday.home:/usr/src/sys/arch/i386/compile/DIPLOMAT i386
>Description:
2005-01-24 ncmpc-0.11.1 released!
* 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 (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 fixed select/find operations on empty lists, thanks to Niko Tyni
>How-To-Repeat:
>Fix:
no big things here...
output of 'diff -ur ncmpc ncmpc.new' running from /usr/pkgsrc/audio:
(btw, what's the prefered way of making whole subdir patches?)
--------------------------------------------------------------------
diff -ur ncmpc/Makefile ncmpc.new/Makefile
--- ncmpc/Makefile 2004-12-11 05:24:46.000000000 +0100
+++ ncmpc.new/Makefile 2005-01-23 23:11:49.000000000 +0100
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.5 2004/12/10 20:34:24 minskim 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/
diff -ur ncmpc/PLIST ncmpc.new/PLIST
--- ncmpc/PLIST 2004-07-26 23:26:03.000000000 +0200
+++ ncmpc.new/PLIST 2005-01-23 23:27:14.000000000 +0100
@@ -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 -ur ncmpc/distinfo ncmpc.new/distinfo
--- ncmpc/distinfo 2004-09-20 22:31:59.000000000 +0200
+++ ncmpc.new/distinfo 2005-01-23 23:07:14.000000000 +0100
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.4 2004/09/07 08:05:50 simonb Exp $
-SHA1 (ncmpc-0.11.0.tar.gz) = 5adab98537fdcd88a2296b4ef738614be81d0e83
-Size (ncmpc-0.11.0.tar.gz) = 242626 bytes
-SHA1 (patch-aa) = 3288d2b41ed02791639478aec9ac30fe2ee6eef0
-SHA1 (patch-ab) = 5e2a694368fca547ceeda409d5e64dfaf8c24cc0
+SHA1 (ncmpc-0.11.1.tar.gz) = f1998f1d245386eb103ae12c50cf1bf0f5985ed7
+Size (ncmpc-0.11.1.tar.gz) = 273489 bytes
+SHA1 (patch-aa) = bedc6aff504445e677705c028ddc3f7136ccc77d
+SHA1 (patch-ab) = 4a8e9191b797f4a8954e1b3b1b725f8255fa7fd8
diff -ur ncmpc/patches/patch-aa ncmpc.new/patches/patch-aa
--- ncmpc/patches/patch-aa 2004-07-14 12:47:57.000000000 +0200
+++ ncmpc.new/patches/patch-aa 2005-01-23 23:05:55.000000000 +0100
@@ -1,6 +1,6 @@
$NetBSD: patch-aa,v 1.1 2004/07/14 10:47:57 grant Exp $
---- src/screen_play.c.orig 2004-07-09 17:49:39.000000000 +1000
+--- src/screen_play.c.orig 2005-01-23 18:37:41.000000000 +0100
+++ src/screen_play.c
@@ -23,7 +23,8 @@
#include <string.h>
diff -ur ncmpc/patches/patch-ab ncmpc.new/patches/patch-ab
--- ncmpc/patches/patch-ab 2004-09-07 10:05:50.000000000 +0200
+++ ncmpc.new/patches/patch-ab 2005-01-23 23:05:54.000000000 +0100
@@ -1,11 +1,11 @@
$NetBSD: patch-ab,v 1.1 2004/09/07 08:05:50 simonb 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,
--------------------------------------------------------------------