summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-11-06 09:39:14 +0000
committerwiz <wiz@pkgsrc.org>2015-11-06 09:39:14 +0000
commit2bd14be53cd8204fdae77a0214c027cdb113cbc4 (patch)
tree5b8bb259463f5fea59e69a6aed047f40c0800494 /audio
parente929e3002d00d14f5df93eb07c5b9c00a20600af (diff)
downloadpkgsrc-2bd14be53cd8204fdae77a0214c027cdb113cbc4.tar.gz
Update musicpd to 0.19.11:
ver 0.19.11 (2015/10/27) * tags - ape: fix buffer overflow * decoder - ffmpeg: fix crash due to wrong avio_alloc_context() call - gme: don't loop forever, fall back to GME's default play length * encoder - flac: fix crash with 32 bit playback * mixer - fix mixer lag after enabling/disabling output
Diffstat (limited to 'audio')
-rw-r--r--audio/musicpd/Makefile5
-rw-r--r--audio/musicpd/distinfo11
-rw-r--r--audio/musicpd/patches/patch-src_Main.cxx16
3 files changed, 24 insertions, 8 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index d4f532a3ff3..c8906347d8b 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.110 2015/10/10 01:58:00 ryoon Exp $
+# $NetBSD: Makefile,v 1.111 2015/11/06 09:39:14 wiz Exp $
-DISTNAME= mpd-0.19.10
+DISTNAME= mpd-0.19.11
PKGNAME= ${DISTNAME:S/mpd/musicpd/}
-PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.musicpd.org/download/mpd/0.19/
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=musicpd/}
diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo
index 7d2c28d2b02..aa66e5f1884 100644
--- a/audio/musicpd/distinfo
+++ b/audio/musicpd/distinfo
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.65 2015/11/03 01:12:43 agc Exp $
+$NetBSD: distinfo,v 1.66 2015/11/06 09:39:14 wiz Exp $
-SHA1 (mpd-0.19.10.tar.xz) = 4635b33223d3f1e67eed41f6350ef75515153213
-RMD160 (mpd-0.19.10.tar.xz) = 0cdde355667547b236471d9c75f2c3925f56df81
-SHA512 (mpd-0.19.10.tar.xz) = 037e1ccd69456bd7d388cbcba26de83144816684fb266995b173df960051e84203d3fc7255d7766eee5dbe0629dbb7745b9821664486158d33da4f29189edef8
-Size (mpd-0.19.10.tar.xz) = 701668 bytes
+SHA1 (mpd-0.19.11.tar.xz) = bc39026742b43d851a846b1f09bff94895cd1927
+RMD160 (mpd-0.19.11.tar.xz) = 36ba7ac37ab233be042287a7461b66f90cbce057
+SHA512 (mpd-0.19.11.tar.xz) = 3ad505a75651facd141efbb43ebb86a9f1b66a0bc044d39c9131068fc20d05037ad449935fd6fc20917dfd690cdc256c1d1deb7427039d2345b13bea2b2eb66e
+Size (mpd-0.19.11.tar.xz) = 703064 bytes
+SHA1 (patch-src_Main.cxx) = 0893da81125363e4a9ebbc7035fe36e866a15953
SHA1 (patch-src_output_plugins_httpd_HttpdOutputPlugin.cxx) = b47d79cc49a27d732a7531e23d666bf9df748bec
SHA1 (patch-src_system_ByteOrder.hxx) = 955af2aacf1c0a98c4c57728e1283eba81b457e7
diff --git a/audio/musicpd/patches/patch-src_Main.cxx b/audio/musicpd/patches/patch-src_Main.cxx
new file mode 100644
index 00000000000..6adfc19e9dd
--- /dev/null
+++ b/audio/musicpd/patches/patch-src_Main.cxx
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_Main.cxx,v 1.1 2015/11/06 09:39:14 wiz Exp $
+
+Fix build using patch from
+http://bugs.musicpd.org/view.php?id=4452
+
+--- src/Main.cxx.orig 2015-10-16 16:07:10.000000000 +0000
++++ src/Main.cxx
+@@ -630,7 +630,7 @@ static int mpd_main_after_fork(struct op
+ config_get_unsigned(CONF_AUTO_UPDATE_DEPTH,
+ INT_MAX));
+ #else
+- FormatWarning(main_domain,
++ FormatWarning(config_domain,
+ "inotify: auto_update was disabled. enable during compilation phase");
+ #endif
+ }