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:           Mon Dec 12 14:16:12 UTC 2016

Modified Files:
        pkgsrc/audio/musicpd: Makefile distinfo

Log Message:
Updated musicpd to 0.19.20.

ver 0.19.20 (2016/12/09)
* protocol
  - "setprio" re-enqueues old song if priority has been raised
* decoder
  - ffmpeg: ignore empty packets
  - pcm: fix corruption bug with partial frames (after short read)
  - sidplay: fix playback speed with libsidplayfp
* output
  - winmm: fix 8 bit playback
* fix gcc 7.0 -Wimplicit-fallthrough
* systemd: paranoid security settings


To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 pkgsrc/audio/musicpd/Makefile
cvs rdiff -u -r1.74 -r1.75 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.131 pkgsrc/audio/musicpd/Makefile:1.132
--- pkgsrc/audio/musicpd/Makefile:1.131 Sun Dec  4 05:17:18 2016
+++ pkgsrc/audio/musicpd/Makefile       Mon Dec 12 14:16:12 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.131 2016/12/04 05:17:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.132 2016/12/12 14:16:12 wiz Exp $
 
-DISTNAME=              mpd-0.19.19
+DISTNAME=              mpd-0.19.20
 PKGNAME=               ${DISTNAME:S/mpd/musicpd/}
-PKGREVISION=           2
 CATEGORIES=            audio
 MASTER_SITES=          http://www.musicpd.org/download/mpd/0.19/
 #MASTER_SITES=         ${MASTER_SITE_SOURCEFORGE:=musicpd/}

Index: pkgsrc/audio/musicpd/distinfo
diff -u pkgsrc/audio/musicpd/distinfo:1.74 pkgsrc/audio/musicpd/distinfo:1.75
--- pkgsrc/audio/musicpd/distinfo:1.74  Wed Aug 24 10:04:54 2016
+++ pkgsrc/audio/musicpd/distinfo       Mon Dec 12 14:16:12 2016
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.74 2016/08/24 10:04:54 wiz Exp $
+$NetBSD: distinfo,v 1.75 2016/12/12 14:16:12 wiz Exp $
 
-SHA1 (mpd-0.19.19.tar.xz) = 8c281b823825cab6677cb142b564acbf09a2874d
-RMD160 (mpd-0.19.19.tar.xz) = ecaf3952fda5f3aaec92d38c9fd3aac33397bf5c
-SHA512 (mpd-0.19.19.tar.xz) = 949bfab2aa5dffb4089ce2023accc934648091d36768f8e4c75f62b4038e21db1e2ef3bb07a0f1cf6a91d0532cac8e7146be948d84dc4d7cdc5b252b7d815b64
-Size (mpd-0.19.19.tar.xz) = 707356 bytes
+SHA1 (mpd-0.19.20.tar.xz) = 7f8ec89d9bfee6a85e03746c69c5bf7c7190cba7
+RMD160 (mpd-0.19.20.tar.xz) = de3afbe8ec1bb1193edff9bdf7c1f1fbefc5585c
+SHA512 (mpd-0.19.20.tar.xz) = 232ceb4347bd86bfaaf05ae69d1d98ff12d762f28cfdc96c27f2339d1ec255433987b40c061d21bcbcfc72724de34818b33e4d3218e4870cebc22e91265d0521
+Size (mpd-0.19.20.tar.xz) = 708256 bytes
 SHA1 (patch-src_output_plugins_httpd_HttpdOutputPlugin.cxx) = b47d79cc49a27d732a7531e23d666bf9df748bec



Home | Main Index | Thread Index | Old Index