coreimage: init at 4.2.0

This commit is contained in:
dan4ik 2021-07-20 23:19:03 +07:00
parent 6fbd8272fe
commit 960fffcbf9
2 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,31 @@
{ mkDerivation, lib, fetchFromGitLab, libcprime, qtbase, cmake, ninja }:
mkDerivation rec {
pname = "coreimage";
version = "4.2.0";
src = fetchFromGitLab {
owner = "cubocore/coreapps";
repo = pname;
rev = "v${version}";
sha256 = "sha256-dxRHzSG5ea1MhpTjgZbFztV9mElEaeOK4NsmieSgf5Q";
};
nativeBuildInputs = [
cmake
ninja
];
buildInputs = [
qtbase
libcprime
];
meta = with lib; {
description = "An image viewer from the C Suite";
homepage = "https://gitlab.com/cubocore/coreapps/coreimage";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ dan4ik605743 ];
platforms = platforms.linux;
};
}

View file

@ -23455,6 +23455,8 @@ in
corrscope = libsForQt5.callPackage ../applications/video/corrscope { };
coreimage = libsForQt5.callPackage ../applications/graphics/coreimage { };
csa = callPackage ../applications/audio/csa { };
csound = callPackage ../applications/audio/csound {