mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
9e0e8d17a4
- switch to the more modern version of librsvg2 on architectures supporting rust - this will fix some graphical issues on these architectures PR: 250276 Exp-run by: antoine Submitted by: tobik Differential Revision: https://reviews.freebsd.org/D18878
39 lines
1.0 KiB
Makefile
39 lines
1.0 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= exaile
|
|
DISTVERSION= 4.1.0-alpha1
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio
|
|
|
|
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@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}gstreamer1>0:multimedia/py-gstreamer1@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}bsddb3>0:databases/py-bsddb3@${PY_FLAVOR}
|
|
|
|
USE_GITHUB= yes
|
|
|
|
NO_ARCH= yes
|
|
USES= desktop-file-utils gmake gnome python:3.6+
|
|
USE_GNOME= gtk30 librsvg2 pygobject3
|
|
USE_GSTREAMER1= good faad
|
|
OPTIONS_DEFINE= DOCS NLS UDISKS2
|
|
OPTIONS_SUB= yes
|
|
NLS_USES= gettext
|
|
NLS_BUILD_DEPENDS= help2man:misc/help2man
|
|
NLS_INSTALL_TARGET_OFF= install_no_locale
|
|
UDISKS2_DESC= UDISKS2 implementation for hardware detection
|
|
UDISKS2_RUN_DEPENDS= ${LOCALBASE}bin/bsdisks:sysutils/bsdisks
|
|
|
|
MAKE_ENV= EPREFIX=${PREFIX} \
|
|
PYTHON3_CMD=${PYTHON_CMD} \
|
|
XDGCONFDIR=${PREFIX}/etc/xdg \
|
|
MANPREFIX=${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|