diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-05 19:25:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-05 19:25:20 +0000 |
commit | 45f43d34dd4e1d442ae7f0db26137bf5fce43540 (patch) | |
tree | f9a9a44244535defdc91d83f917a90468841ebe6 /audio | |
parent | 0f188b923192d14835072334d200c5164d0f371d (diff) | |
download | pkgsrc-45f43d34dd4e1d442ae7f0db26137bf5fce43540.tar.gz |
Update to 0.18.12:
ver 0.18.12 (2014/07/30)
* database
- proxy: fix build failure with libmpdclient 2.2
- proxy: fix add/search and other commands with libmpdclient < 2.9
* decoder
- audiofile: improve responsiveness
- audiofile: fix WAV stream playback
- dsdiff, dsf: fix stream playback
- dsdiff: fix metadata parser bug (uninitialized variables)
- faad: estimate song duration for remote files
- sndfile: improve responsiveness
* randomize next song when enabling "random" mode while not playing
* randomize next song when adding to single-song queue
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 f5b854888a8..a71bc91fbb0 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.84 2014/07/02 14:02:38 ryoon Exp $ +# $NetBSD: Makefile,v 1.85 2014/08/05 19:25:20 wiz Exp $ -DISTNAME= mpd-0.18.11 +DISTNAME= mpd-0.18.12 PKGNAME= ${DISTNAME:S/mpd/musicpd/} -PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.musicpd.org/download/mpd/0.18/ #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=musicpd/} diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo index 622b4f2f1f4..a157fdf2214 100644 --- a/audio/musicpd/distinfo +++ b/audio/musicpd/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.41 2014/05/20 08:41:38 wiz Exp $ +$NetBSD: distinfo,v 1.42 2014/08/05 19:25:20 wiz Exp $ -SHA1 (mpd-0.18.11.tar.xz) = 34585fcb49107508b198798b5657df07c86157f0 -RMD160 (mpd-0.18.11.tar.xz) = 4ff492c81c3c6557a592f962eb98b9e2f0beb89a -Size (mpd-0.18.11.tar.xz) = 584500 bytes +SHA1 (mpd-0.18.12.tar.xz) = 99ba27a541cb18fcd093d93551d34c1c3145ba49 +RMD160 (mpd-0.18.12.tar.xz) = dd19477632f094c4a5f82f9138bdf4cf7d286e60 +Size (mpd-0.18.12.tar.xz) = 585824 bytes SHA1 (patch-src_output_HttpdOutputPlugin.cxx) = 13ea3603f3d4027844eba3fb5561913774022711 SHA1 (patch-src_system_ByteOrder.hxx) = 18dd0046bdd7cb7fef1979a40d6b51e7047cd66f |