Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Feb 2021 20:07:19 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r566733 - head/multimedia/py-moviepy
Message-ID:  <202102272007.11RK7J9C097582@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Sat Feb 27 20:07:19 2021
New Revision: 566733
URL: https://svnweb.freebsd.org/changeset/ports/566733

Log:
  Convert options to IMAGEMAGICK_DEFAULT introduced in r564968.

Modified:
  head/multimedia/py-moviepy/Makefile

Modified: head/multimedia/py-moviepy/Makefile
==============================================================================
--- head/multimedia/py-moviepy/Makefile	Sat Feb 27 20:02:46 2021	(r566732)
+++ head/multimedia/py-moviepy/Makefile	Sat Feb 27 20:07:19 2021	(r566733)
@@ -13,6 +13,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENCE.txt
 
 RUN_DEPENDS=	ffmpeg:multimedia/ffmpeg \
+		convert:graphics/ImageMagick${IMAGEMAGICK_DEFAULT} \
 		${PYTHON_PKGNAMEPREFIX}decorator>=4.0.2<5.0:devel/py-decorator@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}imageio>=2.5<3.0:graphics/py-imageio@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}imageio-ffmpeg>=0.2.0:graphics/py-imageio-ffmpeg@${PY_FLAVOR} \
@@ -25,13 +26,5 @@ USES=		python:3.4+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
-
-OPTIONS_SINGLE=	IMAGEMAGICK
-OPTIONS_SINGLE_IMAGEMAGICK=	IMAGEMAGICK6 IMAGEMAGICK7
-OPTIONS_DEFAULT=IMAGEMAGICK7
-IMAGEMAGICK6_DESC=	Use ImageMagick 6.x as backend
-IMAGEMAGICK7_DESC=	Use ImageMagick 7.x as backend
-IMAGEMAGICK6_RUN_DEPENDS=	convert:graphics/ImageMagick6
-IMAGEMAGICK7_RUN_DEPENDS=	convert:graphics/ImageMagick7
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102272007.11RK7J9C097582>