commit: 17e21749386cf8273233fb1416b898a98b79d785
parent ae26cb5736e9e7edf9cb86f60c21f5f11f39b012
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 22 Apr 2021 07:21:45 +0200
media-video/untrunc: New package
Diffstat:
2 files changed, 25 insertions(+), 1 deletion(-)
diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.18.4.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-1.18.4.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Basepack of plugins for gstreamer"
HOMEPAGE="https://gstreamer.freedesktop.org/"
LICENSE="GPL-2+ LGPL-2+"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
# For OpenGL we have three separate concepts, with a list of possibilities in each:
# * opengl APIs - opengl and/or gles2; USE=opengl and USE=gles2 enable these accordingly; if neither is enabled, OpenGL helper library and elements are not built at all and all the other options aren't relevant
diff --git a/media-video/untrunc/untrunc-9999.ebuild b/media-video/untrunc/untrunc-9999.ebuild
@@ -0,0 +1,24 @@
+# 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"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ media-video/ffmpeg:=
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ einstalldocs
+ dobin untrunc
+}