multimedia/py-av: create port

PyAV is a Pythonic binding for FFmpeg. We aim to provide all of the power and
control of the underlying library, but manage the gritty details as much as
possible.

WWW: http://docs.mikeboers.com/pyav/develop/
This commit is contained in:
Steve Wills 2018-10-09 04:19:08 +00:00
parent 41046abe9c
commit 25e2adc528
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481596
4 changed files with 29 additions and 0 deletions

View File

@ -333,6 +333,7 @@
SUBDIR += pwcbsd
SUBDIR += pwcview
SUBDIR += py-PySceneDetect
SUBDIR += py-av
SUBDIR += py-cec
SUBDIR += py-enzyme
SUBDIR += py-flvlib

20
multimedia/py-av/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= av
PORTVERSION= 0.5.3
CATEGORIES= multimedia python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= swills@FreeBSD.org
COMMENT= Pythonic binding for FFmpeg
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libavutil.so:multimedia/ffmpeg
USES= python pkgconfig
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1539054161
SHA256 (av-0.5.3.tar.gz) = 198719246335103e8c16a50c1f269359b4d52c7c38586f39629d0b869c5bb64c
SIZE (av-0.5.3.tar.gz) = 1893049

View File

@ -0,0 +1,5 @@
PyAV is a Pythonic binding for FFmpeg. We aim to provide all of the power and
control of the underlying library, but manage the gritty details as much as
possible.
WWW: http://docs.mikeboers.com/pyav/develop/