pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/mpc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb 25 20:30:21 UTC 2018

Modified Files:
        pkgsrc/audio/mpc: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/audio/mpc/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/audio/mpc/PLIST
cvs rdiff -u -r1.18 -r1.19 pkgsrc/audio/mpc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/mpc/Makefile
diff -u pkgsrc/audio/mpc/Makefile:1.24 pkgsrc/audio/mpc/Makefile:1.25
--- pkgsrc/audio/mpc/Makefile:1.24      Mon Aug 22 14:16:59 2016
+++ pkgsrc/audio/mpc/Makefile   Sun Feb 25 20:30:21 2018
@@ -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 @@ HOMEPAGE=             http://musicpd.org/
 COMMENT=               Command-line client for musicpd
 LICENSE=               gnu-gpl-v2
 
-GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
 USE_TOOLS+=            pkg-config
 
@@ -19,6 +18,7 @@ REPLACE_SH=           doc/*.sh
 
 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"

Index: pkgsrc/audio/mpc/PLIST
diff -u pkgsrc/audio/mpc/PLIST:1.7 pkgsrc/audio/mpc/PLIST:1.8
--- pkgsrc/audio/mpc/PLIST:1.7  Sun Feb 27 15:06:06 2011
+++ pkgsrc/audio/mpc/PLIST      Sun Feb 25 20:30:21 2018
@@ -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

Index: pkgsrc/audio/mpc/distinfo
diff -u pkgsrc/audio/mpc/distinfo:1.18 pkgsrc/audio/mpc/distinfo:1.19
--- pkgsrc/audio/mpc/distinfo:1.18      Mon Aug 22 14:16:59 2016
+++ pkgsrc/audio/mpc/distinfo   Sun Feb 25 20:30:21 2018
@@ -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