From cc629961c70618fce434f91ceb9d362fcc6c6a7e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 18 Dec 2017 16:13:37 +0000 Subject: sys-fs/{spl,zfs} : version bump --- media-video/qtlmovie/qtlmovie-1.12.ebuild | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 media-video/qtlmovie/qtlmovie-1.12.ebuild (limited to 'media-video/qtlmovie') diff --git a/media-video/qtlmovie/qtlmovie-1.12.ebuild b/media-video/qtlmovie/qtlmovie-1.12.ebuild new file mode 100644 index 00000000..76b23705 --- /dev/null +++ b/media-video/qtlmovie/qtlmovie-1.12.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit eutils qmake-utils + +DESCRIPTION="A specialized Qt frontend for FFmpeg and other free media tools" +HOMEPAGE="http://qtlmovie.sourceforge.net/doc/qtlmovie-intro.html" +SRC_URI="https://github.com/redcorelinux/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtmultimedia:5 + dev-qt/qtnetwork:5 + dev-qt/qtwidgets:5 + dev-qt/qtsvg:5 +" +DEPEND="${RDEPEND}" + +src_configure() { + eqmake5 PREFIX="${EPREFIX}/usr" ${PN}.pro +} + +src_install() { + make INSTALL_ROOT=${D} install || die +} -- cgit v1.2.3