pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libmpdclient libmpdclient: Update to 2.17



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f1dc25f4907
branches:  trunk
changeset: 345198:5f1dc25f4907
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Dec 05 22:46:49 2019 +0000

description:
libmpdclient: Update to 2.17

libmpdclient 2.17 (2019/12/04)
* search: add mpd_search_add_db_songs_to_playlist()
* idle: support event "partition"
* support MPD protocol 0.19
  - "listneighbors"
* support MPD protocol 0.22
  - "getfingerprint"
* support tags "MPD_TAG_LABEL", "MPD_TAG_MUSICBRAINZ_WORKID", "Grouping",
  "Work", "Conductor"
* support MPD partitions
* mpd_async_set_keepalive() returns bool
* mpd_connection_set_keepalive() returns bool
* fix build failure on Haiku

diffstat:

 audio/libmpdclient/Makefile |   8 ++++----
 audio/libmpdclient/PLIST    |   5 ++++-
 audio/libmpdclient/distinfo |  10 +++++-----
 3 files changed, 13 insertions(+), 10 deletions(-)

diffs (62 lines):

diff -r 6ff6c35a149d -r 5f1dc25f4907 audio/libmpdclient/Makefile
--- a/audio/libmpdclient/Makefile       Thu Dec 05 22:19:56 2019 +0000
+++ b/audio/libmpdclient/Makefile       Thu Dec 05 22:46:49 2019 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.14 2019/10/07 09:28:09 prlw1 Exp $
+# $NetBSD: Makefile,v 1.15 2019/12/05 22:46:49 nia Exp $
 
-DISTNAME=      libmpdclient-2.16
+DISTNAME=      libmpdclient-2.17
 CATEGORIES=    audio
-MASTER_SITES=  http://www.musicpd.org/download/libmpdclient/2/
+MASTER_SITES=  https://www.musicpd.org/download/libmpdclient/2/
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://mpd.wikia.com/wiki/ClientLib:libmpdclient
+HOMEPAGE=      https://github.com/MusicPlayerDaemon/libmpdclient
 COMMENT=       Asynchronous API library for interfacing MPD
 LICENSE=       modified-bsd
 
diff -r 6ff6c35a149d -r 5f1dc25f4907 audio/libmpdclient/PLIST
--- a/audio/libmpdclient/PLIST  Thu Dec 05 22:19:56 2019 +0000
+++ b/audio/libmpdclient/PLIST  Thu Dec 05 22:46:49 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2018/12/01 11:33:08 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2019/12/05 22:46:49 nia Exp $
 include/mpd/async.h
 include/mpd/audio_format.h
 include/mpd/capabilities.h
@@ -9,14 +9,17 @@
 include/mpd/directory.h
 include/mpd/entity.h
 include/mpd/error.h
+include/mpd/fingerprint.h
 include/mpd/idle.h
 include/mpd/list.h
 include/mpd/message.h
 include/mpd/mixer.h
 include/mpd/mount.h
+include/mpd/neighbor.h
 include/mpd/output.h
 include/mpd/pair.h
 include/mpd/parser.h
+include/mpd/partition.h
 include/mpd/password.h
 include/mpd/player.h
 include/mpd/playlist.h
diff -r 6ff6c35a149d -r 5f1dc25f4907 audio/libmpdclient/distinfo
--- a/audio/libmpdclient/distinfo       Thu Dec 05 22:19:56 2019 +0000
+++ b/audio/libmpdclient/distinfo       Thu Dec 05 22:46:49 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2018/12/01 11:33:08 wiz Exp $
+$NetBSD: distinfo,v 1.13 2019/12/05 22:46:49 nia Exp $
 
-SHA1 (libmpdclient-2.16.tar.xz) = fab5c8738e3429d5515953064e65e905053955f4
-RMD160 (libmpdclient-2.16.tar.xz) = d1ab4bfef8f4a93f4db5bf977f1fe2b61c17def4
-SHA512 (libmpdclient-2.16.tar.xz) = 520568f61cee447e48c04075d212c46e9640fd3f82604a5b9f4c6ded94eeb4a841e857e44e9f4edad12d93c1052692e7d32d3dbf505d4c0cde6cc217cff0cae5
-Size (libmpdclient-2.16.tar.xz) = 60480 bytes
+SHA1 (libmpdclient-2.17.tar.xz) = 5f9f17139e2d845284e396f4eafab2976389e5bc
+RMD160 (libmpdclient-2.17.tar.xz) = aec9318619eee16ac5e625bcb4af2c1c269c899f
+SHA512 (libmpdclient-2.17.tar.xz) = 8d3f2064dec97f3b93900a2f9e2b555701800ef0eba4dec65e9871b313513f7a829b27596c4ffc2b8832a7eee875f3d1416a2044f635dddc0a7266364b854ec7
+Size (libmpdclient-2.17.tar.xz) = 64880 bytes



Home | Main Index | Thread Index | Old Index