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 May 29 10:45:38 UTC 2017

Modified Files:
        pkgsrc/audio/musicpd: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 pkgsrc/audio/musicpd/Makefile
cvs rdiff -u -r1.80 -r1.81 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.145 pkgsrc/audio/musicpd/Makefile:1.146
--- pkgsrc/audio/musicpd/Makefile:1.145 Sun Apr 30 01:21:28 2017
+++ pkgsrc/audio/musicpd/Makefile       Mon May 29 10:45:38 2017
@@ -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/}

Index: pkgsrc/audio/musicpd/distinfo
diff -u pkgsrc/audio/musicpd/distinfo:1.80 pkgsrc/audio/musicpd/distinfo:1.81
--- pkgsrc/audio/musicpd/distinfo:1.80  Sun Mar 12 20:22:50 2017
+++ pkgsrc/audio/musicpd/distinfo       Mon May 29 10:45:38 2017
@@ -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