media-video/untrunc - 9999 (lanodanOverlay)

Search

Install

Install this version:

emerge -a =media-video/untrunc-9999

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

autounmask =media-video/untrunc-9999

Or alternatively:

emerge --autounmask-write -a =media-video/untrunc-9999

Package Information

Description:
Restore a truncated mp4/mov
Homepage:
https://github.com/anthwlock/untrunc
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
9999 7 0
View Raw Ebuild
# Copyright 2021 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit git-r3

DESCRIPTION="Restore a truncated mp4/mov"
HOMEPAGE="https://github.com/anthwlock/untrunc"
EGIT_REPO_URI="https://github.com/anthwlock/untrunc"
LICENSE="GPL-2+"
SLOT="0"

DEPEND="
	media-video/ffmpeg:=
"
RDEPEND="${DEPEND}"

src_install() {
	einstalldocs
	dobin untrunc
}

Inherited Eclasses

Dependencies

DEPEND

	media-video/ffmpeg:=

RDEPEND

	media-video/ffmpeg:=