Skip to content
Snippets Groups Projects
Verified Commit 9b002e18 authored by sunpoet's avatar sunpoet
Browse files

graphics/py-imageio: Update to 2.17.0

- Add FFMPEG option

Changes:	https://github.com/imageio/imageio/releases
parent b15032a2
No related branches found
No related tags found
No related merge requests found
PORTNAME= imageio
PORTVERSION= 2.16.2
PORTVERSION= 2.17.0
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
......@@ -11,9 +11,7 @@ LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libfreeimage.so:graphics/freeimage
RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \
${PYTHON_PKGNAMEPREFIX}imageio-ffmpeg>=0:graphics/py-imageio-ffmpeg@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=1.20.0,1:math/py-numpy@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pillow>=8.3.2:graphics/py-pillow@${PY_FLAVOR}
USES= python:3.7+
......@@ -21,4 +19,11 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
OPTIONS_DEFINE= FFMPEG
OPTIONS_DEFAULT=FFMPEG
FFMPEG_DESC= Read/Write video using FFmpeg
FFMPEG_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imageio-ffmpeg>=0:graphics/py-imageio-ffmpeg@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR}
.include <bsd.port.mk>
TIMESTAMP = 1650228796
SHA256 (imageio-2.16.2.tar.gz) = 8fea761d51a53c150cabd82ed36011252c17580c752216b8222f078630dfb9ba
SIZE (imageio-2.16.2.tar.gz) = 3407239
TIMESTAMP = 1650970141
SHA256 (imageio-2.17.0.tar.gz) = b21f009e52eb22b02b839f3bf2ae5374aaf0886317313c1358c6014e5383b539
SIZE (imageio-2.17.0.tar.gz) = 3422328
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment