0b6997915f
pypod is Python library and script for managing iPod metadata. It is similar in scope the gnupod (written in Perl) and is designed to work well with other programs that generate iPod metadata. Features: * 100% pure Python * full read/write support for the iTunesDB file format * support for gtkpod-style extended metadata * support for gnupod-style extended metadata * support for reading Rhythmbox music database * full ID3v2 support via any one of the ID3 liraries for Python
23 lines
678 B
Makefile
23 lines
678 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/05/11 15:18:18 shattered Exp $
|
|
#
|
|
|
|
DISTNAME= pypod-0.6.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://superduper.net/downloads/pypod/
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-mad>=0.5.0:../../audio/py-mad
|
|
|
|
MAINTAINER= shattered@users.sourceforge.net
|
|
HOMEPAGE= http://superduper.net/index.py?page=pypod
|
|
COMMENT= Python tools for manipluating iPod data
|
|
|
|
PYDISTUTILSPKG= yes
|
|
PYTHON_PATCH_SCRIPTS= *.py */*.py
|
|
PYTHON_VERSIONS_INCOMPATIBLE=\
|
|
15 20 21 22 23
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../devel/py-curses/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|