pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/mpc Update to 0.26. Remove playpause command, wh...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e6e0afff0097
branches: trunk
changeset: 635615:e6e0afff0097
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jun 09 12:27:51 2014 +0000
description:
Update to 0.26. Remove playpause command, which was a local patch since
2005; upstream supports 'toggle' which does the same. If you want
this alias, make upstream accept it.
0.26 (2014/06/03)
* fix segfault when adding absolute paths
* "playlist" can show stored playlist
* "search" supports --format
diffstat:
audio/mpc/Makefile | 4 ++--
audio/mpc/distinfo | 9 ++++-----
audio/mpc/patches/patch-aa | 12 ------------
3 files changed, 6 insertions(+), 19 deletions(-)
diffs (42 lines):
diff -r b56a591938e3 -r e6e0afff0097 audio/mpc/Makefile
--- a/audio/mpc/Makefile Mon Jun 09 12:25:17 2014 +0000
+++ b/audio/mpc/Makefile Mon Jun 09 12:27:51 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2013/12/06 13:39:34 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2014/06/09 12:27:51 wiz Exp $
-DISTNAME= mpc-0.25
+DISTNAME= mpc-0.26
CATEGORIES= audio
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=musicpd/}
MASTER_SITES= http://www.musicpd.org/download/mpc/0/
diff -r b56a591938e3 -r e6e0afff0097 audio/mpc/distinfo
--- a/audio/mpc/distinfo Mon Jun 09 12:25:17 2014 +0000
+++ b/audio/mpc/distinfo Mon Jun 09 12:27:51 2014 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.14 2013/12/06 13:39:34 wiz Exp $
+$NetBSD: distinfo,v 1.15 2014/06/09 12:27:51 wiz Exp $
-SHA1 (mpc-0.25.tar.xz) = c649cd19e4195749ca7da309c10acd53ac139b49
-RMD160 (mpc-0.25.tar.xz) = 03076ac97ed9a6cc5cafa68cedc797cc687ad20b
-Size (mpc-0.25.tar.xz) = 100880 bytes
-SHA1 (patch-aa) = 76a5bc4a6bf033d2bba6e4eb3524cb3ee30c1066
+SHA1 (mpc-0.26.tar.xz) = dd1577cfff1d8324bc27c97fb26d88b845118800
+RMD160 (mpc-0.26.tar.xz) = 6ab400af9d08beceaa8cec6b12fd9888d3fb56d0
+Size (mpc-0.26.tar.xz) = 105432 bytes
diff -r b56a591938e3 -r e6e0afff0097 audio/mpc/patches/patch-aa
--- a/audio/mpc/patches/patch-aa Mon Jun 09 12:25:17 2014 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2013/10/02 14:17:25 drochner Exp $
-
---- src/main.c.orig 2013-04-09 17:51:33.000000000 +0000
-+++ src/main.c
-@@ -69,6 +69,7 @@ static struct command {
- {"prev", 0, 0, 0, cmd_prev, "", "Play the previous song in the current playlist"},
- {"pause", 0, 0, 0, cmd_pause, "", "Pauses the currently playing song"},
- {"toggle", 0, 0, 0, cmd_toggle, "", "Toggles Play/Pause, plays if stopped"},
-+ {"playpause", 0, 0, 0, cmd_toggle, "", "Pauses if playing, play otherwise"},
- {"cdprev", 0, 0, 0, cmd_cdprev, "", "Compact disk player-like previous command"},
- {"stop", 0, 0, 0, cmd_stop, "", "Stop the currently playing playlists"},
- {"seek", 1, 1, 0, cmd_seek, "[+-][HH:MM:SS]|<0-100>%", "Seeks to the specified position"},
Home |
Main Index |
Thread Index |
Old Index