media-video/calyp - 2.1.0 (pixlra)

Search

Install

Install this version:

emerge -a =media-video/calyp-2.1.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-video/calyp-2.1.0

Or alternatively:

emerge --autounmask-write -a =media-video/calyp-2.1.0

Package Information

Description:
Calyp is an open-source QT based raw video player
Homepage:
https://github.com/pixlra/calyp
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
2.1.0 7 ~amd64 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit cmake

DESCRIPTION="Calyp is an open-source QT based raw video player"
HOMEPAGE="https://github.com/pixlra/calyp"
SRC_URI="https://github.com/pixlra/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"

SLOT=0
KEYWORDS="~amd64"

X86_CPU_FEATURES="cpu_flags_x86_sse"
IUSE="+qt5 ffmpeg opencv static-libs $X86_CPU_FEATURES"

DEPEND="
	qt5? (
		dev-qt/qtconcurrent:5
		dev-qt/qtcore:5
		dev-qt/qtdbus:5
		dev-qt/qtgui:5
		dev-qt/qtprintsupport:5
		dev-qt/qtwidgets:5
	)
	ffmpeg? ( media-video/ffmpeg )
	opencv? ( media-libs/opencv )
"

RDEPEND="
	${DEPEND}
"

src_configure() {
	local mycmakeargs=(
		-DFETCHCONTENT_FULLY_DISCONNECTED=ON # avoid to fetch content
		-DUSE_SSE=$(usex cpu_flags_x86_sse)
		-DBUILD_APP=$(usex qt5 )
		-DUSE_FFMPEG=$(usex ffmpeg)
		-DUSE_OPENCV=$(usex opencv)
		-DUSE_STATIC=$(usex static-libs)
	)
	cmake_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p media-video/calyp | euse -E <flag> -p media-video/calyp | euse -D <flag> -p media-video/calyp

Global/Standard Flags

qt5
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

	qt5? (
		dev-qt/qtconcurrent:5
		dev-qt/qtcore:5
		dev-qt/qtdbus:5
		dev-qt/qtgui:5
		dev-qt/qtprintsupport:5
		dev-qt/qtwidgets:5
	)
	ffmpeg? ( media-video/ffmpeg )
	opencv? ( media-libs/opencv )

RDEPEND

	
	qt5? (
		dev-qt/qtconcurrent:5
		dev-qt/qtcore:5
		dev-qt/qtdbus:5
		dev-qt/qtgui:5
		dev-qt/qtprintsupport:5
		dev-qt/qtwidgets:5
	)
	ffmpeg? ( media-video/ffmpeg )
	opencv? ( media-libs/opencv )

Manifest for 2.1.0

Type File Size Source URLs
DIST calyp-2.1.0.tar.gz 993036 bytes https://github.com/pixlra/calyp/archive/refs/tags/2.1.0.tar.gz