pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/musicpd Updated musicpd to 0.20.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e54d70ac114
branches:  trunk
changeset: 362911:7e54d70ac114
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon May 29 10:45:38 2017 +0000

description:
Updated musicpd to 0.20.8.

ver 0.20.8 (not yet released)
* output
  - osx: fix build failure due to missing "noexcept"
* playlist
  - m3u: support MIME type `audio/mpegurl`
* fix build failure with GCC 4.x

ver 0.20.7 (2017/05/15)
* database
  - simple: fix false positive directory loop detection with NFS
* enforce a reasonable minimum audio_buffer_size setting
* cap buffer_before_play at 80% to prevent deadlock
* fix random crashes when compiled with clang

diffstat:

 audio/musicpd/Makefile |   5 ++---
 audio/musicpd/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r e8bb9848dbbf -r 7e54d70ac114 audio/musicpd/Makefile
--- a/audio/musicpd/Makefile    Mon May 29 10:45:07 2017 +0000
+++ b/audio/musicpd/Makefile    Mon May 29 10:45:38 2017 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.145 2017/04/30 01:21:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.146 2017/05/29 10:45:38 wiz Exp $
 
-DISTNAME=              mpd-0.20.6
+DISTNAME=              mpd-0.20.8
 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/}
diff -r e8bb9848dbbf -r 7e54d70ac114 audio/musicpd/distinfo
--- a/audio/musicpd/distinfo    Mon May 29 10:45:07 2017 +0000
+++ b/audio/musicpd/distinfo    Mon May 29 10:45:38 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.80 2017/03/12 20:22:50 wiz Exp $
+$NetBSD: distinfo,v 1.81 2017/05/29 10:45:38 wiz Exp $
 
-SHA1 (mpd-0.20.6.tar.xz) = 33bb4023e77efc17f041c4a864844138a2968903
-RMD160 (mpd-0.20.6.tar.xz) = c54e975c50cd2345b588a94e6b0032f341834d6c
-SHA512 (mpd-0.20.6.tar.xz) = 3377e095eaf8cd3ae14e4218fd85d1bcd79d29899ad4c61f5cd2a0b714c5e8aa22aa3b8bd54477195b93ddd44b8e82f8c6428c8f36174c98cba631554224dcfe
-Size (mpd-0.20.6.tar.xz) = 772140 bytes
+SHA1 (mpd-0.20.8.tar.xz) = ab81e6f4aecf2c129cdb341a6ae4ccb9b9bf3f72
+RMD160 (mpd-0.20.8.tar.xz) = 32572d657213de46049039c8a1e6b136bee0b8c3
+SHA512 (mpd-0.20.8.tar.xz) = 063feafae7137ea5b61498132b4fcc2e04e23bb9d6fa849a0c6d90c40ecc0a841617dec0f53021bfc5add559b59388d20ef211e1bc88fcaca46b5ecbf1bb8960
+Size (mpd-0.20.8.tar.xz) = 773128 bytes



Home | Main Index | Thread Index | Old Index