pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/musicpd



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb  5 18:51:59 UTC 2017

Modified Files:
        pkgsrc/audio/musicpd: Makefile distinfo

Log Message:
Updated musicpd to 0.20.4.

ver 0.20.4 (2017/02/01)
* input
  - nfs: fix freeze after reconnect
* output
  - sndio: work around a libroar C++ incompatibility
* workaround for GCC 4.9 "constexpr" bug
* fix FreeBSD build failure

ver 0.20.3 (2017/01/25)
* protocol
  - "playlistadd" creates new playlist if it does not exist, as documented
* database
  - proxy: fix error "terminate called after throwing ..."
  - proxy: make connect errors during startup non-fatal
* neighbor
  - upnp: fix premature expiry
* replay gain: don't reset ReplayGain levels when unpausing playback
* silence surround channels when converting from stereo
* use shortcuts such as "dsd64" in log messages


To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 pkgsrc/audio/musicpd/Makefile
cvs rdiff -u -r1.77 -r1.78 pkgsrc/audio/musicpd/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/musicpd/Makefile
diff -u pkgsrc/audio/musicpd/Makefile:1.137 pkgsrc/audio/musicpd/Makefile:1.138
--- pkgsrc/audio/musicpd/Makefile:1.137 Sat Jan 21 20:06:47 2017
+++ pkgsrc/audio/musicpd/Makefile       Sun Feb  5 18:51:59 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.137 2017/01/21 20:06:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.138 2017/02/05 18:51:59 wiz Exp $
 
-DISTNAME=              mpd-0.20.2
+DISTNAME=              mpd-0.20.4
 PKGNAME=               ${DISTNAME:S/mpd/musicpd/}
-PKGREVISION=           2
 CATEGORIES=            audio
 MASTER_SITES=          http://www.musicpd.org/download/mpd/0.20/
 #MASTER_SITES=         ${MASTER_SITE_SOURCEFORGE:=musicpd/}

Index: pkgsrc/audio/musicpd/distinfo
diff -u pkgsrc/audio/musicpd/distinfo:1.77 pkgsrc/audio/musicpd/distinfo:1.78
--- pkgsrc/audio/musicpd/distinfo:1.77  Mon Jan 16 11:53:08 2017
+++ pkgsrc/audio/musicpd/distinfo       Sun Feb  5 18:51:59 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.77 2017/01/16 11:53:08 wiz Exp $
+$NetBSD: distinfo,v 1.78 2017/02/05 18:51:59 wiz Exp $
 
-SHA1 (mpd-0.20.2.tar.xz) = b83eb588976f8c7f5383ac423505c259046a42e4
-RMD160 (mpd-0.20.2.tar.xz) = d65e904321d5a5a5fff8c83553c4efd2c1482530
-SHA512 (mpd-0.20.2.tar.xz) = d02b916f342c4b9547f32b1c7611a61983f2e11534f0667778e38077066058319a3f2a5aa7ff28e281af1ec01d00d8f2195bb91ca2f5556d3533b387ce857826
-Size (mpd-0.20.2.tar.xz) = 768816 bytes
+SHA1 (mpd-0.20.4.tar.xz) = 34753876145620c8cb30c036bbd4daf707752cf8
+RMD160 (mpd-0.20.4.tar.xz) = 36a457e60a3e45e49d10ccf964b283905b1a7ef0
+SHA512 (mpd-0.20.4.tar.xz) = d0c01ae6a3fd59e5ccdc24225bd9bb9e63620f1a395d317573499cc045de81f2abd803ca87eb1b2ca1d26d25167aaa6f5523e96f9512619272b857190efa0a72
+Size (mpd-0.20.4.tar.xz) = 770132 bytes



Home | Main Index | Thread Index | Old Index