The main difference of development branch is that Exaile is ported to GTK+3 and Gstreamer 1.x.
39 lines
1,002 B
Makefile
39 lines
1,002 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= exaile
|
|
PORTVERSION= 4.0
|
|
CATEGORIES= audio
|
|
PKGNAMESUFFIX= -devel
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
COMMENT= Full featured python-based music player for GTK+
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>0:audio/py-mutagen \
|
|
${PYTHON_PKGNAMEPREFIX}gstreamer1>0:multimedia/py-gstreamer1 \
|
|
${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus \
|
|
${PYTHON_PKGNAMEPREFIX}bsddb3>0:databases/py-bsddb3
|
|
|
|
USE_GITHUB= yes
|
|
GH_TAGNAME= 22c75bf
|
|
|
|
NO_ARCH= yes
|
|
USES= desktop-file-utils gmake gnome python:2.7
|
|
USE_GNOME= gtk30 librsvg2 pygobject3
|
|
USE_GSTREAMER1= good faad
|
|
OPTIONS_DEFINE= DOCS NLS
|
|
OPTIONS_SUB= yes
|
|
NLS_USES= gettext
|
|
NLS_BUILD_DEPENDS= help2man:misc/help2man
|
|
NLS_INSTALL_TARGET_OFF= install_no_locale
|
|
CDDB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cddb>0:audio/py-cddb
|
|
HAL_LIB_DEPENDS= libhal.so:sysutils/hal
|
|
|
|
MAKE_ENV= PREFIX=${PREFIX} \
|
|
PYTHON2_CMD=${PYTHON_CMD} \
|
|
XDGCONFDIR=${PREFIX}/etc/xdg \
|
|
MANPREFIX=${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|