60e05f5c06
Changes in 0.3.0 ---------------- * added replay_gain_mode and replay_gain_status commands * added mixrampdb and mixrampdelay commands * added findadd and rescan commands * added decoders command * changed license to LGPL * added sticker commands * correctly handle errors in command lists (fixes a longstanding bug) * raise IteratingError instead of breaking horribly when called wrong * added fileno() to export socket FD (for polling with select et al.) * asynchronous API (use send_<cmd> to queue, fetch_<cmd> to retrieve) * support for connecting to unix domain sockets * added consume and single commands * added idle and noidle commands * added listplaylists command Changes in 0.2.1 ---------------- * connect() no longer broken on Windows
20 lines
498 B
Makefile
20 lines
498 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/10/07 21:24:07 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= python-mpd-0.3.0
|
|
PKGNAME= ${PYPKGPREFIX}-mpd-0.3.0
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://pypi.python.org/packages/source/p/python-mpd/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.musicpd.org/~jat/python-mpd/
|
|
COMMENT= Python mpd client library
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
EGG_NAME= ${DISTNAME:S/-/_/}
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|