summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 )
"