diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-12-18 16:13:37 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-12-18 16:13:37 +0000 |
commit | cc629961c70618fce434f91ceb9d362fcc6c6a7e (patch) | |
tree | 8259cc623e5590eb054de4742ad5406e34aaf848 /media-video/qtlmovie/qtlmovie-1.12.ebuild | |
parent | f3280b83eb7cd5dbc71412aa26bb331cccff0f7f (diff) |
sys-fs/{spl,zfs} : version bump
Diffstat (limited to 'media-video/qtlmovie/qtlmovie-1.12.ebuild')
-rw-r--r-- | media-video/qtlmovie/qtlmovie-1.12.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
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 +} |