075add2a0d
libmpdclient 2.19 (2020/07/03) * fix off-by-one bug in MPD_HOST parser * add function mpd_lookup_replay_gain_mode() * identify messages with length over the buffer limit * support MPD protocol 0.16 - replay gain * support MPD protocol 0.19 - idle events "neighbor" and "mount" * support MPD protocol 0.20 - rangeid * support MPD protocol 0.21 - command "tagtypes all"
18 lines
487 B
Makefile
18 lines
487 B
Makefile
# $NetBSD: Makefile,v 1.18 2020/07/07 12:55:33 nia Exp $
|
|
|
|
DISTNAME= libmpdclient-2.19
|
|
CATEGORIES= audio
|
|
MASTER_SITES= https://www.musicpd.org/download/libmpdclient/2/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/MusicPlayerDaemon/libmpdclient
|
|
COMMENT= Asynchronous API library for interfacing MPD
|
|
LICENSE= modified-bsd
|
|
|
|
LDFLAGS.SunOS+= -lsocket
|
|
|
|
PYTHON_FOR_BUILD_ONLY= tool
|
|
|
|
.include "../../devel/meson/build.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|