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
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 7 | 0 |
# 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
}