aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2019-12-26 16:24:04 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2019-12-26 16:24:04 +0000
commit217c81bc8741f50233e4a5fb9ef0eab4b9f69e2c (patch)
tree818d2321059a6e4d4da41ba6169a0edad42c0ee2 /audio
parent02872bfb0247d1cf1afcbee5fc75eeb3f7be9497 (diff)
audio/exaile: actualize port options
- drop no more supported HAL dependency - introduce non-default bsdisks dependency for hardware detection - add CDDB and UDISKS2 knobs to options list - bump PORTREVISION to track dependency change
Notes
Notes: svn path=/head/; revision=520934
Diffstat (limited to 'audio')
-rw-r--r--audio/exaile/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile
index 9eac3bbfb26a..bfcd5fb0b71c 100644
--- a/audio/exaile/Makefile
+++ b/audio/exaile/Makefile
@@ -2,6 +2,7 @@
PORTNAME= exaile
PORTVERSION= 4.0.0
+PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= rm@FreeBSD.org
@@ -21,13 +22,14 @@ 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_DEFINE= DOCS NLS UDISKS2 CDDB
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@${PY_FLAVOR}
-HAL_LIB_DEPENDS= libhal.so:sysutils/hal
+UDISKS2_DESC= UDISKS2 implementation for hardware detection
+UDISKS2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsdisks>0:sysutils/bsdisks@${PY_FLAVOR}
MAKE_ENV= EPREFIX=${PREFIX} \
PYTHON2_CMD=${PYTHON_CMD} \