summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoao Santos <joaompssantos@gmail.com>2023-09-01 13:07:02 +0200
committerJoao Santos <joaompssantos@gmail.com>2023-09-01 13:07:54 +0200
commit9d8d52a0fe9c41167ce780ee3d9ab81dc94caec7 (patch)
treef76e74afcf4774b0e7184a261921ac75aefae7e5 /media-video
parentmedia-gfx/ktikz: eutils not supported in EAPI 7 (diff)
downloadcarreira-9d8d52a0fe9c41167ce780ee3d9ab81dc94caec7.tar.gz
carreira-9d8d52a0fe9c41167ce780ee3d9ab81dc94caec7.tar.bz2
carreira-9d8d52a0fe9c41167ce780ee3d9ab81dc94caec7.zip
Fixes multiple issues with ebuild in the overlay.
Signed-off-by: Joao Santos <joaompssantos@gmail.com>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/calyp/Manifest2
-rw-r--r--media-video/calyp/calyp-2.1.0-r1.ebuild (renamed from media-video/calyp/calyp-2.1.0.ebuild)7
-rw-r--r--media-video/calyp/calyp-9999.ebuild7
3 files changed, 7 insertions, 9 deletions
diff --git a/media-video/calyp/Manifest b/media-video/calyp/Manifest
index 06d879c..e6d2039 100644
--- a/media-video/calyp/Manifest
+++ b/media-video/calyp/Manifest
@@ -1 +1 @@
-DIST calyp-2.1.0.tar.gz 993036 SHA256 6ef342d8c7c2ff02fca482298ffd6ed909abbd4d3bf070483347d50c34e71b59 SHA512 a3ea4a7f969593ac140fc397ffd563523a1a2c883cd4cad91f8a51d01397e0b2ab45e0954a4037660e23317adce47ba00e15ddc4a6549e9c12364a18824a2895 WHIRLPOOL 6e2d86835b4d59d5a5f59ae0fb6c7f9cab363dd92ee65eee6ef692f074785564ee79bdbff1a871497047c45aa119c53f71cdb9f1ab0dde70fc81e26c60303381
+DIST calyp-2.1.0.tar.gz 993036 BLAKE2B 17f5342f79eb78121d7efa45b23b8821e9861fb612fee0d3ed68bda86fa4cc78c2c015097590222287a4324fdbc065223f83666dec3b553f145e0300239331df SHA512 a3ea4a7f969593ac140fc397ffd563523a1a2c883cd4cad91f8a51d01397e0b2ab45e0954a4037660e23317adce47ba00e15ddc4a6549e9c12364a18824a2895
diff --git a/media-video/calyp/calyp-2.1.0.ebuild b/media-video/calyp/calyp-2.1.0-r1.ebuild
index 5078c2e..4f35c96 100644
--- a/media-video/calyp/calyp-2.1.0.ebuild
+++ b/media-video/calyp/calyp-2.1.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit eutils cmake
+inherit cmake
DESCRIPTION="Calyp is an open-source QT based raw video player"
HOMEPAGE="https://github.com/pixlra/calyp"
@@ -14,7 +14,7 @@ SLOT=0
KEYWORDS="~amd64"
X86_CPU_FEATURES="cpu_flags_x86_sse"
-IUSE="+qt5 ffmpeg opencv -static-libs $X86_CPU_FEATURES"
+IUSE="+qt5 ffmpeg opencv static-libs $X86_CPU_FEATURES"
DEPEND="
qt5? (
@@ -30,7 +30,6 @@ DEPEND="
"
RDEPEND="
- !media-video/playuver
${DEPEND}
"
diff --git a/media-video/calyp/calyp-9999.ebuild b/media-video/calyp/calyp-9999.ebuild
index 61163d3..8723882 100644
--- a/media-video/calyp/calyp-9999.ebuild
+++ b/media-video/calyp/calyp-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit eutils cmake git-r3
+inherit cmake git-r3
DESCRIPTION="Calyp is an open-source QT based raw video player"
HOMEPAGE="https://github.com/pixlra/calyp"
@@ -16,7 +16,7 @@ SLOT=0
KEYWORDS=""
X86_CPU_FEATURES="cpu_flags_x86_sse"
-IUSE="+qt5 -qt4 ffmpeg opencv -static-libs $X86_CPU_FEATURES"
+IUSE="+qt5 qt4 ffmpeg opencv static-libs $X86_CPU_FEATURES"
DEPEND="
qt5? (
@@ -32,7 +32,6 @@ DEPEND="
"
RDEPEND="
- !media-video/playuver
${DEPEND}
"