Merge pull request #114271 from hjones2199/siril

siril: 0.99.6 -> 0.99.8.1

authored by

Guillaume Girol and committed by
GitHub
b4389c07 24d05ceb

+10 -10
+10 -10
pkgs/applications/science/astronomy/siril/default.nix
··· 1 - { lib, stdenv, fetchFromGitLab, fetchFromGitHub, pkg-config, meson, ninja, 2 - git, criterion, wrapGAppsHook, gtk3, libconfig, gnuplot, opencv, 3 - fftwFloat, cfitsio, gsl, exiv2, curl, librtprocess, ffmpeg, 4 - libraw, libtiff, libpng, libjpeg, libheif, ffms 5 }: 6 7 stdenv.mkDerivation rec { 8 pname = "siril"; 9 - version = "0.99.6"; 10 11 src = fetchFromGitLab { 12 owner = "free-astro"; 13 repo = pname; 14 rev = version; 15 - sha256 = "06vh8x45gv0gwlnqjwxglf12jmpdaxkiv5sixkqh20420wabx3ha"; 16 }; 17 18 nativeBuildInputs = [ ··· 20 ]; 21 22 buildInputs = [ 23 - gtk3 cfitsio gsl exiv2 gnuplot curl opencv fftwFloat librtprocess 24 - libconfig libraw libtiff libpng libjpeg libheif ffms ffmpeg 25 ]; 26 27 # Necessary because project uses default build dir for flatpaks/snaps ··· 37 38 meta = with lib; { 39 homepage = "https://www.siril.org/"; 40 - description = "Astronomical image processing tool"; 41 - license = licenses.gpl3; 42 maintainers = with maintainers; [ hjones2199 ]; 43 platforms = [ "x86_64-linux" ]; 44 };
··· 1 + { lib, stdenv, fetchFromGitLab, pkg-config, meson, ninja, wrapGAppsHook 2 + , git, criterion, gtk3, libconfig, gnuplot, opencv, json-glib 3 + , fftwFloat, cfitsio, gsl, exiv2, librtprocess, wcslib, ffmpeg 4 + , libraw, libtiff, libpng, libjpeg, libheif, ffms 5 }: 6 7 stdenv.mkDerivation rec { 8 pname = "siril"; 9 + version = "0.99.8.1"; 10 11 src = fetchFromGitLab { 12 owner = "free-astro"; 13 repo = pname; 14 rev = version; 15 + sha256 = "0h3slgpj6zdc0rwmyr9zb0vgf53283hpwb7h26skdswmggsk90i5"; 16 }; 17 18 nativeBuildInputs = [ ··· 20 ]; 21 22 buildInputs = [ 23 + gtk3 cfitsio gsl exiv2 gnuplot opencv fftwFloat librtprocess wcslib 24 + libconfig libraw libtiff libpng libjpeg libheif ffms ffmpeg json-glib 25 ]; 26 27 # Necessary because project uses default build dir for flatpaks/snaps ··· 37 38 meta = with lib; { 39 homepage = "https://www.siril.org/"; 40 + description = "Astrophotographic image processing tool"; 41 + license = licenses.gpl3Plus; 42 maintainers = with maintainers; [ hjones2199 ]; 43 platforms = [ "x86_64-linux" ]; 44 };