pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/libmpdclient



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Dec  5 22:46:49 UTC 2019

Modified Files:
        pkgsrc/audio/libmpdclient: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/libmpdclient/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/audio/libmpdclient/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/audio/libmpdclient/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/libmpdclient/Makefile
diff -u pkgsrc/audio/libmpdclient/Makefile:1.14 pkgsrc/audio/libmpdclient/Makefile:1.15
--- pkgsrc/audio/libmpdclient/Makefile:1.14     Mon Oct  7 09:28:09 2019
+++ pkgsrc/audio/libmpdclient/Makefile  Thu Dec  5 22:46:49 2019
@@ -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
 

Index: pkgsrc/audio/libmpdclient/PLIST
diff -u pkgsrc/audio/libmpdclient/PLIST:1.6 pkgsrc/audio/libmpdclient/PLIST:1.7
--- pkgsrc/audio/libmpdclient/PLIST:1.6 Sat Dec  1 11:33:08 2018
+++ pkgsrc/audio/libmpdclient/PLIST     Thu Dec  5 22:46:49 2019
@@ -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/database.h
 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

Index: pkgsrc/audio/libmpdclient/distinfo
diff -u pkgsrc/audio/libmpdclient/distinfo:1.12 pkgsrc/audio/libmpdclient/distinfo:1.13
--- pkgsrc/audio/libmpdclient/distinfo:1.12     Sat Dec  1 11:33:08 2018
+++ pkgsrc/audio/libmpdclient/distinfo  Thu Dec  5 22:46:49 2019
@@ -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