Merge pull request #114271 from hjones2199/siril
siril: 0.99.6 -> 0.99.8.1
This commit is contained in:
commit
b4389c0736
@ -1,18 +1,18 @@
|
|||||||
{ lib, stdenv, fetchFromGitLab, fetchFromGitHub, pkg-config, meson, ninja,
|
{ lib, stdenv, fetchFromGitLab, pkg-config, meson, ninja, wrapGAppsHook
|
||||||
git, criterion, wrapGAppsHook, gtk3, libconfig, gnuplot, opencv,
|
, git, criterion, gtk3, libconfig, gnuplot, opencv, json-glib
|
||||||
fftwFloat, cfitsio, gsl, exiv2, curl, librtprocess, ffmpeg,
|
, fftwFloat, cfitsio, gsl, exiv2, librtprocess, wcslib, ffmpeg
|
||||||
libraw, libtiff, libpng, libjpeg, libheif, ffms
|
, libraw, libtiff, libpng, libjpeg, libheif, ffms
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "siril";
|
pname = "siril";
|
||||||
version = "0.99.6";
|
version = "0.99.8.1";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "free-astro";
|
owner = "free-astro";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "06vh8x45gv0gwlnqjwxglf12jmpdaxkiv5sixkqh20420wabx3ha";
|
sha256 = "0h3slgpj6zdc0rwmyr9zb0vgf53283hpwb7h26skdswmggsk90i5";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -20,8 +20,8 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk3 cfitsio gsl exiv2 gnuplot curl opencv fftwFloat librtprocess
|
gtk3 cfitsio gsl exiv2 gnuplot opencv fftwFloat librtprocess wcslib
|
||||||
libconfig libraw libtiff libpng libjpeg libheif ffms ffmpeg
|
libconfig libraw libtiff libpng libjpeg libheif ffms ffmpeg json-glib
|
||||||
];
|
];
|
||||||
|
|
||||||
# Necessary because project uses default build dir for flatpaks/snaps
|
# Necessary because project uses default build dir for flatpaks/snaps
|
||||||
@ -37,8 +37,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://www.siril.org/";
|
homepage = "https://www.siril.org/";
|
||||||
description = "Astronomical image processing tool";
|
description = "Astrophotographic image processing tool";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ hjones2199 ];
|
maintainers = with maintainers; [ hjones2199 ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user