New port: multimedia/py-pymediainfo
This small package is a wrapper around the MediaInfo library. It works on Linux, Mac OS X and Windows and is tested with Python 2.7, 3.4, 3.5, 3.6, 3.7, PyPy and PyPy3. See https://pymediainfo.readthedocs.io/ for more information. WWW: https://github.com/sbraz/pymediainfo PR: 240602 Submitted by: m.ne@gmx.net Reviewed by: koobs
This commit is contained in:
parent
cec9f15f59
commit
8ad30d13a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512493
4 changed files with 37 additions and 0 deletions
|
@ -348,6 +348,7 @@
|
|||
SUBDIR += py-openlp
|
||||
SUBDIR += py-periscope
|
||||
SUBDIR += py-pretty_midi
|
||||
SUBDIR += py-pymediainfo
|
||||
SUBDIR += py-qt5-multimedia
|
||||
SUBDIR += py-qt5-multimediawidgets
|
||||
SUBDIR += py-soco
|
||||
|
|
25
multimedia/py-pymediainfo/Makefile
Normal file
25
multimedia/py-pymediainfo/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Created by: Martin Neubauer <m.ne@gmx.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pymediainfo
|
||||
PORTVERSION= 4.0
|
||||
CATEGORIES= multimedia devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= m.ne@gmx.net
|
||||
COMMENT= Python wrapper for the mediainfo library
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
mediainfo>0:multimedia/mediainfo
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
multimedia/py-pymediainfo/distinfo
Normal file
3
multimedia/py-pymediainfo/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1564609937
|
||||
SHA256 (pymediainfo-4.0.tar.gz) = 394a4c1f38669f658045e11852608fb0c4488c886ba30c98eee292c110105afa
|
||||
SIZE (pymediainfo-4.0.tar.gz) = 432284
|
8
multimedia/py-pymediainfo/pkg-descr
Normal file
8
multimedia/py-pymediainfo/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
This small package is a wrapper around the MediaInfo library.
|
||||
|
||||
It works on Linux, Mac OS X and Windows and is tested with Python
|
||||
2.7, 3.4, 3.5, 3.6, 3.7, PyPy and PyPy3.
|
||||
|
||||
See https://pymediainfo.readthedocs.io/ for more information.
|
||||
|
||||
WWW: https://github.com/sbraz/pymediainfo
|
Loading…
Reference in a new issue