media-video/untrunc: new package, add 0_pre20240814

Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2025-07-25 14:17:32 +02:00
parent 03830e6a05
commit 7c307d065b
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST untrunc-0_pre20240814.tar.gz 82313 BLAKE2B e52f4c0333ba9efc9e1bb28649d3445bacdb0de514c6fbfd7814ae932a1203b056b0c95a87948abeb0d36d74b655879532ddb52b79e219fd7e0e832eeac5f258 SHA512 d16454fed181675c460f0a55f503fedc5f93f1cea74144f730b662b3e3dd37760508ef4db61595d6b81fb34c6d00d2369af0ef9ce61fe9199e9672d6dbaed4dc

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>pacho@gentoo.org</email>
</maintainer>
<upstream>
<remote-id type="github">anthwlock/untrunc</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Restore truncated mp4/mov files"
HOMEPAGE="https://github.com/anthwlock/untrunc"
COMMIT="13cafedf59369db478af537fb909f0d7fd0eb85f"
SRC_URI="https://github.com/anthwlock/untrunc/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
media-video/ffmpeg:=
"
RDEPEND="${DEPEND}"
src_install() {
einstalldocs
dobin untrunc
}