pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/mpc mpc: update to 0.29.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c97066355ff
branches:  trunk
changeset: 376096:7c97066355ff
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 25 20:30:21 2018 +0000

description:
mpc: update to 0.29.

0.29 (2018/02/11)
* implement %prio% for --format
* the default --format falls back to "performer" if there is no "artist"
* add command "prio"
* command "outputs" prints attributes
* fix build failure with gcc 7.0 and clang 4.0
* build with Meson instead of autotools

diffstat:

 audio/mpc/Makefile |   6 +++---
 audio/mpc/PLIST    |  12 +++++-------
 audio/mpc/distinfo |  10 +++++-----
 3 files changed, 13 insertions(+), 15 deletions(-)

diffs (63 lines):

diff -r 25ed9e24b00f -r 7c97066355ff audio/mpc/Makefile
--- a/audio/mpc/Makefile        Sun Feb 25 20:27:55 2018 +0000
+++ b/audio/mpc/Makefile        Sun Feb 25 20:30:21 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2016/08/22 14:16:59 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2018/02/25 20:30:21 wiz Exp $
 
-DISTNAME=              mpc-0.28
+DISTNAME=              mpc-0.29
 CATEGORIES=            audio
 #MASTER_SITES=         ${MASTER_SITE_SOURCEFORGE:=musicpd/}
 MASTER_SITES=          http://www.musicpd.org/download/mpc/0/
@@ -11,7 +11,6 @@
 COMMENT=               Command-line client for musicpd
 LICENSE=               gnu-gpl-v2
 
-GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
 USE_TOOLS+=            pkg-config
 
@@ -19,6 +18,7 @@
 
 LIBS+=                 ${BUILDLINK_LDADD.iconv}
 
+.include "../../devel/py-meson/build.mk"
 BUILDLINK_API_DEPENDS.libmpdclient+=   libmpdclient>=2.9
 .include "../../audio/libmpdclient/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
diff -r 25ed9e24b00f -r 7c97066355ff audio/mpc/PLIST
--- a/audio/mpc/PLIST   Sun Feb 25 20:27:55 2018 +0000
+++ b/audio/mpc/PLIST   Sun Feb 25 20:30:21 2018 +0000
@@ -1,11 +1,9 @@
-@comment $NetBSD: PLIST,v 1.7 2011/02/27 15:06:06 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2018/02/25 20:30:21 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-completion.bash
-share/doc/mpc/mpd-m3u-handler.sh
-share/doc/mpc/mpd-pls-handler.sh
-share/doc/mpc/mppledit
+share/doc/mpc/README.rst
+share/doc/mpc/contrib/mpc-completion.bash
+share/doc/mpc/contrib/mpd-m3u-handler.sh
+share/doc/mpc/contrib/mpd-pls-handler.sh
diff -r 25ed9e24b00f -r 7c97066355ff audio/mpc/distinfo
--- a/audio/mpc/distinfo        Sun Feb 25 20:27:55 2018 +0000
+++ b/audio/mpc/distinfo        Sun Feb 25 20:30:21 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2016/08/22 14:16:59 wiz Exp $
+$NetBSD: distinfo,v 1.19 2018/02/25 20:30:21 wiz Exp $
 
-SHA1 (mpc-0.28.tar.xz) = 60cac81137c0fd4d16fe7d482970bc1afb1ad610
-RMD160 (mpc-0.28.tar.xz) = 79c29b600e5da9528c543e596c63cb8fdad5bdcc
-SHA512 (mpc-0.28.tar.xz) = 1d0c96c3c7cee2eac2d3cf25f09d74b5807b8ea56ff7dfc033b8fa690fd4d42de726a641e4f2552550d8a1c1b2840575aec5c595166ca5ae5776fcc93c8fb7cf
-Size (mpc-0.28.tar.xz) = 109172 bytes
+SHA1 (mpc-0.29.tar.xz) = 13af994056fff79712d0b274294204dd6d588349
+RMD160 (mpc-0.29.tar.xz) = 9584e437ae52657f728ea3887dc638a72de976c0
+SHA512 (mpc-0.29.tar.xz) = 3013b43f3b7d9a1b591c498515440afde1ba16656199f821addbc5018e2e6b0c84c4c7aa9ddbac40a51260d4ba3c281c128a61801f0cdfade5d10e9ead031757
+Size (mpc-0.29.tar.xz) = 41872 bytes



Home | Main Index | Thread Index | Old Index