From 3e0b845b0ece14ae42cba4e7c4de21b5935a136a Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 27 Feb 2011 15:06:06 +0000 Subject: Update to 0.20: 0.20 (2011/01/03) * require libmpdclient 2.2 * reactivate "search filename" * MixRamp support * support --format with "ls" and "listall" * new command "clearerror" * implement "current --wait" * command "add": print the failed song 0.19 (2009/12/06) * search: fix "mpc search any" * idle: flush output after each idleloop iteration * added command "sticker" (MPD 0.15) * added command "replaygain" (MPD 0.16) * implemented %position%, %id% for --format * fixed bash completion 0.18 (2009/10/05) * don't quote spaces in the "load" and "lstab" * revert "disable character set conversion to/from pipe" * don't use the deprecated "volume" command * added option "update --wait" * allow options before and after the command * treat negative numbers as non-options * using libmpdclient 2.0 instead of built-in libmpdclient * don't print song numbers in the "playlist" command * idle: added "mask" parameter * added the "findadd" command 0.17 (2009/08/13) * fixed busy loop while waiting for "idle" response * added command "idleloop" --- audio/mpc/Makefile | 6 ++++-- audio/mpc/PLIST | 4 ++-- audio/mpc/distinfo | 8 ++++---- 3 files changed, 10 insertions(+), 8 deletions(-) (limited to 'audio') diff --git a/audio/mpc/Makefile b/audio/mpc/Makefile index e6fc9832323..1194e3dfa27 100644 --- a/audio/mpc/Makefile +++ b/audio/mpc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2009/08/09 23:13:52 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2011/02/27 15:06:06 wiz Exp $ -DISTNAME= mpc-0.16 +DISTNAME= mpc-0.20 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=musicpd/} EXTRACT_SUFX= .tar.bz2 @@ -13,6 +13,8 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes +USE_TOOLS+= pkg-config +.include "../../audio/libmpdclient/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/mpc/PLIST b/audio/mpc/PLIST index d563ee60dd0..a8b01c48826 100644 --- a/audio/mpc/PLIST +++ b/audio/mpc/PLIST @@ -1,11 +1,11 @@ -@comment $NetBSD: PLIST,v 1.6 2009/06/14 17:32:18 joerg Exp $ +@comment $NetBSD: PLIST,v 1.7 2011/02/27 15:06:06 wiz Exp $ bin/mpc man/man1/mpc.1 share/doc/mpc/AUTHORS share/doc/mpc/COPYING share/doc/mpc/NEWS share/doc/mpc/README -share/doc/mpc/mpc-bashrc +share/doc/mpc/mpc-completion.bash share/doc/mpc/mpd-m3u-handler.sh share/doc/mpc/mpd-pls-handler.sh share/doc/mpc/mppledit diff --git a/audio/mpc/distinfo b/audio/mpc/distinfo index aa6595decdb..cb99c71f15e 100644 --- a/audio/mpc/distinfo +++ b/audio/mpc/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2009/08/09 23:13:52 wiz Exp $ +$NetBSD: distinfo,v 1.11 2011/02/27 15:06:06 wiz Exp $ -SHA1 (mpc-0.16.tar.bz2) = 52a8bd146081e7fdb5dc535bbfbd168e57468cf6 -RMD160 (mpc-0.16.tar.bz2) = af3fb500af202380f8d2a7c652bed2d40575a047 -Size (mpc-0.16.tar.bz2) = 103999 bytes +SHA1 (mpc-0.20.tar.bz2) = 7e02ab0a6566b895f70ed2634597d75db3e21e64 +RMD160 (mpc-0.20.tar.bz2) = b0e28f598c00cfed2dd7053a635e3bf23ff22cb9 +Size (mpc-0.20.tar.bz2) = 98605 bytes SHA1 (patch-aa) = 1b6d858d4124ce717fc412716c01667e2178da31 -- cgit v1.2.3