multimedia/py-av: Update version 9.0.1=>10.0.0
Changelog: https://github.com/PyAV-Org/PyAV/releases/tag/v10.0.0
This commit is contained in:
parent
093561b74b
commit
d90d9fd0c3
2 changed files with 8 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= av
|
||||
PORTVERSION= 9.0.1
|
||||
PORTVERSION= 10.0.0
|
||||
CATEGORIES= multimedia python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -13,7 +13,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|||
|
||||
LIB_DEPENDS= libavutil.so:multimedia/ffmpeg
|
||||
|
||||
USES= python:3.5+ pkgconfig
|
||||
USES= python:3.7+ pkgconfig
|
||||
USE_PYTHON= autoplist concurrent cython distutils
|
||||
|
||||
post-install:
|
||||
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/av/ -name '*.so' | ${XARGS} ${STRIP_CMD}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1647212602
|
||||
SHA256 (av-9.0.1.tar.gz) = 2016c62264a0d00aeceb0f40b62df9f9e976067ca5f3a9bdbf532fe5ec53419f
|
||||
SIZE (av-9.0.1.tar.gz) = 2372430
|
||||
TIMESTAMP = 1681410464
|
||||
SHA256 (av-10.0.0.tar.gz) = 8afd3d5610e1086f3b2d8389d66672ea78624516912c93612de64dcaa4c67e05
|
||||
SIZE (av-10.0.0.tar.gz) = 2434348
|
||||
|
|
Loading…
Reference in a new issue