mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
New port: multimedia/subsync: Synchronize your subtitles using machine learning
This commit is contained in:
parent
f7c791b0cd
commit
98a91fbf3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501033
@ -386,6 +386,7 @@
|
||||
SUBDIR += snappy
|
||||
SUBDIR += spigot
|
||||
SUBDIR += spook
|
||||
SUBDIR += subsync
|
||||
SUBDIR += subtitlecomposer
|
||||
SUBDIR += subtitleeditor
|
||||
SUBDIR += subtitleoffsetmodifier
|
||||
|
31
multimedia/subsync/Makefile
Normal file
31
multimedia/subsync/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= subsync
|
||||
DISTVERSION= g20190408
|
||||
CATEGORIES= multimedia python
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Synchronize your subtitles using machine learning
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}ffmpeg-python>0:multimedia/py-ffmpeg-python@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pysrt>0:textproc/py-pysrt@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}scikit-learn>0:science/py-scikit-learn@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}webrtcvad>0:audio/py-webrtcvad@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= smacke # tympanix account has another version of the same project requiring tensorflow
|
||||
GH_TAGNAME= 3b9c66f
|
||||
USE_PYTHON= distutils concurrent noflavors autoplist
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
multimedia/subsync/distinfo
Normal file
3
multimedia/subsync/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1557331810
|
||||
SHA256 (smacke-subsync-g20190408-3b9c66f_GH0.tar.gz) = a691ec2d8b6c2868e5a63a84e0b7266a44c8b35220673e4033100594ea3644d3
|
||||
SIZE (smacke-subsync-g20190408-3b9c66f_GH0.tar.gz) = 2219182
|
4
multimedia/subsync/pkg-descr
Normal file
4
multimedia/subsync/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Language-agnostic automatic synchronization of subtitles with video, so that
|
||||
subtitles are aligned to the correct starting point within the video.
|
||||
|
||||
WWW: https://github.com/smacke/subsync
|
Loading…
Reference in New Issue
Block a user