diff options
author | wiz <wiz@pkgsrc.org> | 2018-01-10 10:36:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-01-10 10:36:39 +0000 |
commit | 17804c37b0cc768777376f94ee400ee6ab87242d (patch) | |
tree | ff00d78ef78b1757b4fb7437e5e3fd43bf943eb4 /audio/musicpd | |
parent | 56340c3be5bfd0d5690fcbbb548ede6d00ac2d71 (diff) | |
download | pkgsrc-17804c37b0cc768777376f94ee400ee6ab87242d.tar.gz |
musicpd: update to 0.20.15.
ver 0.20.15 (2018/01/05)
* queue: fix crash after seek failure
* resampler
- soxr: clear internal state after manual song change
* state file
- make mount point restore errors non-fatal
- fix crash when restoring mounts with incompatible database plugin
* Android
- build without Ant
- fix for SIGSYS crash
ver 0.20.14 (2018/01/01)
* database
- simple: fix file corruption in the presence of mount points
* archive
- bz2: fix deadlock
- reduce lock contention, fixing lots of xrun problems
* fix Solaris build failure
ver 0.20.13 (2017/12/18)
* output
- osx: set up ring buffer to hold at least 100ms
* mixer
- alsa: fix rounding errors
* database
- simple: don't purge mount points on update/rescan
- simple: fix "mount" bug caused by bad compiler optimization
- simple: fix "lsinfo" into mount points
- upnp: work around libupnp 1.6.24 API breakage
* queue: fix spuriously misplaced prioritized songs
* save and restore mountpoints within the state file
* include Windows cross-build script in source tarball
* fix Windows build failures
Diffstat (limited to 'audio/musicpd')
-rw-r--r-- | audio/musicpd/Makefile | 5 | ||||
-rw-r--r-- | audio/musicpd/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 54f4dd00f97..65010f97820 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.156 2018/01/01 21:18:15 adam Exp $ +# $NetBSD: Makefile,v 1.157 2018/01/10 10:36:39 wiz Exp $ -DISTNAME= mpd-0.20.12 +DISTNAME= mpd-0.20.15 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/} diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo index adeae8af078..f3051225991 100644 --- a/audio/musicpd/distinfo +++ b/audio/musicpd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.85 2017/11/28 13:53:16 wiz Exp $ +$NetBSD: distinfo,v 1.86 2018/01/10 10:36:39 wiz Exp $ -SHA1 (mpd-0.20.12.tar.xz) = 5d77b92bcca81b6e53bf45078545a6193477d710 -RMD160 (mpd-0.20.12.tar.xz) = f93b34744ae33a0cc157ee75a3de911055e80e8f -SHA512 (mpd-0.20.12.tar.xz) = 3e221edc71cc65f9da46aa4f1d0bc2f8ca701cc4a103ea8efb08191918312b2f3b0023288e3dcabe0779e81ee6f628773d779462e09a55f2c090cca0e3d099af -Size (mpd-0.20.12.tar.xz) = 781072 bytes +SHA1 (mpd-0.20.15.tar.xz) = 6acf4050ea07e5275e3e71fcaea971ada0727429 +RMD160 (mpd-0.20.15.tar.xz) = 9aa3b72a125433cfbbba6673defa82844945a018 +SHA512 (mpd-0.20.15.tar.xz) = 0c8ef517bd1077a7c7c687542dd5ede6449053a27b5258cde3f3a877e97b9bff6159a1a4646d5598a8e6656c5b14b6230f89f1247ac1693a82d869d9ee8e9f47 +Size (mpd-0.20.15.tar.xz) = 790096 bytes |