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:   mef
Date:           Sun Jul 10 13:38:58 UTC 2016

Modified Files:
        pkgsrc/audio/musicpd: Makefile distinfo
        pkgsrc/audio/musicpd/patches: patch-src_system_ByteOrder.hxx

Log Message:
Updated audio/musicpd to 0.19.17
--------------------------------
ver 0.19.17 (2016/07/09)
* decoder
  - flac: fix assertion failure while seeking
  - flac: fix stream duration indicator
  - fix seek problems in several plugins
* fix spurious seek error "Failed to allocate silence buffer"
* replay gain: fix "replay_gain_handler mixer" setting
* DSD: use 0x69 as silence pattern
* fix use-after-free bug on "close" and "kill"


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 pkgsrc/audio/musicpd/Makefile
cvs rdiff -u -r1.71 -r1.72 pkgsrc/audio/musicpd/distinfo
cvs rdiff -u -r1.4 -r1.5 \
    pkgsrc/audio/musicpd/patches/patch-src_system_ByteOrder.hxx

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.121 pkgsrc/audio/musicpd/Makefile:1.122
--- pkgsrc/audio/musicpd/Makefile:1.121 Tue Jul  5 00:19:59 2016
+++ pkgsrc/audio/musicpd/Makefile       Sun Jul 10 13:38:57 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.121 2016/07/05 00:19:59 maya Exp $
+# $NetBSD: Makefile,v 1.122 2016/07/10 13:38:57 mef Exp $
 
-DISTNAME=              mpd-0.19.16
+DISTNAME=              mpd-0.19.17
 PKGNAME=               ${DISTNAME:S/mpd/musicpd/}
 CATEGORIES=            audio
 MASTER_SITES=          http://www.musicpd.org/download/mpd/0.19/

Index: pkgsrc/audio/musicpd/distinfo
diff -u pkgsrc/audio/musicpd/distinfo:1.71 pkgsrc/audio/musicpd/distinfo:1.72
--- pkgsrc/audio/musicpd/distinfo:1.71  Sun Jun 19 20:34:38 2016
+++ pkgsrc/audio/musicpd/distinfo       Sun Jul 10 13:38:57 2016
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.71 2016/06/19 20:34:38 wiz Exp $
+$NetBSD: distinfo,v 1.72 2016/07/10 13:38:57 mef Exp $
 
-SHA1 (mpd-0.19.16.tar.xz) = 2b110898c8365ce69a8cedd01db2404748c4c09c
-RMD160 (mpd-0.19.16.tar.xz) = 2c8dfe04c2d81bc401e1dbf1c19c1f2950057da5
-SHA512 (mpd-0.19.16.tar.xz) = f1a733ed814ccee12528fa917865f713557b86056273a317564b8c98237afc0b46dc8391f44e5a8c6218c37d398b96eb1e5e7de5f9128d9ce7ad4e043324f5fa
-Size (mpd-0.19.16.tar.xz) = 704660 bytes
+SHA1 (mpd-0.19.17.tar.xz) = 88d98884a262af3be74e2791ae9e5eb898f6dfbb
+RMD160 (mpd-0.19.17.tar.xz) = 23ef08686dcaae82428690b137c5447f0bcad164
+SHA512 (mpd-0.19.17.tar.xz) = 352f086efd8129e537be07a8a6fe121f94f19c83e3c4d4c5b8dca8f69776d5f92a6fff3e220169cfb9a21115de9c6198f847bcea80fc401fbfe80adf85ed193a
+Size (mpd-0.19.17.tar.xz) = 704408 bytes
 SHA1 (patch-src_output_plugins_httpd_HttpdOutputPlugin.cxx) = b47d79cc49a27d732a7531e23d666bf9df748bec
-SHA1 (patch-src_system_ByteOrder.hxx) = 955af2aacf1c0a98c4c57728e1283eba81b457e7
+SHA1 (patch-src_system_ByteOrder.hxx) = cb8b9b783d790671fb82760ee9ec740db7184df0

Index: pkgsrc/audio/musicpd/patches/patch-src_system_ByteOrder.hxx
diff -u pkgsrc/audio/musicpd/patches/patch-src_system_ByteOrder.hxx:1.4 pkgsrc/audio/musicpd/patches/patch-src_system_ByteOrder.hxx:1.5
--- pkgsrc/audio/musicpd/patches/patch-src_system_ByteOrder.hxx:1.4     Mon Apr  6 00:08:34 2015
+++ pkgsrc/audio/musicpd/patches/patch-src_system_ByteOrder.hxx Sun Jul 10 13:38:58 2016
@@ -1,4 +1,12 @@
-$NetBSD: patch-src_system_ByteOrder.hxx,v 1.4 2015/04/06 00:08:34 mrg Exp $
+$NetBSD: patch-src_system_ByteOrder.hxx,v 1.5 2016/07/10 13:38:58 mef Exp $
+
+r 1.1
+patches/patch-src_system_ByteOrder.hxx:
+  Fix compilation error on Darwin/ppc
+
+r 1.4
+also look in <machine/endian.h> on netbsd for endian info (fixes
+non x86, mipsel and armel builds.)
 
 --- src/system/ByteOrder.hxx.orig      2014-08-23 05:29:55.000000000 -0700
 +++ src/system/ByteOrder.hxx   2015-04-05 16:29:48.000000000 -0700



Home | Main Index | Thread Index | Old Index