mirror of https://git.FreeBSD.org/ports.git
30 lines
775 B
Makefile
30 lines
775 B
Makefile
PORTNAME= PySceneDetect
|
|
DISTVERSION= 0.6.5
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSIONSUFFIX= -release
|
|
CATEGORIES= multimedia python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= OpenCV-based video scene detection program and Python library
|
|
WWW= https://www.scenedetect.com
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
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} \
|
|
opencv>=0:graphics/opencv \
|
|
mkvmerge:multimedia/mkvtoolnix
|
|
|
|
USES= python
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Breakthrough
|
|
USE_PYTHON= autoplist distutils pytest
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|