From 2cd3fbd2f94d30a8192812d8b370791c639b2014 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 17 Jan 2018 17:39:19 +0000 Subject: Revert "media-video/ffmulticonverter : drop" This reverts commit 61d66df350ba518f242c35463088ae036c2495b5. --- .../ffmulticonverter/ffmulticonverter-1.8.0.ebuild | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 media-video/ffmulticonverter/ffmulticonverter-1.8.0.ebuild (limited to 'media-video/ffmulticonverter/ffmulticonverter-1.8.0.ebuild') diff --git a/media-video/ffmulticonverter/ffmulticonverter-1.8.0.ebuild b/media-video/ffmulticonverter/ffmulticonverter-1.8.0.ebuild new file mode 100644 index 00000000..17c87fcc --- /dev/null +++ b/media-video/ffmulticonverter/ffmulticonverter-1.8.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python3_5 ) +inherit eutils python-r1 distutils-r1 +DESCRIPTION="FF Multi Converter is a simple graphical application which enables you to convert audio, video, image and document files between all popular formats" +HOMEPAGE="https://sourceforge.net/projects/ffmulticonv/" +SRC_URI="mirror://sourceforge/project/ffmulticonv/${P}.tar.gz" + +LICENSE="GPLv3" +SLOT="0" +KEYWORDS="amd64" +IUSE="+ffmpeg libav +imagemagick +unoconv" + +DEPEND="dev-lang/python:3.5 + dev-python/PyQt5 + ffmpeg? ( media-video/ffmpeg ) + libav? ( media-video/libav ) + imagemagick? ( media-gfx/imagemagick ) + unoconv? ( app-office/unoconv )" +RDEPEND="${DEPEND}" + -- cgit v1.2.3