aboutsummaryrefslogtreecommitdiff
path: root/audio/picard/Makefile
blob: 01b8e99fd399f524f52cbb314c26ab202966c3e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
# $FreeBSD$

PORTNAME=	picard
PORTVERSION=	1.3.2
CATEGORIES=	audio python
MASTER_SITES=	http://ftp.musicbrainz.org/pub/musicbrainz/picard/ \
		ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/ \
		http://ftp.osuosl.org/pub/musicbrainz/picard/

MAINTAINER=	jhale@FreeBSD.org
COMMENT=	Next generation MusicBrainz Tagger

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING.txt

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}discid>=0:audio/py-discid \
		${PYTHON_PKGNAMEPREFIX}mutagen>=0:audio/py-mutagen

USES=		gettext pyqt:4 python:2 desktop-file-utils
USE_PYQT=	core_run gui_run network_run xml_run
USE_PYTHON=	distutils
INSTALLS_ICONS=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}-release-${PORTVERSION}

OPTIONS_DEFINE=	ACOUSTID REPLAYGAIN

ACOUSTID_DESC=		AcoustID audio fingerprinting support
ACOUSTID_RUN_DEPENDS=	fpcalc:audio/chromaprint

REPLAYGAIN_DESC=	ReplayGain audio normalization support
REPLAYGAIN_RUN_DEPENDS=	metaflac:audio/flac \
			mp3gain:audio/mp3gain \
			vorbisgain:audio/vorbisgain \
			wvgain:audio/wavpack

post-patch:
	@${REINPLACE_CMD} -e 's|distutils\.command\.install |setuptools\.command\.install |' \
		${WRKSRC}/setup.py
	@${CP} -R ${WRKSRC}/contrib/plugins/ ${WRKSRC}/picard/plugins

post-install:
	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/picard/util/astrcmp.so

.include <bsd.port.mk>