Date: Sat, 30 Jan 2021 19:25:20 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r563433 - in head: graphics/facedetect graphics/py-willow multimedia/py-PySceneDetect x11/xpra Message-ID: <202101301925.10UJPK5f060612@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Jan 30 19:25:20 2021 New Revision: 563433 URL: https://svnweb.freebsd.org/changeset/ports/563433 Log: Fix INDEX after r563430 - Likely there is an issue with the flavoured ports depending on an unflavoured python part though. Modified: head/graphics/facedetect/Makefile head/graphics/py-willow/Makefile head/multimedia/py-PySceneDetect/Makefile head/x11/xpra/Makefile Modified: head/graphics/facedetect/Makefile ============================================================================== --- head/graphics/facedetect/Makefile Sat Jan 30 19:23:57 2021 (r563432) +++ head/graphics/facedetect/Makefile Sat Jan 30 19:25:20 2021 (r563433) @@ -4,7 +4,7 @@ PORTNAME= facedetect PORTVERSION= 0.1 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MAINTAINER= ehaupt@FreeBSD.org @@ -13,7 +13,7 @@ COMMENT= Simple face detector for batch processing LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING.txt -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cv2.so:graphics/py-opencv@${PY_FLAVOR} +RUN_DEPENDS= opencv>0:graphics/opencv USES= python:3.6+,run shebangfix USE_GITHUB= yes Modified: head/graphics/py-willow/Makefile ============================================================================== --- head/graphics/py-willow/Makefile Sat Jan 30 19:23:57 2021 (r563432) +++ head/graphics/py-willow/Makefile Sat Jan 30 19:25:20 2021 (r563433) @@ -3,6 +3,7 @@ PORTNAME= willow PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,7 +27,7 @@ OPENCV_DESC= Use OpenCV as backend PILLOW_DESC= Use Pillow as backend WAND_DESC= Use Wand as backend -OPENCV_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opencv>=0:graphics/py-opencv@${PY_FLAVOR} +OPENCV_RUN_DEPENDS= opencv>=0:graphics/opencv PILLOW_RUN_DEPENDS= ${PY_PILLOW} WAND_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wand>=0:graphics/py-wand@${PY_FLAVOR} Modified: head/multimedia/py-PySceneDetect/Makefile ============================================================================== --- head/multimedia/py-PySceneDetect/Makefile Sat Jan 30 19:23:57 2021 (r563432) +++ head/multimedia/py-PySceneDetect/Makefile Sat Jan 30 19:25:20 2021 (r563433) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}click>=3.2:devel/py-click@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}opencv>=0:graphics/py-opencv@${PY_FLAVOR} \ + opencv>=0:graphics/opencv \ mkvmerge:multimedia/mkvtoolnix USES= python:3.6+ Modified: head/x11/xpra/Makefile ============================================================================== --- head/x11/xpra/Makefile Sat Jan 30 19:23:57 2021 (r563432) +++ head/x11/xpra/Makefile Sat Jan 30 19:25:20 2021 (r563433) @@ -2,7 +2,7 @@ PORTNAME= xpra PORTVERSION= 4.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/ @@ -84,7 +84,7 @@ SWSCALE_LIB_DEPENDS= libswscale.so:multimedia/ffmpeg SWSCALE_VARS= XPRA_OPTIONS+=csc_swscale VPX_LIB_DEPENDS= libvpx.so:multimedia/libvpx VPX_VARS= XPRA_OPTIONS+=vpx -WEBCAM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opencv>2:graphics/py-opencv@${PY_FLAVOR} +WEBCAM_RUN_DEPENDS= opencv>2:graphics/opencv WEBCAM_VARS= XPRA_OPTIONS+=webcam X264_LIB_DEPENDS= libx264.so:multimedia/libx264 X264_VARS= XPRA_OPTIONS+=enc_x264
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101301925.10UJPK5f060612>