summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoao Carreira <jfmcarreira@gmail.com>2018-10-10 22:19:32 +0100
committerJoao Carreira <jfmcarreira@gmail.com>2018-10-10 22:19:32 +0100
commitad320c6b1d420da7480f8c81208f7c19b171cb08 (patch)
treec67d52e386cbb810816e2d82657193869b75c7d1
parentRemove renamed pkg (diff)
downloadcarreira-ad320c6b1d420da7480f8c81208f7c19b171cb08.tar.gz
carreira-ad320c6b1d420da7480f8c81208f7c19b171cb08.tar.bz2
carreira-ad320c6b1d420da7480f8c81208f7c19b171cb08.zip
media-video/calyp: fix ebuild dependencies
Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r--media-video/calyp/calyp-9999.ebuild14
-rw-r--r--media-video/calyp/metadata.xml3
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 @@
<email>jfmcarreira@gmail.com</email>
<name>Joao Carreira</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">pixlra/calyp</remote-id>
+ </upstream>
<use>
<flag name="qt4">GUI using Qt4 lib</flag>
<flag name="qt5">GUI using Qt5 lib</flag>