media-video/scc-tools - 3.5 (tatsh-overlay)

Search

Install

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

Package Information

Description:
Scenarist Closed Caption format tools.
Homepage:
https://www.theneitherworld.com/mcpoodle/SCC_TOOLS/DOCS/SCC_TOOLS.HTML
License:
all-rights-reserved

Ebuild Details

Version EAPI Keywords Slot
3.5 8 ~amd64 0
View Raw Ebuild
# 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
}

Dependencies

RDEPEND

dev-lang/perl

BDEPEND

app-text/dos2unix app-arch/unzip

Manifest for 3.5

Type File Size Source URLs
DIST scc-tools-3.5.zip 4001761 bytes https://www.theneitherworld.com/mcpoodle/SCC_TOOLS/SCC_TOOLS.ZIP