2015-12-13 22:56:50 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= multimediawidgets
|
2020-04-11 07:04:40 +02:00
|
|
|
PORTREVISION= 1
|
2015-12-13 22:56:50 +01:00
|
|
|
CATEGORIES= multimedia devel python
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= Python bindings for the Qt5 toolkit, QtMultimediaWidgets module
|
|
|
|
|
2018-12-16 16:25:40 +01:00
|
|
|
BUILD_DEPENDS= ${PY_ENUM34}
|
|
|
|
RUN_DEPENDS= ${PY_ENUM34}
|
|
|
|
|
2015-12-13 22:56:50 +01:00
|
|
|
CONFIGURE_ARGS= --enable QtMultimediaWidgets
|
|
|
|
PYQT_DIST= yes
|
|
|
|
|
2019-11-06 19:07:22 +01:00
|
|
|
USES= gl python pyqt:5 qt:5
|
2015-12-13 22:56:50 +01:00
|
|
|
USE_GL= gl
|
|
|
|
USE_PYQT= sip_build core_run multimedia_run widgets_run
|
2018-11-22 21:18:37 +01:00
|
|
|
USE_PYTHON= concurrent flavors py3kplist
|
2018-06-28 19:39:53 +02:00
|
|
|
USE_QT= core gui multimedia network widgets qmake_build
|
2015-12-13 22:56:50 +01:00
|
|
|
|
|
|
|
OPTIONS_DEFINE= API DEBUG
|
|
|
|
OPTIONS_DEFAULT=API
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
|
|
|
API_DESC= Install QtMultimedia API for QScintilla2
|
2018-11-22 21:18:37 +01:00
|
|
|
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
2015-12-13 22:56:50 +01:00
|
|
|
API_CONFIGURE_OFF= --no-qsci-api
|
2018-02-18 10:55:10 +01:00
|
|
|
API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5
|
2015-12-13 22:56:50 +01:00
|
|
|
DEBUG_CONFIGURE_ON= --debug --trace
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|