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:           Fri Aug 19 13:52:39 UTC 2016

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 pkgsrc/audio/musicpd/Makefile
cvs rdiff -u -r1.72 -r1.73 pkgsrc/audio/musicpd/distinfo
cvs rdiff -u -r1.5 -r1.6 \
    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.125 pkgsrc/audio/musicpd/Makefile:1.126
--- pkgsrc/audio/musicpd/Makefile:1.125 Wed Aug 17 00:06:40 2016
+++ pkgsrc/audio/musicpd/Makefile       Fri Aug 19 13:52:39 2016
@@ -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/}

Index: pkgsrc/audio/musicpd/distinfo
diff -u pkgsrc/audio/musicpd/distinfo:1.72 pkgsrc/audio/musicpd/distinfo:1.73
--- pkgsrc/audio/musicpd/distinfo:1.72  Sun Jul 10 13:38:57 2016
+++ pkgsrc/audio/musicpd/distinfo       Fri Aug 19 13:52:39 2016
@@ -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

Index: pkgsrc/audio/musicpd/patches/patch-src_system_ByteOrder.hxx
diff -u pkgsrc/audio/musicpd/patches/patch-src_system_ByteOrder.hxx:1.5 pkgsrc/audio/musicpd/patches/patch-src_system_ByteOrder.hxx:1.6
--- pkgsrc/audio/musicpd/patches/patch-src_system_ByteOrder.hxx:1.5     Sun Jul 10 13:38:58 2016
+++ pkgsrc/audio/musicpd/patches/patch-src_system_ByteOrder.hxx Fri Aug 19 13:52:39 2016
@@ -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