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.19.18.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99ef2bb10f29
branches:  trunk
changeset: 351368:99ef2bb10f29
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Aug 19 13:52:39 2016 +0000

description:
Updated musicpd to 0.19.18.

ver 0.19.18 (2016/08/05)
* decoder
  - ffmpeg: fix crash with older FFmpeg versions (< 3.0)
  - ffmpeg: log detailed error message
  - ffmpeg: support FFmpeg 3.1
  - sidplay: detect libsidplay2 with pkg-config
  - sidplay: log detailed error message
  - sidplay: read the "date" tag
  - sidplay: allow building with libsidplayfp instead of libsidplay2
* output
  - shout: recognize setting "encoder" instead of "encoding"
* fix memory leak after stream failure
* fix build failure with Boost 1.61
* require gcc 4.7 or newer

diffstat:

 audio/musicpd/Makefile                               |   5 ++---
 audio/musicpd/distinfo                               |  12 ++++++------
 audio/musicpd/patches/patch-src_system_ByteOrder.hxx |   8 ++------
 3 files changed, 10 insertions(+), 15 deletions(-)

diffs (50 lines):

diff -r 2ad0da06d2c2 -r 99ef2bb10f29 audio/musicpd/Makefile
--- a/audio/musicpd/Makefile    Fri Aug 19 13:43:08 2016 +0000
+++ b/audio/musicpd/Makefile    Fri Aug 19 13:52:39 2016 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.125 2016/08/17 00:06:40 ryoon Exp $
+# $NetBSD: Makefile,v 1.126 2016/08/19 13:52:39 wiz Exp $
 
-DISTNAME=              mpd-0.19.17
+DISTNAME=              mpd-0.19.18
 PKGNAME=               ${DISTNAME:S/mpd/musicpd/}
-PKGREVISION=           3
 CATEGORIES=            audio
 MASTER_SITES=          http://www.musicpd.org/download/mpd/0.19/
 #MASTER_SITES=         ${MASTER_SITE_SOURCEFORGE:=musicpd/}
diff -r 2ad0da06d2c2 -r 99ef2bb10f29 audio/musicpd/distinfo
--- a/audio/musicpd/distinfo    Fri Aug 19 13:43:08 2016 +0000
+++ b/audio/musicpd/distinfo    Fri Aug 19 13:52:39 2016 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.72 2016/07/10 13:38:57 mef Exp $
+$NetBSD: distinfo,v 1.73 2016/08/19 13:52:39 wiz Exp $
 
-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 (mpd-0.19.18.tar.xz) = 41065043589208db1100c5a3f3c15fbd3ac87669
+RMD160 (mpd-0.19.18.tar.xz) = 55897faeed50c6b8d151aa4196dc723c3d242ba2
+SHA512 (mpd-0.19.18.tar.xz) = 9674a8e9d2086373c59d3ce66bddb70e914f863dc384a283071ac8003ddae304d7020fc654db72c6f4aa30cb18e67dadd3d0a62069538a7ec666c3076e7bc1f8
+Size (mpd-0.19.18.tar.xz) = 707252 bytes
 SHA1 (patch-src_output_plugins_httpd_HttpdOutputPlugin.cxx) = b47d79cc49a27d732a7531e23d666bf9df748bec
-SHA1 (patch-src_system_ByteOrder.hxx) = cb8b9b783d790671fb82760ee9ec740db7184df0
+SHA1 (patch-src_system_ByteOrder.hxx) = b951d17e3120bbff82b76f4cbaba9a3206b04688
diff -r 2ad0da06d2c2 -r 99ef2bb10f29 audio/musicpd/patches/patch-src_system_ByteOrder.hxx
--- a/audio/musicpd/patches/patch-src_system_ByteOrder.hxx      Fri Aug 19 13:43:08 2016 +0000
+++ b/audio/musicpd/patches/patch-src_system_ByteOrder.hxx      Fri Aug 19 13:52:39 2016 +0000
@@ -1,12 +1,8 @@
-$NetBSD: patch-src_system_ByteOrder.hxx,v 1.5 2016/07/10 13:38:58 mef Exp $
+$NetBSD: patch-src_system_ByteOrder.hxx,v 1.6 2016/08/19 13:52:39 wiz 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.)
+https://bugs.musicpd.org/view.php?id=4569
 
 --- 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