From ad320c6b1d420da7480f8c81208f7c19b171cb08 Mon Sep 17 00:00:00 2001 From: Joao Carreira Date: Wed, 10 Oct 2018 22:19:32 +0100 Subject: media-video/calyp: fix ebuild dependencies Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- media-video/calyp/calyp-9999.ebuild | 14 ++------------ media-video/calyp/metadata.xml | 3 +++ 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/media-video/calyp/calyp-9999.ebuild b/media-video/calyp/calyp-9999.ebuild index 936dcd9..327833c 100644 --- a/media-video/calyp/calyp-9999.ebuild +++ b/media-video/calyp/calyp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,11 +27,6 @@ DEPEND=" dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 ) - qt4? ( - dev-qt/qtdbus:4 - dev-qt/qtcore:4 - dev-qt/qtgui:4 - ) ffmpeg? ( virtual/ffmpeg ) opencv? ( media-libs/opencv ) " @@ -41,15 +36,10 @@ RDEPEND=" ${DEPEND} " -REQUIRED_USE=" - ?? ( qt5 qt4 ) - qt4? ( !opencv ) -" - src_configure() { local mycmakeargs=( -DUSE_SSE=$(usex cpu_flags_x86_sse) - -DUSE_QT4=$(usex qt4) + -DBUILD_APP=$(usex qt5 ) -DUSE_FFMPEG=$(usex ffmpeg) -DUSE_OPENCV=$(usex opencv) -DUSE_STATIC=$(usex static-libs) diff --git a/media-video/calyp/metadata.xml b/media-video/calyp/metadata.xml index 737f193..bfe6181 100644 --- a/media-video/calyp/metadata.xml +++ b/media-video/calyp/metadata.xml @@ -5,6 +5,9 @@ jfmcarreira@gmail.com Joao Carreira + + pixlra/calyp + GUI using Qt4 lib GUI using Qt5 lib -- cgit v1.2.3-65-gdbad