From 5d43c7f07be00ab49834b32ee3a7fd3de12400eb Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 15 Feb 2023 06:26:10 +0000 Subject: media-video/noad: revbump for missing slot operator dep Fixes: 3d1263e7486432859276f19e2341c4fcfd5b98f5 Signed-off-by: Sam James --- media-video/noad/noad-0.8.7-r1.ebuild | 71 +++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 media-video/noad/noad-0.8.7-r1.ebuild (limited to 'media-video/noad/noad-0.8.7-r1.ebuild') diff --git a/media-video/noad/noad-0.8.7-r1.ebuild b/media-video/noad/noad-0.8.7-r1.ebuild new file mode 100644 index 000000000000..25ba24135bd4 --- /dev/null +++ b/media-video/noad/noad-0.8.7-r1.ebuild @@ -0,0 +1,71 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools toolchain-funcs + +DESCRIPTION="Mark commercial breaks in VDR recordings" +HOMEPAGE="https://github.com/madmartin/noad" +SRC_URI="https://github.com/madmartin/noad/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="+ffmpeg imagemagick libmpeg2" + +BDEPEND="virtual/pkgconfig" +#