diff options
author | wiz <wiz@pkgsrc.org> | 2015-07-01 09:23:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-07-01 09:23:30 +0000 |
commit | 002fb9c1cfa99d03251be4458ac73e4f0c55ee27 (patch) | |
tree | d1d6efc4e79152c62607873ca1183c98ab22874b /audio | |
parent | 51ee51f65709dd2e4ffef5e95de3a853934a308e (diff) | |
download | pkgsrc-002fb9c1cfa99d03251be4458ac73e4f0c55ee27.tar.gz |
Update to 0.19.10:
ver 0.19.10 (2015/06/21)
* input
- curl: fix deadlock on small responses
- smbclient: fix DFF playback
* decoder
- ffmpeg: improve seeking accuracy
- fix stuck stream tags
* encoder
- opus: fix bogus granulepos
* output
- fix failure to open device right after booting
* neighbor
- nfs: fix deadlock when connecting
* fix "single" mode breakage due to queue edits
Diffstat (limited to 'audio')
-rw-r--r-- | audio/musicpd/Makefile | 5 | ||||
-rw-r--r-- | audio/musicpd/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 42735ba8fe4..7a5a0bd02c3 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.108 2015/06/30 09:57:34 ryoon Exp $ +# $NetBSD: Makefile,v 1.109 2015/07/01 09:23:30 wiz Exp $ -DISTNAME= mpd-0.19.9 +DISTNAME= mpd-0.19.10 PKGNAME= ${DISTNAME:S/mpd/musicpd/} -PKGREVISION= 5 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 795dc09a05a..c795e1d43a4 100644 --- a/audio/musicpd/distinfo +++ b/audio/musicpd/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.63 2015/04/06 00:08:34 mrg Exp $ +$NetBSD: distinfo,v 1.64 2015/07/01 09:23:30 wiz Exp $ -SHA1 (mpd-0.19.9.tar.xz) = 6683bee5f132eda318c5a61ec14b2df8d9164d60 -RMD160 (mpd-0.19.9.tar.xz) = 1860665c1b75a372b46892df4307ed0346419bbb -Size (mpd-0.19.9.tar.xz) = 701480 bytes +SHA1 (mpd-0.19.10.tar.xz) = 4635b33223d3f1e67eed41f6350ef75515153213 +RMD160 (mpd-0.19.10.tar.xz) = 0cdde355667547b236471d9c75f2c3925f56df81 +Size (mpd-0.19.10.tar.xz) = 701668 bytes SHA1 (patch-src_output_plugins_httpd_HttpdOutputPlugin.cxx) = b47d79cc49a27d732a7531e23d666bf9df748bec SHA1 (patch-src_system_ByteOrder.hxx) = 955af2aacf1c0a98c4c57728e1283eba81b457e7 |