2006-04-07 20:18:07 +02:00
|
|
|
# New ports collection makefile for: picard
|
2012-06-14 06:18:08 +02:00
|
|
|
# Date created: Sat Aug 20 15:26:15 UTC 2005
|
|
|
|
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
2006-04-07 20:18:07 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= picard
|
2012-06-14 06:18:08 +02:00
|
|
|
PORTVERSION= 1.0
|
2006-04-07 20:18:07 +02:00
|
|
|
CATEGORIES= audio python
|
2008-02-04 18:10:37 +01:00
|
|
|
MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/picard/ \
|
2008-09-01 07:36:52 +02:00
|
|
|
ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/ \
|
2009-11-02 11:54:02 +01:00
|
|
|
http://ftp.uk.musicbrainz.org/pub/musicbrainz/picard/ \
|
|
|
|
http://ftp.osuosl.org/pub/musicbrainz/picard/
|
2006-04-07 20:18:07 +02:00
|
|
|
|
2009-08-04 14:36:47 +02:00
|
|
|
MAINTAINER= bsdkaffee@gmail.com
|
2008-02-04 18:10:37 +01:00
|
|
|
COMMENT= Next generation MusicBrainz Tagger
|
2006-04-07 20:18:07 +02:00
|
|
|
|
2011-07-24 18:33:51 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2008-02-07 22:17:49 +01:00
|
|
|
LIB_DEPENDS= ofa.0:${PORTSDIR}/audio/libofa \
|
2008-06-17 01:11:43 +02:00
|
|
|
avcodec.1:${PORTSDIR}/multimedia/ffmpeg \
|
2011-03-28 05:01:32 +02:00
|
|
|
discid.0:${PORTSDIR}/audio/libdiscid
|
2012-06-14 06:18:08 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>=0:${PORTSDIR}/audio/py-mutagen \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}qt4-core>=0:${PORTSDIR}/devel/py-qt4-core \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}qt4-network>=0:${PORTSDIR}/net/py-qt4-network \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}qt4-xml>=0:${PORTSDIR}/textproc/py-qt4-xml
|
2006-04-07 20:18:07 +02:00
|
|
|
|
2007-07-29 15:35:50 +02:00
|
|
|
USE_GETTEXT= yes
|
2012-06-14 06:18:08 +02:00
|
|
|
USE_PYTHON= -2.7
|
2006-04-07 20:18:07 +02:00
|
|
|
USE_PYDISTUTILS=yes
|
2009-11-02 11:54:02 +01:00
|
|
|
INSTALLS_ICONS= yes
|
2008-02-04 18:10:37 +01:00
|
|
|
|
|
|
|
post-patch:
|
2011-11-11 18:30:00 +01:00
|
|
|
@${REINPLACE_CMD} -e "s|'picard.plugins',|'picard.plugins', 'picard.plugins.lastfm', 'picard.plugins.lastfmplus', 'picard.plugins.replaygain',|" \
|
2011-03-17 14:13:20 +01:00
|
|
|
${WRKSRC}/setup.py
|
|
|
|
@${CP} -R ${WRKSRC}/contrib/plugins/ ${WRKSRC}/picard/plugins
|
2006-04-07 20:18:07 +02:00
|
|
|
|
2006-11-13 22:17:06 +01:00
|
|
|
.include <bsd.port.mk>
|