a7b2108478
New Features: * Repo and issue tracker moved to GitHub: https://github.com/nicfit/eyeD3 Bug Fixes: [issue 78] - ‘NoneType’ object has no attribute ‘year’ [issue 108] - Multiple date related fixes. [issue 110] - Allow superfluous –no-tagging-ttme-frame option for backward compatibility. [issue 111] - The –version option now prints a short, version-only, message. [issue 116] - Allow –year option for backward compatibility. Converts to –release-year. [issue 117] - Fixes for –user-text-frame with multiple colons and similar fixes. [issue 125] - ID3 v1.1 encoding fixes.
23 lines
685 B
Makefile
23 lines
685 B
Makefile
# $NetBSD: Makefile,v 1.7 2017/03/14 19:17:21 adam Exp $
|
|
|
|
DISTNAME= eyeD3-0.7.11
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=e/eyeD3/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://eyed3.nicfit.net/
|
|
COMMENT= Python tool for working with audio files (in particular, mp3)
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= # none
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.7.11
|
|
REPLACE_SH+= bin/eyeD3
|
|
|
|
SUBST_CLASSES+= python
|
|
SUBST_STAGE.python= post-configure
|
|
SUBST_MESSAGE.python= Fixing path to python executable.
|
|
SUBST_FILES.python+= bin/eyeD3
|
|
SUBST_SED.python+= -e "s,python,${PYTHONBIN},"
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|