parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 815c8197e0dd2a70d44e68e71aee2a2a156a465a
parent 331b8f15dfe05705c752c6ee17fb9da48dfb8c3c
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 21 Jun 2018 09:31:26 +0200

media-video/vidcutter: Add 9999

Diffstat:
Amedia-video/vidcutter/vidcutter-9999.ebuild | 23+++++++++++++++++++++++
1 file changed, 23 insertions(+), 0 deletions(-)

diff --git a/media-video/vidcutter/vidcutter-9999.ebuild b/media-video/vidcutter/vidcutter-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python{3_5,3_6} ) + +inherit distutils-r1 git-r3 + +DESCRIPTION="Qt5-based application for video trimming/splitting and merging/joining." +HOMEPAGE="https://github.com/ozmartian/vidcutter" +EGIT_REPO_URI="https://github.com/ozmartian/vidcutter" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND=" + dev-python/PyQt5 + virtual/ffmpeg + media-video/mpv +" +RDEPEND="${DEPEND}"