diff options
author | Rene Ladan <rene@FreeBSD.org> | 2025-06-02 17:01:22 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2025-06-02 17:02:04 +0000 |
commit | d1a26385cab601e2acbfc9514726429e3a0760ca (patch) | |
tree | ae869809ae9eea948a3d86ee4acaa49312bffbb2 | |
parent | 2768a15f84c48c48c6c9c1e2f9a9b363480db7e9 (diff) |
multimedia/ffsubsync: Remove expired port
2025-06-01 multimedia/ffsubsync: Depends on expired multimedia/py-ffmpeg-python
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/ffsubsync/Makefile | 43 | ||||
-rw-r--r-- | multimedia/ffsubsync/distinfo | 3 | ||||
-rw-r--r-- | multimedia/ffsubsync/pkg-descr | 2 |
5 files changed, 1 insertions, 49 deletions
@@ -4458,3 +4458,4 @@ devel/linux-rl9-libgfortran|devel/linux-rl9-devtools|2025-06-02|Merged into deve textproc/py-textract||2025-06-02|Has expired: Depends on expiring textproc/py-extract-msg databases/py-fastapi-users-db-ormar||2025-06-02|Has expired: Depends on expiring www/py-fastapi-users www/py-fastapi-users||2025-06-02|Has expired: Depends on expired devel/py-makefun +multimedia/ffsubsync||2025-06-02|Has expired: Depends on expired multimedia/py-ffmpeg-python diff --git a/multimedia/Makefile b/multimedia/Makefile index 981d062a3c97..a03b16eee78e 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -60,7 +60,6 @@ SUBDIR += ffmpegthumbnailer SUBDIR += ffms2 SUBDIR += ffnvcodec-headers - SUBDIR += ffsubsync SUBDIR += filebot SUBDIR += flvmeta SUBDIR += fswebcam diff --git a/multimedia/ffsubsync/Makefile b/multimedia/ffsubsync/Makefile deleted file mode 100644 index 8c5abddf48a5..000000000000 --- a/multimedia/ffsubsync/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -PORTNAME= ffsubsync -DISTVERSION= 0.4.27 -CATEGORIES= multimedia python - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Synchronize your subtitles using machine learning -WWW= https://github.com/smacke/ffsubsync - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expried multimedia/py-ffmpeg-python -EXPIRATION_DATE=2025-06-01 - -BUILD_DEPENDS= ${PY_SETUPTOOLS} \ - ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}auditok>=0.1.5:audio/py-auditok@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}charset-normalizer>0:textproc/py-charset-normalizer@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}faust-cchardet>0:textproc/py-faust-cchardet@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ffmpeg-python>0:multimedia/py-ffmpeg-python@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}future>=0.18.2:devel/py-future@${PY_FLAVOR} \ - ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}pysubs2>=1.2.0:multimedia/py-pysubs2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}rich>0:textproc/py-rich@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}srt>=3.0.0:multimedia/py-srt@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${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 -USE_PYTHON= pep517 noflavors autoplist pytest - -NO_ARCH= yes - -# tests as of 0.4.27: -# Results (2.66s): -# 37 passed -# 1 skipped -.include <bsd.port.mk> diff --git a/multimedia/ffsubsync/distinfo b/multimedia/ffsubsync/distinfo deleted file mode 100644 index 2fee678834da..000000000000 --- a/multimedia/ffsubsync/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1737685136 -SHA256 (smacke-ffsubsync-0.4.27_GH0.tar.gz) = 144f169a4af5fb3cbf7b2664d1e5cee2090d2e8fccfad94e6b81f378caceed9c -SIZE (smacke-ffsubsync-0.4.27_GH0.tar.gz) = 3825550 diff --git a/multimedia/ffsubsync/pkg-descr b/multimedia/ffsubsync/pkg-descr deleted file mode 100644 index aba48429f903..000000000000 --- a/multimedia/ffsubsync/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Language-agnostic automatic synchronization of subtitles with video, so that -subtitles are aligned to the correct starting point within the video. |