diff options
author | wiz <wiz@pkgsrc.org> | 2014-11-09 16:12:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-11-09 16:12:06 +0000 |
commit | 8587d5b4d3facd82de7208838fe3b450d6dcc135 (patch) | |
tree | 7b427955d1ebcf28e7767f42afd9b0b7cbc807a6 /audio/musicpd | |
parent | a6dda84e9e910af38eb6d740b1560426a2abfe33 (diff) | |
download | pkgsrc-8587d5b4d3facd82de7208838fe3b450d6dcc135.tar.gz |
Update to 0.18.17:
ver 0.18.17 (2014/11/02)
* playlist
- don't allow empty playlist name
- m3u: recognize the file suffix ".m3u8"
* decoder
- ignore URI query string for plugin detection
- faad: remove workaround for ancient libfaad2 ABI bug
- ffmpeg: recognize MIME type audio/aacp
Diffstat (limited to 'audio/musicpd')
-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 00529c58090..2b6fcd79729 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.92 2014/10/07 16:47:18 adam Exp $ +# $NetBSD: Makefile,v 1.93 2014/11/09 16:12:06 wiz Exp $ -DISTNAME= mpd-0.18.16 +DISTNAME= mpd-0.18.17 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 140d63a175a..2106c531282 100644 --- a/audio/musicpd/distinfo +++ b/audio/musicpd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.48 2014/10/01 11:52:26 wiz Exp $ +$NetBSD: distinfo,v 1.49 2014/11/09 16:12:06 wiz Exp $ -SHA1 (mpd-0.18.16.tar.xz) = ef510446e858fadf20d36fa2c1bed6f35a51e613 -RMD160 (mpd-0.18.16.tar.xz) = d49d0376f5b6215a833d26221522dca33d0727b1 -Size (mpd-0.18.16.tar.xz) = 587724 bytes +SHA1 (mpd-0.18.17.tar.xz) = 0f73939c3987e2f19447891d3009d1dfdf4ba810 +RMD160 (mpd-0.18.17.tar.xz) = ce3072a7856ace969ea2a8ce4bd5dff7c5580ae5 +Size (mpd-0.18.17.tar.xz) = 587160 bytes SHA1 (patch-src_output_HttpdOutputPlugin.cxx) = 6e046d00a4e59c905d8fe014afe854aac1337e8d |