mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
media-video/untrunc: new package, add 0_pre20240814
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
1
media-video/untrunc/Manifest
Normal file
1
media-video/untrunc/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST untrunc-0_pre20240814.tar.gz 82313 BLAKE2B e52f4c0333ba9efc9e1bb28649d3445bacdb0de514c6fbfd7814ae932a1203b056b0c95a87948abeb0d36d74b655879532ddb52b79e219fd7e0e832eeac5f258 SHA512 d16454fed181675c460f0a55f503fedc5f93f1cea74144f730b662b3e3dd37760508ef4db61595d6b81fb34c6d00d2369af0ef9ce61fe9199e9672d6dbaed4dc
|
||||
10
media-video/untrunc/metadata.xml
Normal file
10
media-video/untrunc/metadata.xml
Normal 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>
|
||||
25
media-video/untrunc/untrunc-0_pre20240814.ebuild
Normal file
25
media-video/untrunc/untrunc-0_pre20240814.ebuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user