diff options
Diffstat (limited to 'multimedia/py-scenedetect/Makefile')
-rw-r--r-- | multimedia/py-scenedetect/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/multimedia/py-scenedetect/Makefile b/multimedia/py-scenedetect/Makefile new file mode 100644 index 000000000000..cf024309e126 --- /dev/null +++ b/multimedia/py-scenedetect/Makefile @@ -0,0 +1,30 @@ +PORTNAME= scenedetect +DISTVERSION= 0.6.7 +CATEGORIES= multimedia python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= atanubiswas484@gmail.com +COMMENT= OpenCV-based video scene detection program and Python library +WWW= https://www.scenedetect.com/ \ + https://github.com/Breakthrough/PySceneDetect/ + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=63.1:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0.37:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}click>=8.0:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}platformdirs>0:devel/py-platformdirs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} \ + ffmpeg:multimedia/ffmpeg \ + mkvmerge:multimedia/mkvtoolnix \ + opencv>=0:graphics/opencv + +USES= python +USE_PYTHON= autoplist pep517 pytest + +NO_ARCH= yes + +.include <bsd.port.mk> |