diff options
author | Julien Roy <julien@jroy.ca> | 2024-05-13 16:44:31 -0400 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-05-13 18:02:23 -0400 |
commit | b17de6824bb331e5049253be8a09e02be465e48a (patch) | |
tree | 93b69f7c07832039fd104fcdf6b4a789c9cb8e45 /media-video | |
parent | mpv-plugin/autosubsync-mpv: treeclean (diff) | |
download | guru-b17de6824bb331e5049253be8a09e02be465e48a.tar.gz guru-b17de6824bb331e5049253be8a09e02be465e48a.tar.bz2 guru-b17de6824bb331e5049253be8a09e02be465e48a.zip |
media-video/ffsubsync: treeclean
Closes: https://bugs.gentoo.org/909406
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ffsubsync/Manifest | 1 | ||||
-rw-r--r-- | media-video/ffsubsync/ffsubsync-0.4.25.ebuild | 35 | ||||
-rw-r--r-- | media-video/ffsubsync/metadata.xml | 11 |
3 files changed, 0 insertions, 47 deletions
diff --git a/media-video/ffsubsync/Manifest b/media-video/ffsubsync/Manifest deleted file mode 100644 index 77daac463..000000000 --- a/media-video/ffsubsync/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ffsubsync-0.4.25.tar.gz 3823703 BLAKE2B 059b043c90002c596fdccafe4892edb0249387adc10eba265ccd7c05fd1ed013a7542921e2fd000de6de1d185916db23b1d0d49262835dbdf294a0ebb9fbb337 SHA512 18b95a83ee87d5b9c028375c4e7bf8409f18d1d425dc3d7907d8a1814ef3c3c0cea0f8460d1fe0e2ad700ca92f3a0e464017b48ffae00edd234ec342c4a6deee diff --git a/media-video/ffsubsync/ffsubsync-0.4.25.ebuild b/media-video/ffsubsync/ffsubsync-0.4.25.ebuild deleted file mode 100644 index 429bcb4df..000000000 --- a/media-video/ffsubsync/ffsubsync-0.4.25.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 - -DESCRIPTION="Automagically syncronize subtitles with video" -HOMEPAGE="https://github.com/smacke/ffsubsync" -SRC_URI="https://github.com/smacke/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - ~dev-python/auditok-0.1.5[${PYTHON_USEDEP}] - dev-python/chardet[${PYTHON_USEDEP}] - dev-python/charset-normalizer[${PYTHON_USEDEP}] - dev-python/faust-cchardet[${PYTHON_USEDEP}] - dev-python/ffmpeg-python[${PYTHON_USEDEP}] - >=dev-python/future-0.18.2[${PYTHON_USEDEP}] - >=dev-python/numpy-1.12.0[${PYTHON_USEDEP}] - >=dev-python/pysubs2-1.2.0[${PYTHON_USEDEP}] - dev-python/rich[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - >=dev-python/srt-3.0.0[${PYTHON_USEDEP}] - dev-python/tqdm[${PYTHON_USEDEP}] - dev-python/webrtcvad[${PYTHON_USEDEP}] - dev-python/typing-extensions[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest diff --git a/media-video/ffsubsync/metadata.xml b/media-video/ffsubsync/metadata.xml deleted file mode 100644 index e72fd8ae7..000000000 --- a/media-video/ffsubsync/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'> -<pkgmetadata> - <maintainer type="person"> - <email>smaniotto.nicola@gmail.com</email> - <name>Nicola Smaniotto</name> - </maintainer> - <upstream> - <remote-id type="github">smacke/ffsubsync</remote-id> - </upstream> -</pkgmetadata> |