summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoao Carreira <jfmcarreira@gmail.com>2021-01-23 15:16:30 +0000
committerJoao Carreira <jfmcarreira@gmail.com>2021-01-23 15:16:30 +0000
commit5f5e0a7258a76eccc3dc79434a1ae11dd7f60110 (patch)
tree264cb7c7b6afa09c770d242505256626499c2a29
parentmedia-gfx/ktikz: fix qcollectiongenerator location (diff)
downloadcarreira-5f5e0a7258a76eccc3dc79434a1ae11dd7f60110.tar.gz
carreira-5f5e0a7258a76eccc3dc79434a1ae11dd7f60110.tar.bz2
carreira-5f5e0a7258a76eccc3dc79434a1ae11dd7f60110.zip
media-video/calyp: fix 1.0.0 dependencies
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Joao Carreira <jfmcarreira@gmail.com>
-rw-r--r--media-video/calyp/calyp-1.0.0-r1.ebuild (renamed from media-video/calyp/calyp-1.0.0.ebuild)8
-rw-r--r--media-video/calyp/calyp-9999.ebuild8
2 files changed, 8 insertions, 8 deletions
diff --git a/media-video/calyp/calyp-1.0.0.ebuild b/media-video/calyp/calyp-1.0.0-r1.ebuild
index 3f99e78..7f81e46 100644
--- a/media-video/calyp/calyp-1.0.0.ebuild
+++ b/media-video/calyp/calyp-1.0.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit eutils cmake-utils
+inherit eutils cmake
DESCRIPTION="Calyp is an open-source QT based raw video player"
HOMEPAGE="https://github.com/pixlra/calyp"
@@ -25,7 +25,7 @@ DEPEND="
dev-qt/qtprintsupport:5
dev-qt/qtwidgets:5
)
- ffmpeg? ( virtual/ffmpeg )
+ ffmpeg? ( media-video/ffmpeg )
opencv? ( media-libs/opencv )
"
diff --git a/media-video/calyp/calyp-9999.ebuild b/media-video/calyp/calyp-9999.ebuild
index d1d9728..a1faee0 100644
--- a/media-video/calyp/calyp-9999.ebuild
+++ b/media-video/calyp/calyp-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit eutils cmake-utils git-r3
+inherit eutils cmake git-r3
DESCRIPTION="Calyp is an open-source QT based raw video player"
HOMEPAGE="https://github.com/pixlra/calyp"
@@ -27,7 +27,7 @@ DEPEND="
dev-qt/qtprintsupport:5
dev-qt/qtwidgets:5
)
- ffmpeg? ( virtual/ffmpeg )
+ ffmpeg? ( media-video/ffmpeg )
opencv? ( media-libs/opencv )
"