media-video/pgsrip - 0.1.12 (guru)

Search

Install

Install this version:

emerge -a =media-video/pgsrip-0.1.12

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-video/pgsrip-0.1.12

Or alternatively:

emerge --autounmask-write -a =media-video/pgsrip-0.1.12

Package Information

Description:
A command line tool to extract and convert PGS subtitles into SRT format
Homepage:
https://github.com/ratoaq2/pgsrip
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.1.12 8 ~amd64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=poetry

inherit distutils-r1

DESCRIPTION="A command line tool to extract and convert PGS subtitles into SRT format"
HOMEPAGE="https://github.com/ratoaq2/pgsrip"
SRC_URI="https://github.com/ratoaq2/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="mirror"

RDEPEND="
app-text/tesseract
dev-python/babelfish
dev-python/click
dev-python/pysrt
dev-python/pytesseract
dev-python/numpy
dev-python/trakit
media-libs/opencv[python]
media-video/cleanit
media-video/mkvtoolnix"
BDEPEND="${PYTHON_DEPS}"

Inherited Eclasses

Dependencies

RDEPEND

app-text/tesseract
dev-python/babelfish
dev-python/click
dev-python/pysrt
dev-python/pytesseract
dev-python/numpy
dev-python/trakit
media-libs/opencv[python]
media-video/cleanit
media-video/mkvtoolnix

Manifest for 0.1.12

Type File Size Source URLs
DIST pgsrip-0.1.12.tar.gz 48097 bytes https://github.com/ratoaq2/pgsrip/archive/refs/tags/0.1.12.tar.gz