openbsd-ports/audio/exaile/Makefile
giovanni 5f7541e0e3 bugfix update to 3.3.1
many plugins fixed, dynamic playlists are now working correctly
2013-01-11 10:17:19 +00:00

53 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.25 2013/01/11 10:17:19 giovanni Exp $
COMMENT = music manager and player for GTK+ written in Python
V = 3.3
P = 1
DISTNAME = exaile-${V}.${P}
CATEGORIES = audio x11
HOMEPAGE = http://www.exaile.org/
MASTER_SITES = http://www.launchpad.net/exaile/$V.x/$V.$P/+download/
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/python
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = x11/dbus-python>=0.82.1 \
devel/py-notify>=0.1.1 \
audio/py-mutagen>=1.11 \
audio/py-cddb>=1.4 \
x11/py-gtk2>=2.17 \
devel/libglade2 \
devel/desktop-file-utils \
multimedia/gstreamer-0.10/core \
multimedia/gstreamer-0.10/plugins-base \
multimedia/gstreamer-0.10/plugins-good \
multimedia/gstreamer-0.10/plugins-ugly \
multimedia/gstreamer-0.10/py-gstreamer
USE_GMAKE = Yes
REGRESS_TARGET= test
PORTHOME = ${WRKDIR}
REGRESS_DEPENDS=devel/py-nose \
devel/py-mox
CONFIGURE_STYLE =none
SUBST_VARS += MODPY_SITEPKG
post-configure:
${SUBST_CMD} ${WRKSRC}/Makefile ${WRKSRC}/data/exaile.desktop \
${WRKSRC}/plugins/Makefile ${WRKSRC}/tools/generate-launcher
@find ${WRKSRC} -name "*.orig" -exec rm -f {} \;
.include <bsd.port.mk>