Install this version:
emerge -a =media-video/scc-tools-3.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-video/scc-tools-3.5
Or alternatively:
emerge --autounmask-write -a =media-video/scc-tools-3.5
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.5 | 8 | ~amd64 | 0 |
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Scenarist Closed Caption format tools."
HOMEPAGE="https://www.theneitherworld.com/mcpoodle/SCC_TOOLS/DOCS/SCC_TOOLS.HTML"
SRC_URI="https://www.theneitherworld.com/mcpoodle/SCC_TOOLS/SCC_TOOLS.ZIP -> ${P}.zip"
S="${WORKDIR}/SOURCE"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-lang/perl"
BDEPEND="app-text/dos2unix app-arch/unzip"
src_install() {
local i
for i in *.pl; do
dos2unix "$i" || die
echo '#!/usr/bin/env perl' > new.pl
cat "$i" >> new.pl
newbin new.pl "$i"
done
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | scc-tools-3.5.zip | 4001761 bytes | https://www.theneitherworld.com/mcpoodle/SCC_TOOLS/SCC_TOOLS.ZIP |