diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-07 21:24:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-07 21:24:07 +0000 |
commit | 11d8f4629f54b2aed736526bcbb5ded551725dc3 (patch) | |
tree | d3a7aa595c99ec4cd44610fb797728bc77952d20 /audio/py-mpd/Makefile | |
parent | 3137dbc650c87aecac41f08dae92b1405068cf8f (diff) | |
download | pkgsrc-11d8f4629f54b2aed736526bcbb5ded551725dc3.tar.gz |
Update to 0.3.0. Adapt license.
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
Diffstat (limited to 'audio/py-mpd/Makefile')
-rw-r--r-- | audio/py-mpd/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/py-mpd/Makefile b/audio/py-mpd/Makefile index 87530f65fb8..0eebdb24933 100644 --- a/audio/py-mpd/Makefile +++ b/audio/py-mpd/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2012/10/02 23:48:06 asau Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/07 21:24:07 wiz Exp $ # -DISTNAME= python-mpd-0.2.0 -PKGNAME= ${PYPKGPREFIX}-mpd-0.2.0 -PKGREVISION= 1 +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 @@ -11,7 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.musicpd.org/~jat/python-mpd/ COMMENT= Python mpd client library -LICENSE= gnu-gpl-v3 +LICENSE= gnu-lgpl-v3 USE_LANGUAGES= # none |