media-plugins/subtext - 6 (vapoursynth)

Search

Install

Install this version:

emerge -a =media-plugins/subtext-6

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

autounmask =media-plugins/subtext-6

Or alternatively:

emerge --autounmask-write -a =media-plugins/subtext-6

Package Information

Description:
Subtitle plugin for VapourSynth based on libass
Homepage:
https://github.com/vapoursynth/subtext
License:
MIT

Ebuild Details

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

EAPI=8

PYTHON_COMPAT=( python3_{13..15} )
DISTUTILS_EXT=1
DISTUTILS_SINGLE_IMPL=true
DISTUTILS_USE_PEP517=meson-python

inherit distutils-r1

DESCRIPTION="Subtitle plugin for VapourSynth based on libass"
HOMEPAGE="https://github.com/vapoursynth/subtext"

if [[ ${PV} == *9999* ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/vapoursynth/subtext.git"
	KEYWORDS=""
else
	inherit vcs-snapshot
	SRC_URI="https://github.com/vapoursynth/subtext/archive/R${PV}.tar.gz -> ${PN}-${PV}.tar.gz"
	KEYWORDS="~x86 ~amd64"
fi

LICENSE="MIT"
SLOT="0"
IUSE="lto"
RESTRICT="mirror"

RDEPEND+="
	>=media-libs/vapoursynth-76[${PYTHON_SINGLE_USEDEP}]
	media-libs/libass
	>=media-video/ffmpeg-8
"
DEPEND="${RDEPEND}
"

DOCS=( "README.md" )

src_configure() {
	DISTUTILS_ARGS=(
		-Db_lto=$(usex lto true false)
	)
}

USE Flags

Manage flags for this package: euse -i <flag> -p media-plugins/subtext | euse -E <flag> -p media-plugins/subtext | euse -D <flag> -p media-plugins/subtext

Global/Standard Flags

lto

Inherited Eclasses

Dependencies

DEPEND

	>=media-libs/vapoursynth-76[]
	media-libs/libass
	>=media-video/ffmpeg-8

RDEPEND

	>=media-libs/vapoursynth-76[]
	media-libs/libass
	>=media-video/ffmpeg-8

Manifest for 6

Type File Size Source URLs
DIST subtext-6.tar.gz 22107 bytes https://github.com/vapoursynth/subtext/archive/R6.tar.gz